1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Add AccuWeather integration (#37166)

* Initial commit

* Fix strings

* Fix unit system

* Add config_flow tests

* Simplify tests

* More tests

* Update comment

* Fix pylint error

* Run gen_requirements_all

* Fix pyline error

* Round precipitation and precipitation probability

* Bump backend library

* Bump backend library

* Add undo update listener on unload

* Add translation key for invalid_api_key

* Remove entity_registry_enabled_default property

* Suggested change

* Bump library
This commit is contained in:
Maciej Bieniek
2020-07-24 22:59:15 +02:00
committed by GitHub
parent 9fe142a114
commit 581c4a4edd
15 changed files with 998 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ To update, run python3 -m script.hassfest
FLOWS = [
"abode",
"accuweather",
"acmeda",
"adguard",
"agent_dvr",