hass-core/homeassistant/components/netatmo
deosrc 5623834b37
Add Netatmo temperature services ()
* Update datetime strings to match input_datetime integration

* Add netatmo service to set temperature

* Add netatmo service to clear temperature setting

* Fix formatting

* Add tests for new services

* Fix mypy error

* Fix formatting

* Fix formatting

* Apply suggestions from code review (WIP)

Co-authored-by: G Johansson <goran.johansson@shiftit.se>

* Complete changes from review suggestions

* Fix build error

* Add service to set temperature for time period

* Expand and fix test

* Replace duplicated strings with links

---------

Co-authored-by: G Johansson <goran.johansson@shiftit.se>
2023-11-23 08:10:10 +01:00
..
__init__.py Fix netatmo authentication when using cloud authentication credentials () 2023-11-15 15:28:16 -05:00
api.py Fix netatmo authentication when using cloud authentication credentials () 2023-11-15 15:28:16 -05:00
application_credentials.py
camera.py Update ruff to v0.0.280 () 2023-07-23 22:00:26 +02:00
climate.py Add Netatmo temperature services () 2023-11-23 08:10:10 +01:00
config_flow.py Fix netatmo authentication when using cloud authentication credentials () 2023-11-15 15:28:16 -05:00
const.py Add Netatmo temperature services () 2023-11-23 08:10:10 +01:00
cover.py Use short handle attributes for device class in netatmo cover () 2023-09-12 13:34:50 -05:00
data_handler.py Use pyatmo device type enum instead of string () 2023-11-04 11:28:26 +01:00
device_trigger.py
diagnostics.py
helper.py
light.py
manifest.json Fix typo in Netatmo homekit auto-discovery () 2023-11-17 14:36:28 +01:00
media_source.py
netatmo_entity_base.py Use pyatmo device type enum instead of string () 2023-11-04 11:28:26 +01:00
select.py Use pyatmo device type enum instead of string () 2023-11-04 11:28:26 +01:00
sensor.py Change log level to debug in Netatmo () 2023-11-04 12:31:57 +01:00
services.yaml Add Netatmo temperature services () 2023-11-23 08:10:10 +01:00
strings.json Add Netatmo temperature services () 2023-11-23 08:10:10 +01:00
switch.py
webhook.py