* Improve recorder history queries
* Remove some comments
* Update StatesManager._oldest_ts when adding pending state
* Update after review
* Improve tests
* Improve post-purge logic
* Avoid calling dt_util.utc_to_timestamp in new code
---------
Co-authored-by: J. Nick Koston <nick@koston.org>
* Home connect selector for programs
* Mark program switches as deprecated
* Simplified translation keys
* Improvements for program select entity
* Revert mark program switches as deprecated
* Return `None` if program is `None` or empty string
* Fix program format
* Use `is` instead of `==`
* Program selector entity selects program instead of start the selected program
* Fix typo
* Active and selected program
* Added ServiceValidationError
* Delete unnecessary `service` param at tests
* Use full program keys
* Fix again typos in programs states
* Use map for translations
* Add error handling for when the selected program is not registered on the program map
* Reverse map for programs and translation keys
* Remove stale string
* Log only once that the program is not part of the official Home Connect API specification
* pop programs
* Move `RE_CAMEL_CASE` to a better place
* Added warning if updated program is not valid
* Stale test function name
* Improve log about unknown program at update
* Add underscore before numbers in translation keys
* Added suggested changes
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Use target for adding an executor job
* Apply suggestions from code review
* Clean whitespace
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Use translations on SensorEntity unit_of_measurement property
* Use default language for unit translation
* Update brother integration snapshot
* Update snapshots
* add time and offset config for connections
* split the config flow
* fix arrival config
* add time_mode data description
* use delta as dict instead of string
* simplify the config_flow
* improve descriptions of config_flow
* improve config flow
* remove obsolete string
* switch priority of the config options
* improvements
* listen to config changes for possible DST changes
* Add test
* check tz actually changed
* Update tests/components/utility_meter/test_sensor.py
Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>
* Update tests/components/utility_meter/test_sensor.py
Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>
* Clean up comment
---------
Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Add wake word select
* Fix linting
* Move to ESPHome
* Clean up and add more tests
* Update homeassistant/components/esphome/select.py
---------
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
* Add diagnostics
* Add tests for diagnostics
* Add media_player diagnostics
* Use media_player entity's state instead of registryentry
* Update tests
* Reorganize code
Remove context from media_player state
* Fix dict being read only
Simplify naming
Update test snapshot
* Update test snapshot