mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-18 11:16:37 +00:00
@@ -7,29 +7,43 @@ binary_sensor:
|
||||
- platform: mqtt
|
||||
state_topic: "NodeMCU1/Door1/Status"
|
||||
name: "Door1"
|
||||
payload_on: 1
|
||||
payload_off: 0
|
||||
device_class: opening
|
||||
- platform: mqtt
|
||||
state_topic: "NodeMCU1/Door2/Status"
|
||||
name: "Door2"
|
||||
payload_on: 1
|
||||
payload_off: 0
|
||||
device_class: opening
|
||||
- platform: mqtt
|
||||
state_topic: "NodeMCU1/Door3/Status"
|
||||
name: "Door3"
|
||||
payload_on: 1
|
||||
payload_off: 0
|
||||
device_class: opening
|
||||
- platform: mqtt
|
||||
state_topic: "NodeMCU1/Door4/Status"
|
||||
name: "Door4"
|
||||
payload_on: 1
|
||||
payload_off: 0
|
||||
device_class: opening
|
||||
- platform: mqtt
|
||||
state_topic: "NodeMCU1/Door5/Status"
|
||||
name: "Door5"
|
||||
payload_on: 1
|
||||
payload_off: 0
|
||||
device_class: opening
|
||||
- platform: mqtt
|
||||
state_topic: "NodeMCU1/Door6/Status"
|
||||
name: "Door6"
|
||||
payload_on: 1
|
||||
payload_off: 0
|
||||
device_class: opening
|
||||
- platform: mqtt
|
||||
state_topic: "NodeMCU1/Door7/Status"
|
||||
name: "Door7"
|
||||
payload_on: 1
|
||||
payload_off: 0
|
||||
device_class: opening
|
||||
#-------------------------------------------
|
||||
|
Reference in New Issue
Block a user