Features * Update pipfile.lock to use appdaemon 4.0.1 * Use 'automation_fixture' in integration tests
Fixed * Fix bug with appdaemon >= 4.0.0
Breaking Changes * Deprecate direct use of `hass_functions` in favor of new `hass_mocks`
2.6.1
Features * Add support for kwargs in 'turned_off' - Contributed by snjoetw
Fixes * Fix bug when turning on/off via service - Contributed by snjoetw
Breaking Changes * None
2.6.0
Features * 'get_state' support call w/o args (get all state) + more mocked functions - Contributed by foxcris * Support for new functions run_at, entity_exists, extended support for function get_state * Add name attribute to mock hass object
2.5.1
Features * Add various `run_*` functions to `hass_mocks` * Add sunrise/sunset scheduler
Fixues * None
Breaking Changes * None
2.5.0
Features * Add cancel timer to time_travel
Fixes * None
Breaking Changes * None
2.4.0
Features * Add 'run_minutely' to callback - Contributed by jshridha