* Update buienradar sensors only after being added to HA
* Move check to util
* Check for platform in sensor state property
* Move check to unit translation key property
* Add test for sensor check
* Properly handle added_to_hass
* Remove redundant comment
* Handle not found playlists
* Handle not found playlists
* Handle not found playlists
* Handle not found playlists
* Handle not found playlists
* Update homeassistant/components/spotify/coordinator.py
---------
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
* 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>