mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-28 17:09:32 +00:00
Fix the long nagging MQTT issues in the system. All fixed now.
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user