All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.4.9 (2019-01-17)
2.4.8 (2019-01-17)
- constraints: all the things wrong with it. (losing hope) (4682b1d)
2.4.7 (2019-01-16)
- constraints: sunrise returning yesterdays sunrise. Patches futurize to correct symptom. Better fix required. (ca3c0ea)
2.4.6 (2019-01-16)
2.4.5 (2019-01-16)
2.4.4 (2019-01-16)
- constraints: first start/stop times are set correctly. Subsequent start/stop time parameters to be tested. (b67541f)
2.4.3 (2019-01-15)
- constraints: End constraint should be adjusted based on current time (does not come after start time if within active period) (61f7dc1)
2.4.2 (2019-01-15)
2.4.1 (2019-01-14)
2.4.0 (2019-01-14)
- config: make override config plural insensitive (db5ac63)
- constrains: sunset/sunrise callbacks would not fire (673250f)
- constraints: Some edge case defect fixes (9af3def)
- constraints: Add sunset / sunrise expressions to night_mode (1bc74e6)
2.3.0 (2019-01-14)
- constrains: Catch TypeError when times start with number. Fixes #17. (beef4f5)
- constrains: fixes #15 constrain end callback and start callback mixed up (668b375)
- test: entity id already exists (6646b41)
- accept time offset with quotes (98201f0)
- callback parameters (7d559b0)
- idle icon to outline circle (fb49916)
- sun component returns UTC time. convert to local time (c17179e)
- constraints: Add support for sunset and sunrise expressions (e9ed0b2)
- constraints: Add support for sunset and sunrise expressions (91f80f3)
v0.1.0 First formal Release v0.2.0 Added customizable state strings, fixes defect v0.3.0 Add override switch functionality v0.4.0 Add entities and state_entities configuration (experimental)
v1.0.0 Major rewrite using state machine implementation and more configuration options v1.0.1 Fix typos in readme, update module reference in test suite v1.1.0 Implements Home Assistant state entities including state attributes v1.1.1 Add more information to state attributes
v2.0.0 HA component rewrite v2.1.0 Implement time constraints and entity icons v2.2.0 State attributes and defects v2.2.1 Defect state entity v2.2.2 Defect constrain times v2.2.3 Defects: allow transitions in constrained state and lights would not turn off defect v2.2.4 sensor duration type defect v2.2.5 override config testing, backoff testing completed v2.2.6 observe state entities (not control entities), fix function call typo, go to idle when all state entities switched off while active. v2.2.7 night mode to activate on startup, add mode state attribute v2.2.8 Error fix: calling entity update before Entity is added to hass v2.2.9 Improved trigger and event handling, added blocked_by and blocked_at state attributes v2.2.10 Defect fix #9, #12 v2.3.0 Feature: Sunset/sunrise support in start_time and end_time