Skip to content

Commit

Permalink
fixup! fixup! fixup! Update terrarium devices and cards
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-V committed Aug 24, 2024
1 parent 6fac9e5 commit 5fd37f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/livings/aunt_lydia.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ template:
device_class: "problem"
picture: "/local/animals/slinky_avatar.jpg"
attributes:
scheduling: "{{ is_state('input_booleanlydiascheduled_lights', 'on') }}"
scheduling: "{{ is_state('input_boolean.lydia_scheduled_lights', 'on') }}"
heat_bulb: "{{ is_state('switch.lydia_heat_bulb', 'off') or states('sensor.lydia_heat_bulb_power') | float(0) > 1 }}"
heater: "{{ is_state('switch.lydia_heater', 'off') or states('sensor.lydia_heater_power') | float(0) > 1 }}"
uv_light: "{{ is_state('switch.lydia_uv_light', 'off') or states('sensor.lydia_uv_light_power') | float(0) > 1 }}"
Expand Down

0 comments on commit 5fd37f9

Please sign in to comment.