Skip to content

Commit

Permalink
Updates to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Pythm authored Jun 20, 2024
1 parent 3f79115 commit 7f7e737
Show file tree
Hide file tree
Showing 3 changed files with 469 additions and 260 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ The climate will automate by default but you can define a Home Assistant `input_
It's recommended to use an additional indoor temperature sensor defined with `indoor_sensor_temp`. Set a target with `target_indoor_temp`, and the app will reduce heating if exceeded.

#### Window Sensors
The app will set the climate temperature to the `away` setting for as long as windows are open. It will also notify if the indoor temperature drops below the `normal` threshold.
The app will set the climate temperature to the `away` setting for as long as windows are open. It will also notify if the indoor temperature drops below the `normal` threshold. You can also specify a temperature threshold with `getting_cold` to only get notifications if a window is open and it is getting cold. This defaults to 18 degrees.

#### Daylight Savings
The `daylight_savings` has a start and stop time. The time accepts the start time before midnight and the stop time after midnight. In addition, you can define presence so that it does not apply daylight savings.
Expand Down Expand Up @@ -353,6 +353,7 @@ Define either `name` of your heater, or input climate entity with `heater`.
target_indoor_temp: 20
windowsensors:
- binary_sensor.your_window_door_is_open
getting_cold: 20
daytime_savings:
- start: '07:30:00'
stop: '22:00:00'
Expand Down
Loading

0 comments on commit 7f7e737

Please sign in to comment.