mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 00:55:08 +00:00
a411899190
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.
70 lines
2.4 KiB
YAML
Executable File
70 lines
2.4 KiB
YAML
Executable File
- platform: mqtt
|
|
name: "Battery Front Door Sensor"
|
|
state_topic: "zwave2mqtt/front_door/128/1/0"
|
|
unit_of_measurement: "%"
|
|
device_class: battery
|
|
value_template: "{{ value }}"
|
|
json_attributes_topic: "zwave2mqtt/front_door/128/1/0"
|
|
- platform: mqtt
|
|
name: "Battery Laundry Door Sensor"
|
|
state_topic: "zwave2mqtt/laundry_door/128/1/0"
|
|
unit_of_measurement: "%"
|
|
device_class: battery
|
|
value_template: "{{ value }}"
|
|
json_attributes_topic: "zwave2mqtt/laundry_door/128/1/0"
|
|
- platform: mqtt
|
|
name: "Battery Kitchen Smoke Detector"
|
|
state_topic: "zwave2mqtt/kitchen_smoke/128/1/0"
|
|
unit_of_measurement: "%"
|
|
device_class: battery
|
|
value_template: "{{ value }}"
|
|
json_attributes_topic: "zwave2mqtt/kitchen_smoke/128/1/0"
|
|
- platform: mqtt
|
|
name: "Battery Garage Smoke Detector"
|
|
state_topic: "zwave2mqtt/garage_smoke/128/1/0"
|
|
unit_of_measurement: "%"
|
|
device_class: battery
|
|
value_template: "{{ value }}"
|
|
json_attributes_topic: "zwave2mqtt/garage_smoke/128/1/0"
|
|
- platform: mqtt
|
|
name: "Battery Attic Door Sensor"
|
|
state_topic: "zwave2mqtt/attic_door/128/1/0"
|
|
unit_of_measurement: "%"
|
|
device_class: battery
|
|
value_template: "{{ value }}"
|
|
json_attributes_topic: "zwave2mqtt/attic_door/128/1/0"
|
|
- platform: mqtt
|
|
name: "Battery Washer Door Sensor"
|
|
state_topic: "zwave2mqtt/washer_door/128/1/0"
|
|
unit_of_measurement: "%"
|
|
device_class: battery
|
|
value_template: "{{ value }}"
|
|
json_attributes_topic: "zwave2mqtt/washer_door/128/1/0"
|
|
- platform: mqtt
|
|
name: "Battery Back Door Sensor"
|
|
state_topic: "zwave2mqtt/back_door/128/1/0"
|
|
unit_of_measurement: "%"
|
|
device_class: battery
|
|
value_template: "{{ value }}"
|
|
json_attributes_topic: "zwave2mqtt/back_door/128/1/0"
|
|
- platform: mqtt
|
|
name: "Battery Side Door Sensor"
|
|
state_topic: "zwave2mqtt/side_door/128/1/0"
|
|
unit_of_measurement: "%"
|
|
device_class: battery
|
|
value_template: "{{ value }}"
|
|
json_attributes_topic: "zwave2mqtt/side_door/128/1/0"
|
|
- platform: mqtt
|
|
name: "Battery Garage Door Sensor"
|
|
state_topic: "zwave2mqtt/garage_door/128/1/0"
|
|
unit_of_measurement: "%"
|
|
device_class: battery
|
|
value_template: "{{ value }}"
|
|
json_attributes_topic: "zwave2mqtt/garage_door/128/1/0"
|
|
- platform: mqtt
|
|
name: "Battery Garage Motion Sensor"
|
|
state_topic: "zwave2mqtt/garage_motion/128/1/0"
|
|
unit_of_measurement: "%"
|
|
device_class: battery
|
|
value_template: "{{ value }}"
|
|
json_attributes_topic: "zwave2mqtt/garage_motion/128/1/0" |