Commit graph

22 commits

Author SHA1 Message Date
Aaron Bach
ce3f918c2c
Fix bug in AirVisual re-auth () 2021-11-15 14:30:26 -08:00
Aaron Bach
39054d656b
Perform some AirVisual code cleanup () 2021-11-01 09:03:37 +01:00
Aaron Bach
b72f1553ea
Use current config entry standards for AirVisual () 2021-10-11 09:17:43 -06:00
Aaron Bach
8d9345c407
Add missing type annotations to Airvisual () 2021-07-21 22:18:08 +02:00
Franck Nijhof
d4d0b93d3b
Clean up connection classes in integrations A-C () 2021-04-30 21:01:52 -10:00
Marc Mueller
2956eb0902
Update pylint to 2.7.3 ()
* Update pylint to 2.7.3

* Add class-const-naming-style

* Remove unused-import message

* Additional cleanup
2021-03-29 18:02:56 -10:00
Aaron Bach
6404f91d00
Standardize AirVisual helper method in config flow ()
* Standardize AirVisual helper method in config flow

* Code review
2021-02-05 10:51:55 +01:00
Aaron Bach
3bdf962838
Add ability to configure AirVisual with city/state/country in UI () 2021-02-01 11:38:03 -10:00
Aaron Bach
3707b72a37
Deprecate YAML config for AirVisual (0.119 removal) () 2020-11-09 13:41:04 +01:00
Aaron Bach
099de37ee5
Fix re-authentication in AirVisual () 2020-10-15 09:30:39 +02:00
Davey Chu
4b225a87c5
Use references in airvisual strings.json () 2020-10-01 13:49:16 -06:00
Aaron Bach
f82ca44aac
Bump pyairvisual to 5.0.2 ()
* Bump pyairvisual to 5.0.2

* Fix tests
2020-09-24 15:31:47 -06:00
Aaron Bach
0e11c10468
Prompt user to reauthenticate AirVisual when API key expires ()
* Prompt user to reauthenticate AirVisual when API key expires

* Don't version bump

* Cleanup

* Linting
2020-09-09 16:41:07 -06:00
Aaron Bach
8661cf463a
Update AirVisual to use DataUpdateCoordinator ()
* Update AirVisual to use DataUpdateCoordinator

* Empty commit to re-trigger build

* Don't include history or trends in config flow

* Code review
2020-05-01 11:29:58 -06:00
Aaron Bach
8ff1fc6f8b
Bump pyairvisual and remove unused trends () 2020-04-25 21:30:12 -06:00
Aaron Bach
86d3321d59
Store integration type in AirVisual config entry () 2020-04-24 10:11:17 -07:00
Aaron Bach
4d292c2723
Add support for AirVisual Node/Pro units ()
* Add support for AirVisual Node Pro units

* Fixed tests

* Updated dependencies

* Guard looks cleaner

* Limit options update to geography-based entries

* Docstring

* Use proper precision in display_temp

* Add availability for AirVisualNodeProSensor

* Updated translations

* Samba stuff in play

* Wrap up Samba

* Fix tests

* Remove unnecessary updates

* Normalize labels

* Bump requirements

* Don't include configuration.yaml support for this new functionality

* Fix tests

* Code review

* Code review

* Update coveragerc

* Code review
2020-04-23 01:41:14 +02:00
Paulus Schoutsen
0b90ebf91e
Allow async_setup changes to config entry data be taken into a… ()
* Allow async_setup changes to config entry data be taken into account

* Fix tests

* Limit scope try…finally

* Update tests/test_config_entries.py

Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>

* Fix import

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-04-14 18:46:41 -07:00
Aaron Bach
0e2fa7700d
Allow more than one AirVisual config entry with the same API k… ()
* Allow more than one AirVisual config entry with the same API key

* Add tests

* Correctly pop geography

* Code review

* Code review
2020-03-24 11:39:38 -07:00
Aaron Bach
21cff003f8
Add options flow for AirVisual ()
* Add options flow for AirVisual

* Code review

Co-Authored-By: Robert Svensson <Kane610@users.noreply.github.com>

Co-authored-by: Robert Svensson <Kane610@users.noreply.github.com>
2020-03-10 14:16:25 -06:00
Aaron Bach
f4561891ae
Ensure AirVisual import config flow checks API key correctness ()
* Add small improvements to AirVisual config flow tests

* Code review comments

* Code review comments
2020-03-09 21:39:42 -06:00
Aaron Bach
e9a7b66df6
Add config entry for AirVisual ()
* Add config entry for AirVisual

* Update coverage

* Catch invalid API key from config schema

* Rename geographies to stations

* Revert "Rename geographies to stations"

This reverts commit 5477f89c24cb3f58965351985b1021fc5fc794a5.

* Update strings

* Update CONNECTION_CLASS

* Remove options (subsequent PR)

* Handle import step separately

* Code review comments and simplification

* Move default geography logic to config flow

* Register domain in config flow init

* Add tests

* Update strings

* Bump requirements

* Update homeassistant/components/airvisual/config_flow.py

* Update homeassistant/components/airvisual/config_flow.py

* Make schemas stricter

* Linting

* Linting

* Code review comments

* Put config flow unique ID logic into a method

* Fix tests

* Streamline

* Linting

* show_on_map in options with default value

* Code review comments

* Default options

* Update tests

* Test update

* Move config entry into data object (in prep for options flow)

* Empty commit to re-trigger build
2020-02-28 20:14:17 -07:00