core/homeassistant/components/netatmo
Tobias Sauerwein ceec871340
Make Netatmo use async pyatmo (#49717)
* Split initialization from data retrival

* Await class initialization

* Async camera

* More async

* Remove stale code

* Clean up

* Update tests

* Fix test

* Improve error handling

* Bump pyatmo version to 5.0.0

* Add tests

* Add cloudhook test

* Increase coverage

* Add test with no camera devices

* Add test for ApiError

* Add test for timeout

* Clean up

* Catch pyatmo ApiError

* Fix PublicData

* Fix media source bug

* Increase coverage for light

* Test webhook with delayed start

* Increase coverage

* Clean up leftover data classes

* Make nonprivate

* Review comments

* Clean up stale code

* Increase cov

* Clean up code

* Code clean up

* Revert delay

* Update homeassistant/components/netatmo/climate.py

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Update homeassistant/components/netatmo/sensor.py

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Address comment

* Raise cov

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-05-20 14:59:19 +02:00
..
translations [ci skip] Translation update 2021-05-03 00:05:16 +00:00
__init__.py Make Netatmo use async pyatmo (#49717) 2021-05-20 14:59:19 +02:00
api.py Make Netatmo use async pyatmo (#49717) 2021-05-20 14:59:19 +02:00
camera.py Make Netatmo use async pyatmo (#49717) 2021-05-20 14:59:19 +02:00
climate.py Make Netatmo use async pyatmo (#49717) 2021-05-20 14:59:19 +02:00
config_flow.py Add constructor return type in integrations L-N (#50888) 2021-05-20 13:06:44 +01:00
const.py
data_handler.py Make Netatmo use async pyatmo (#49717) 2021-05-20 14:59:19 +02:00
device_trigger.py
helper.py
light.py Make Netatmo use async pyatmo (#49717) 2021-05-20 14:59:19 +02:00
manifest.json Make Netatmo use async pyatmo (#49717) 2021-05-20 14:59:19 +02:00
media_source.py Make Netatmo use async pyatmo (#49717) 2021-05-20 14:59:19 +02:00
netatmo_entity_base.py Make Netatmo use async pyatmo (#49717) 2021-05-20 14:59:19 +02:00
sensor.py Make Netatmo use async pyatmo (#49717) 2021-05-20 14:59:19 +02:00
services.yaml Fix Netatmo selector for setting persons being at home (#50373) 2021-05-12 00:22:07 +02:00
strings.json
webhook.py