various tidyups
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user