Skip to content

Commit

Permalink
Removed Sky plug.
Browse files Browse the repository at this point in the history
  • Loading branch information
dannytsang committed Mar 6, 2024
1 parent b5c485a commit 7eec6e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions customize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ light.kitchen_cabinets:
icon: mdi:led-strip-variant
light.kitchen_down_lights:
icon: mdi:led-strip-variant
switch.sky_plug:
icon: mdi:set-top-box
light.kitchen_draws:
icon: mdi:led-strip-variant
sensor.bed_top_left:
Expand Down
4 changes: 0 additions & 4 deletions packages/rooms/living_room.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3036,7 +3036,3 @@ template:
device_class: "running"
icon: "mdi:television-classic{{ '' if states('sensor.tv_plug_power') | float(0) > 10 else '-off' }}"
state: "{{ states('sensor.tv_plug_power') | float(0) > 10 }}"
- name: Sky Powered On
device_class: "running"
icon: "mdi:television-classic{{ '' if states('sensor.sky_plug_power') | float(0) > 15 else '-off' }}"
state: "{{ states('sensor.sky_plug_power') | float(0) > 15 }}"

0 comments on commit 7eec6e9

Please sign in to comment.