core/homeassistant/components/netatmo
Tobias Sauerwein 302b444269
Add service set_preset_mode_with_end_datetime in Netatmo integration (#101674)
* Add Netatmo climate service set_preset_mode_with_end_datetime to allow you to specify an end datetime for a preset mode

* Make end date optional

* address review comments

* Update strings

* Update homeassistant/components/netatmo/const.py

* Update homeassistant/components/netatmo/strings.json

---------

Co-authored-by: Adrien JOLY <adrien.joly-veillith@live.fr>
Co-authored-by: G Johansson <goran.johansson@shiftit.se>
2023-10-14 14:44:16 +02:00
..
__init__.py Unregister callback on Netatmo config entry unload (#101647) 2023-10-08 12:44:27 +02:00
api.py
application_credentials.py
camera.py
climate.py Add service set_preset_mode_with_end_datetime in Netatmo integration (#101674) 2023-10-14 14:44:16 +02:00
config_flow.py
const.py Add service set_preset_mode_with_end_datetime in Netatmo integration (#101674) 2023-10-14 14:44:16 +02:00
cover.py
data_handler.py
device_trigger.py
diagnostics.py
helper.py
light.py
manifest.json
media_source.py
netatmo_entity_base.py
select.py
sensor.py
services.yaml Add service set_preset_mode_with_end_datetime in Netatmo integration (#101674) 2023-10-14 14:44:16 +02:00
strings.json Add service set_preset_mode_with_end_datetime in Netatmo integration (#101674) 2023-10-14 14:44:16 +02:00
switch.py
webhook.py