various tidyups

This commit is contained in:
zorruno
2026-07-29 23:18:11 +12:00
parent adb533d6a3
commit dd13f52feb
22 changed files with 6837 additions and 4057 deletions
+11
View File
@@ -2,6 +2,11 @@
# PACKAGE: Free Power Time Automation #
#:########################################################################################:#
# VERSION:
# 1.2.0 - 2026-07-24
# - Added startup catch-up to end_actions: when HA starts outside the
# free power window, the end actions (chargers off, dehumidifier off)
# are applied immediately.
#
# 1.1.0 - 2026-06-24
# - Changed gas-to-heatpump handover so the heat pump setpoint is offset from
# the gas heater setpoint.
@@ -316,5 +321,11 @@ automation:
triggers:
- trigger: time
at: input_datetime.free_power_end_time
- trigger: homeassistant
event: start
conditions:
- condition: state
entity_id: binary_sensor.free_power_time_active
state: "off"
actions:
- action: script.free_power_end_actions