mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 00:55:08 +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.
26 lines
576 B
YAML
Executable File
26 lines
576 B
YAML
Executable File
- platform: mqtt
|
|
name: "Garage Motion" # Dome Motion Sensor
|
|
state_topic: "zwave2mqtt/garage_motion/48/1/0"
|
|
payload_on: "true"
|
|
payload_off: "false"
|
|
device_class: motion
|
|
|
|
- platform: mqtt
|
|
name: "Kitchen Motion" # Kaipule Motion Sensor
|
|
state_topic: "zwave2mqtt/kitchen_motion/48/1/0"
|
|
payload_on: "true"
|
|
payload_off: "false"
|
|
device_class: motion
|
|
|
|
# - platform: command_line
|
|
# name: vlc player
|
|
# command: 'pidof vlc | wc -l'
|
|
# payload_on: 1
|
|
# payload_off: 0
|
|
# scan_interval: 10
|
|
|
|
- platform: aarlo
|
|
monitored_conditions:
|
|
- motion
|
|
- sound
|
|
- ding |