mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-22 00:55:18 +00:00
36 lines
950 B
YAML
Executable File
36 lines
950 B
YAML
Executable File
#-------------------------------------------
|
|
# Space Related Packages
|
|
#-------------------------------------------
|
|
|
|
#-------------------------------------------
|
|
binary_sensor:
|
|
- platform: mqtt
|
|
state_topic: "NodeMCU1/Door1/Status"
|
|
name: "Door1"
|
|
device_class: opening
|
|
- platform: mqtt
|
|
state_topic: "NodeMCU1/Door2/Status"
|
|
name: "Door2"
|
|
device_class: opening
|
|
- platform: mqtt
|
|
state_topic: "NodeMCU1/Door3/Status"
|
|
name: "Door3"
|
|
device_class: opening
|
|
- platform: mqtt
|
|
state_topic: "NodeMCU1/Door4/Status"
|
|
name: "Door4"
|
|
device_class: opening
|
|
- platform: mqtt
|
|
state_topic: "NodeMCU1/Door5/Status"
|
|
name: "Door5"
|
|
device_class: opening
|
|
- platform: mqtt
|
|
state_topic: "NodeMCU1/Door6/Status"
|
|
name: "Door6"
|
|
device_class: opening
|
|
- platform: mqtt
|
|
state_topic: "NodeMCU1/Door7/Status"
|
|
name: "Door7"
|
|
device_class: opening
|
|
#-------------------------------------------
|