hass-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 Update ruff to v0.0.280 (#97102) 2023-07-23 22:00:26 +02:00
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 Use short handle attributes for device class in netatmo cover (#100228) 2023-09-12 13:34:50 -05:00
data_handler.py Handle ClientConnectorError in Netatmo data handler (#99116) 2023-10-07 14:19:57 +02:00
device_trigger.py
diagnostics.py
helper.py
light.py
manifest.json
media_source.py
netatmo_entity_base.py Move DeviceInfo from entity to device registry (#98149) 2023-08-10 22:04:26 -04:00
select.py
sensor.py Remove unnecessary defaults from Netatmo sensor (#101528) 2023-10-06 13:35:20 +02:00
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