core/homeassistant/components/accuweather
Maciej Bieniek bce5f8ee05
Improve AccuWeather type annotations (#50616)
* Improve type annotations

* Remove unused argument

* Simplify state logic

* Fix uvindex state

* Fix type for logger

* Increase tests coverage

* Fix pylint arguments-differ error

* Suggested change

* Suggested change

* Remove unnecessary variable

* Remove unnecessary conditions

* Use int instead of list for forecast days

* Add enabled to sensor types dicts

* Fix request_remaining conversion and tests

* Run hassfest

* Suggested change

* Suggested change

* Do not use StateType
2021-05-19 09:37:16 +01:00
..
translations [ci skip] Translation update 2021-04-21 00:03:47 +00:00
__init__.py Improve AccuWeather type annotations (#50616) 2021-05-19 09:37:16 +01:00
config_flow.py Improve AccuWeather type annotations (#50616) 2021-05-19 09:37:16 +01:00
const.py Improve AccuWeather type annotations (#50616) 2021-05-19 09:37:16 +01:00
manifest.json Bump accuweather library (#50573) 2021-05-14 09:38:44 +02:00
model.py Improve AccuWeather type annotations (#50616) 2021-05-19 09:37:16 +01:00
sensor.py Improve AccuWeather type annotations (#50616) 2021-05-19 09:37:16 +01:00
strings.json Increase update interval in AccuWeather integration (#44984) 2021-01-20 15:17:53 -05:00
strings.sensor.json Add sensor platform for AccuWeather integration (#38312) 2020-08-02 09:22:51 -05:00
system_health.py Improve AccuWeather type annotations (#50616) 2021-05-19 09:37:16 +01:00
weather.py Improve AccuWeather type annotations (#50616) 2021-05-19 09:37:16 +01:00