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
|
- platform: mqtt
|
||||||
state_topic: "NodeMCU1/Door1/Status"
|
state_topic: "NodeMCU1/Door1/Status"
|
||||||
name: "Door1"
|
name: "Door1"
|
||||||
|
payload_on: 1
|
||||||
|
payload_off: 0
|
||||||
device_class: opening
|
device_class: opening
|
||||||
- platform: mqtt
|
- platform: mqtt
|
||||||
state_topic: "NodeMCU1/Door2/Status"
|
state_topic: "NodeMCU1/Door2/Status"
|
||||||
name: "Door2"
|
name: "Door2"
|
||||||
|
payload_on: 1
|
||||||
|
payload_off: 0
|
||||||
device_class: opening
|
device_class: opening
|
||||||
- platform: mqtt
|
- platform: mqtt
|
||||||
state_topic: "NodeMCU1/Door3/Status"
|
state_topic: "NodeMCU1/Door3/Status"
|
||||||
name: "Door3"
|
name: "Door3"
|
||||||
|
payload_on: 1
|
||||||
|
payload_off: 0
|
||||||
device_class: opening
|
device_class: opening
|
||||||
- platform: mqtt
|
- platform: mqtt
|
||||||
state_topic: "NodeMCU1/Door4/Status"
|
state_topic: "NodeMCU1/Door4/Status"
|
||||||
name: "Door4"
|
name: "Door4"
|
||||||
|
payload_on: 1
|
||||||
|
payload_off: 0
|
||||||
device_class: opening
|
device_class: opening
|
||||||
- platform: mqtt
|
- platform: mqtt
|
||||||
state_topic: "NodeMCU1/Door5/Status"
|
state_topic: "NodeMCU1/Door5/Status"
|
||||||
name: "Door5"
|
name: "Door5"
|
||||||
|
payload_on: 1
|
||||||
|
payload_off: 0
|
||||||
device_class: opening
|
device_class: opening
|
||||||
- platform: mqtt
|
- platform: mqtt
|
||||||
state_topic: "NodeMCU1/Door6/Status"
|
state_topic: "NodeMCU1/Door6/Status"
|
||||||
name: "Door6"
|
name: "Door6"
|
||||||
|
payload_on: 1
|
||||||
|
payload_off: 0
|
||||||
device_class: opening
|
device_class: opening
|
||||||
- platform: mqtt
|
- platform: mqtt
|
||||||
state_topic: "NodeMCU1/Door7/Status"
|
state_topic: "NodeMCU1/Door7/Status"
|
||||||
name: "Door7"
|
name: "Door7"
|
||||||
|
payload_on: 1
|
||||||
|
payload_off: 0
|
||||||
device_class: opening
|
device_class: opening
|
||||||
#-------------------------------------------
|
#-------------------------------------------
|
||||||
|
Reference in New Issue
Block a user