core/homeassistant/components/netatmo
Tobias Sauerwein f9c7137d02
Use dataclasses in netatmo data handler (#52537)
* Switch to using dataclasses

* Clean up

* Update homeassistant/components/netatmo/data_handler.py
2021-07-05 13:05:18 +02:00
..
translations [ci skip] Translation update 2021-06-07 00:18:16 +00:00
__init__.py Catch exception for failed webhook drop for netatmo (#52119) 2021-06-23 14:56:20 +02:00
api.py
camera.py Remove boilerplate code in favour of attributes in Netatmo integration (#52395) 2021-07-02 11:36:37 +02:00
climate.py Remove boilerplate code in favour of attributes in Netatmo integration (#52395) 2021-07-02 11:36:37 +02:00
config_flow.py
const.py Remove boilerplate code in favour of attributes in Netatmo integration (#52395) 2021-07-02 11:36:37 +02:00
data_handler.py Use dataclasses in netatmo data handler (#52537) 2021-07-05 13:05:18 +02:00
device_trigger.py Rename device trigger base schema to DEVICE_TRIGGER_BASE_SCHEMA (#51719) 2021-06-10 19:11:38 +02:00
helper.py
light.py Remove boilerplate code in favour of attributes in Netatmo integration (#52395) 2021-07-02 11:36:37 +02:00
manifest.json Bump pyatmo to v5.2.0 (#52365) 2021-07-01 00:19:22 +02:00
media_source.py
netatmo_entity_base.py Use dataclasses in netatmo data handler (#52537) 2021-07-05 13:05:18 +02:00
sensor.py Remove boilerplate code in favour of attributes in Netatmo integration (#52395) 2021-07-02 11:36:37 +02:00
services.yaml Wrap up selectors (#50794) 2021-05-25 14:45:17 +02:00
strings.json
webhook.py