Fix the long nagging MQTT issues in the system. All fixed now.

This commit is contained in:
ccostan
2023-01-16 18:57:38 -05:00
parent 8b3c53ba3e
commit 792f9423b5
9 changed files with 35 additions and 130 deletions

View File

@@ -10,13 +10,13 @@ homeassistant:
#---Sensor for Light-----------------------------
binary_sensor:
- platform: mqtt
state_topic: "NodeMCU4/Motion/Motion"
name: "Office_Motion"
payload_on: 1
payload_off: 0
device_class: motion
mqtt:
binary_sensor:
- state_topic: "NodeMCU4/Motion/Motion"
name: "Office_Motion"
payload_on: 1
payload_off: 0
device_class: motion
automation: