Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegordon committed Nov 9, 2024
1 parent 6e6be06 commit 00bc0fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 35 deletions.
29 changes: 0 additions & 29 deletions configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -263,32 +263,3 @@ utility_meter:

smartir:

panel_iframe:
esphome:
title: "ESPHome"
url: "https://esphome.viewpoint.house"
icon: mdi:car-esp
zigbee2mqtt:
title: "Z2M"
url: "https://z2m.viewpoint.house"
icon: mdi:antenna
cctv:
title: "CCTV"
url: "https://cctv.viewpoint.house"
icon: mdi:cctv
sonarr:
title: "TV Shows"
url: "https://tv.viewpoint.house"
icon: mdi:television-classic
radarr:
title: "Movies"
url: "https://movies.viewpoint.house"
icon: mdi:movie-open
lazylibrarian:
title: "Books"
url: "https://books.viewpoint.house"
icon: mdi:book-open-page-variant
homepage:
title: "Home Page"
url: "https://home.viewpoint.house"
icon: mdi:home
12 changes: 6 additions & 6 deletions packages/climate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ automation:
- trigger: state
entity_id: binary_sensor.climate_openings
to: 'off'
for:
minutes: 5
for:
minutes: 5
- trigger: numeric_state
entity_id: sensor.stove_temperature_living_room
below: 100
Expand All @@ -52,16 +52,16 @@ automation:
- trigger: state
entity_id: binary_sensor.climate_openings
to: 'on'
for:
minutes: 5
for:
minutes: 5
- trigger: numeric_state
entity_id: sensor.stove_temperature_living_room
above: 100
- trigger: state
entity_id: binary_sensor.home_occupied
to: 'on'
for:
minutes: 5
for:
minutes: 5
action:
- service: climate.set_hvac_mode
target:
Expand Down

0 comments on commit 00bc0fa

Please sign in to comment.