2017-04-23 20:19:20 +00:00
|
|
|
#-------------------------------------------
|
|
|
|
# Space Related Packages
|
|
|
|
#-------------------------------------------
|
|
|
|
|
|
|
|
#-------------------------------------------
|
2017-04-23 21:35:11 +00:00
|
|
|
binary_sensor:
|
2017-04-23 20:19:20 +00:00
|
|
|
- platform: mqtt
|
2017-04-23 21:35:11 +00:00
|
|
|
state_topic: "NodeMCU1/Door1/Status"
|
2017-04-23 20:19:20 +00:00
|
|
|
name: "Door1"
|
2017-04-23 21:35:11 +00:00
|
|
|
device_class: opening
|
2017-04-23 20:19:20 +00:00
|
|
|
- platform: mqtt
|
2017-04-23 21:35:11 +00:00
|
|
|
state_topic: "NodeMCU1/Door2/Status"
|
2017-04-23 20:19:20 +00:00
|
|
|
name: "Door2"
|
2017-04-23 21:35:11 +00:00
|
|
|
device_class: opening
|
2017-04-23 20:19:20 +00:00
|
|
|
- platform: mqtt
|
2017-04-23 21:35:11 +00:00
|
|
|
state_topic: "NodeMCU1/Door3/Status"
|
2017-04-23 20:19:20 +00:00
|
|
|
name: "Door3"
|
2017-04-23 21:35:11 +00:00
|
|
|
device_class: opening
|
2017-04-23 20:19:20 +00:00
|
|
|
- platform: mqtt
|
2017-04-23 21:35:11 +00:00
|
|
|
state_topic: "NodeMCU1/Door4/Status"
|
2017-04-23 20:19:20 +00:00
|
|
|
name: "Door4"
|
2017-04-23 21:35:11 +00:00
|
|
|
device_class: opening
|
2017-04-23 20:19:20 +00:00
|
|
|
- platform: mqtt
|
2017-04-23 21:35:11 +00:00
|
|
|
state_topic: "NodeMCU1/Door5/Status"
|
2017-04-23 20:19:20 +00:00
|
|
|
name: "Door5"
|
2017-04-23 21:35:11 +00:00
|
|
|
device_class: opening
|
2017-04-23 20:19:20 +00:00
|
|
|
- platform: mqtt
|
2017-04-23 21:35:11 +00:00
|
|
|
state_topic: "NodeMCU1/Door6/Status"
|
2017-04-23 20:19:20 +00:00
|
|
|
name: "Door6"
|
2017-04-23 21:35:11 +00:00
|
|
|
device_class: opening
|
2017-04-23 20:19:20 +00:00
|
|
|
- platform: mqtt
|
2017-04-23 21:35:11 +00:00
|
|
|
state_topic: "NodeMCU1/Door7/Status"
|
2017-04-23 20:19:20 +00:00
|
|
|
name: "Door7"
|
2017-04-23 21:35:11 +00:00
|
|
|
device_class: opening
|
2017-04-23 20:19:20 +00:00
|
|
|
#-------------------------------------------
|