Maciej Bieniek
|
97894bd718
|
Refactor Airly config flow (#44330)
|
2020-12-17 19:34:40 +01:00 |
Maciej Bieniek
|
94e1f8e631
|
Refactor Airly tests (#44315)
|
2020-12-17 16:44:46 +01:00 |
Maciej Bieniek
|
86043b2957
|
Add support for system health to Airly integrarion (#43220)
|
2020-12-02 19:32:42 +01:00 |
SNoof85
|
3195ce5d56
|
Use of reference strings for Airly config flow (#40946)
|
2020-10-01 12:28:32 +02:00 |
springstan
|
d2b1918e9c
|
Drop UNIT_ prefix for percentage constant (#39383)
|
2020-09-05 21:09:14 +02:00 |
Maciej Bieniek
|
ad0560ef37
|
Improve tests for Airly integration (#38357)
* Add tests
* More tests
* Add PARALLEL_UPDATES
* Change Quality scale to platinum
* Change PARALLEL_UPDATES value
|
2020-07-30 08:41:18 -10:00 |
Paulus Schoutsen
|
ec47216388
|
Use built-in test helpers on 3.8 (#34901)
|
2020-04-30 13:29:50 -07:00 |
springstan
|
bc26be3c11
|
Add and use HTTP_FORBIDDEN constant (#33839)
|
2020-04-09 17:41:17 +02:00 |
Maciej Bieniek
|
15645ab0c9
|
Add unique ID to Airly config entries (#30681)
* Add unique ID to Airly config entries
* Update tests
* Update tests
* Fix typo
* Remove unnecesary and undo changes in first test
* Suggested change
|
2020-01-13 13:28:07 +01:00 |
Bas Nijholt
|
700cecc8ef
|
sort imports according to PEP8 for airly (#29615)
|
2019-12-08 13:41:51 +01:00 |
Maciej Bieniek
|
8ba4ee1012
|
Add Airly integration (#26375)
* Add Airly integration
* Update .coveragerc file
* Remove AVAILABLE_CONDITIONS and fix device_class
* Don't create client on every update
* Rename client to session
* Rename state_attributes to device_state_attributes
* Remove log latitude and longitude
* Fix try...except
* Change latitude and longitude to HA defaults
* _show_config_form doesn't need coroutine
* Simplify config_flow errors handlig
* Preetier
* Remove unnecessary condition
* Change sensor platform to air_quality
* Remove PM1
* Make unique_id more unique
* Remove ,
* Add tests for config_flow
* Move conf to CONFIG
* Remove domain from unique_id
* Change the way update of attrs
* Language and attrs
* Fix attrs
* Add aiohttp error handling
* Throttle as decorator
* Suggested change
* Suggested change
* Invert condition
* Cleaning
* Add tests
* Polish no sesnor error handling
* Better strings
* Fix test_invalid_api_key
* Fix documentation url
* Remove unnecessary test
* Remove language option
* Fix test_invalid_api_key once again
* Sort imports
* Remove splits in strings
|
2019-10-04 13:58:29 +02:00 |