mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 17:13:24 +00:00
This was a pain. Still not sure what happened. But the upgrade to HassOS 4.8 killed both zwave2mqtt and zigbee2mqtt is seems. After the upgrade neitehr addon would talk to the hardware. I migrated back to smartthings...major pain..and then after 4.10 was released was able to get the addons added abck and talking to the hardware again. All lights and switches are back talking locally. Also, it takes about 18 hours to migrate back to smartthings, and about 18 hours to migrate back to local control. Let's hope that doesn't happen again.
42 lines
1.1 KiB
YAML
Executable File
42 lines
1.1 KiB
YAML
Executable File
- platform: mqtt
|
|
name: "Back Door"
|
|
state_topic: "zwave2mqtt/back_door/48/1/0"
|
|
payload_on: "true"
|
|
payload_off: "false"
|
|
device_class: door
|
|
- platform: mqtt
|
|
name: "Garage Door"
|
|
state_topic: "zwave2mqtt/garage_door/48/1/0"
|
|
payload_on: "true"
|
|
payload_off: "false"
|
|
device_class: garage_door
|
|
- platform: mqtt
|
|
name: "Front Door"
|
|
state_topic: "zwave2mqtt/front_door/48/1/0"
|
|
payload_on: "true"
|
|
payload_off: "false"
|
|
device_class: door
|
|
- platform: mqtt
|
|
name: "Laundry Room Door"
|
|
state_topic: "zwave2mqtt/laundry_door/48/1/0"
|
|
payload_on: "true"
|
|
payload_off: "false"
|
|
device_class: door
|
|
- platform: mqtt
|
|
name: "Attic Door" # Dome Door Sensor
|
|
state_topic: "zwave2mqtt/attic_door/48/1/0"
|
|
payload_on: "true"
|
|
payload_off: "false"
|
|
device_class: door
|
|
- platform: mqtt
|
|
name: "Side Door" # Dome Door Sensor
|
|
state_topic: "zwave2mqtt/side_door/48/1/0"
|
|
payload_on: "true"
|
|
payload_off: "false"
|
|
device_class: door
|
|
- platform: mqtt
|
|
name: "Washer Door"
|
|
state_topic: "zwave2mqtt/washer_door/48/1/0"
|
|
payload_on: "true"
|
|
payload_off: "false"
|
|
device_class: door |