38 lines
999 B
YAML
38 lines
999 B
YAML
|
homeassistant:
|
||
|
customize:
|
||
|
fan.fan_state:
|
||
|
friendly_name: 'Fan State (manual override)'
|
||
|
sensor.closet_temperature:
|
||
|
friendly_name: 'Closet Temperature (C)'
|
||
|
input_number.fan_on_temp:
|
||
|
friendly_name: 'Fan On Set Temperature (C)'
|
||
|
|
||
|
switch:
|
||
|
- platform: mqtt
|
||
|
name: "Circuit 1"
|
||
|
state_topic: "lighting/status/circuits/x1-Erof"
|
||
|
command_topic: "lighting/set/circuits/x1-Erof"
|
||
|
state_on: "on"
|
||
|
state_off: "off"
|
||
|
payload_on: "on"
|
||
|
payload_off: "off"
|
||
|
|
||
|
light:
|
||
|
- platform: mqtt
|
||
|
name: "Panic"
|
||
|
command_topic: "lighting/set/switches/panic-xr2R"
|
||
|
state_topic: "lighting/status/switches/panic-xr2R"
|
||
|
# brightness_state_topic: "lighting/status/switches/panic-xr2R"
|
||
|
# brightness_command_topic: "bogus"
|
||
|
# brightness_scale: 100
|
||
|
qos: 0
|
||
|
payload_on: "on"
|
||
|
payload_off: "off"
|
||
|
optimistic: true
|
||
|
|
||
|
sensor:
|
||
|
- platform: mqtt
|
||
|
name: "Panic On Percent"
|
||
|
unit_of_measurement: '%'
|
||
|
state_topic: "lighting/status/switches/panic-xr2R"
|