mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Add service icons to Netatmo (#113335)
This commit is contained in:
parent
d58ab85919
commit
bac5a4d867
14
homeassistant/components/netatmo/icons.json
Normal file
14
homeassistant/components/netatmo/icons.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"services": {
|
||||
"set_camera_light": "mdi:led-on",
|
||||
"set_schedule": "mdi:calendar-clock",
|
||||
"set_preset_mode_with_end_datetime": "mdi:calendar-clock",
|
||||
"set_temperature_with_end_datetime": "mdi:thermometer",
|
||||
"set_temperature_with_time_period": "mdi:thermometer",
|
||||
"clear_temperature_setting": "mdi:thermometer",
|
||||
"set_persons_home": "mdi:home",
|
||||
"set_person_away": "mdi:walk",
|
||||
"register_webhook": "mdi:link-variant",
|
||||
"unregister_webhook": "mdi:link-variant-off"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user