hass-core/script
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
..
hassfest Fix generated comment in CODEOWNERS (#27115) 2019-10-02 09:34:27 -07:00
scaffold Update documentation link URL for integrations (part2) (#27117) 2019-10-02 09:34:07 -07:00
bootstrap Add Black 2019-07-31 12:23:23 -07:00
check_dirty Fail if dirty (#16839) 2018-09-25 20:47:51 +02:00
check_format Blacken top level *.py (#25621) 2019-08-01 08:30:49 -07:00
gen_requirements_all.py Add Airly integration (#26375) 2019-10-04 13:58:29 +02:00
inspect_schemas.py Black 2019-07-31 12:25:30 -07:00
lazytox.py Use literal string interpolation in core (f-strings) (#26166) 2019-08-23 09:53:33 -07:00
lint script/lint: Ensure there are files to test with pylint (#14363) 2018-05-10 12:47:04 +02:00
monkeytype Add script to run monkeytype typing on test suite (#14440) 2018-06-21 15:06:05 +02:00
release Clean up build artifacts correctly 2019-01-20 17:31:09 -08:00
server Improve development workflow in docker (#5079) 2017-01-02 22:04:09 +01:00
setup Add Black 2019-07-31 12:23:23 -07:00
test script/test: fix tox env (#25620) 2019-08-01 08:45:58 +03:00
translations_develop Config flow translations (#13066) 2018-03-11 12:04:34 -07:00
translations_download Update translations 2019-03-03 21:53:45 -08:00
translations_download_split.py Use literal string interpolation in core (f-strings) (#26166) 2019-08-23 09:53:33 -07:00
translations_upload Cleanup stale script stuff (#26573) 2019-09-11 11:33:35 +02:00
translations_upload_merge.py Use literal string interpolation in core (f-strings) (#26166) 2019-08-23 09:53:33 -07:00
update Improve development workflow in docker (#5079) 2017-01-02 22:04:09 +01:00
version_bump.py Check if git is dirty before committing (#26588) 2019-09-11 13:30:51 -06:00