core/homeassistant/components/netatmo
deosrc 5623834b37
Add Netatmo temperature services (#104124)
* 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 (#104021) 2023-11-15 15:28:16 -05:00
api.py Fix netatmo authentication when using cloud authentication credentials (#104021) 2023-11-15 15:28:16 -05:00
application_credentials.py
camera.py
climate.py Add Netatmo temperature services (#104124) 2023-11-23 08:10:10 +01:00
config_flow.py Fix netatmo authentication when using cloud authentication credentials (#104021) 2023-11-15 15:28:16 -05:00
const.py Add Netatmo temperature services (#104124) 2023-11-23 08:10:10 +01:00
cover.py
data_handler.py
device_trigger.py
diagnostics.py
helper.py
light.py
manifest.json Fix typo in Netatmo homekit auto-discovery (#104060) 2023-11-17 14:36:28 +01:00
media_source.py
netatmo_entity_base.py
select.py
sensor.py
services.yaml Add Netatmo temperature services (#104124) 2023-11-23 08:10:10 +01:00
strings.json Add Netatmo temperature services (#104124) 2023-11-23 08:10:10 +01:00
switch.py
webhook.py