Maciej Bieniek
|
9b67605b8a
|
Use SensorEntityDescription in GIOS integration (#53581)
|
2021-07-28 08:21:00 +02:00 |
Maciej Bieniek
|
9607864c29
|
Bump `gios` library to version 2.0 (#53557)
* Bump gios library
* Fix pylint error
|
2021-07-27 19:10:38 +02:00 |
Maciej Bieniek
|
bdf247faaa
|
Migrate GIOS air_quality platform to sensor (#52295)
|
2021-07-04 11:54:07 -05:00 |
Maciej Bieniek
|
f5541a468e
|
Improve type annotations for GIOS integration (#50454)
|
2021-05-11 07:57:24 -07:00 |
Maciej Bieniek
|
7a87846146
|
Bump `gios` library (#50145)
* Bump gios library
* Use consts for API strings
* Do not store data locally
* Use API_TIMEOUT const
|
2021-05-07 13:03:11 +02:00 |
tkdrob
|
4fdb617e22
|
Clean up constants (#46924)
* Clean up constants
* fix imports
|
2021-02-23 09:56:44 +01:00 |
Maciej Bieniek
|
d47900473e
|
Add device_info to GIOS integration (#38503)
|
2020-08-05 12:47:33 +02:00 |
Maciej Bieniek
|
de2f506585
|
Migrate GIOS to use DataUpdateCoordinator (#33306)
* Migrate to DataUpdateCoordinator
* Simplify code
|
2020-03-28 20:57:06 -07:00 |
Maciej Bieniek
|
2c1a7a54cd
|
Add GIOS integration (#28719)
* Initial commit
* Add gios to requirements
* Add tests
* Update .coveragerc file
* Run gen_requirements_all.py
* Change DEFAULT_SCAN_INTERVAL
* Better strings
* Bump library version
* run script.hassfest
* run isort
* Add icons mapping
* Remove unnecessary f-string
* Remove unnecessary listener
* Refactoring config_flow
* Add unique_id to config entry
* Change AQI states to consts in English
* Remove unused init
* Remove unused exception
* Remove private instance attribute
* Remove overwrite state property
* Fix pylint error
* Add SCAN_INTERVAL for air_quality entity
* Add _abort_if_unique_id_configured()
|
2019-12-31 13:05:31 +01:00 |