more esphome devices and fixes

This commit is contained in:
root
2026-04-03 21:34:23 +13:00
parent e09931360a
commit f7bfa78835
96 changed files with 4870 additions and 2523 deletions
@@ -0,0 +1,19 @@
mqtt:
sensor:
- unique_id: gas_heater_operating
name: "Gas Heater Operating"
state_topic: "viewroad-status/gasheater/operating"
switch:
- unique_id: gasheater_switch
name: "Gas Heater"
state_topic: "viewroad-status/gasheater/operating"
command_topic: "viewroad-commands/gasheater/onoff"
#availability:
# - topic: "home/bedroom/switch1/available"
payload_on: "ON"
payload_off: "OFF"
state_on: "ON"
state_off: "OFF"
optimistic: false
qos: 0
retain: true # need this, or fire starts on HA reboot. Could fix in Node red too.