From 8c13b817ea8b43bc8518ef3fbf694567c8beb446 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Thu, 14 Mar 2024 13:15:11 +0100 Subject: [PATCH] Add service icons to Xiaomi Miio (#113364) --- .../components/xiaomi_miio/icons.json | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 homeassistant/components/xiaomi_miio/icons.json diff --git a/homeassistant/components/xiaomi_miio/icons.json b/homeassistant/components/xiaomi_miio/icons.json new file mode 100644 index 00000000000..a9daaf9a61c --- /dev/null +++ b/homeassistant/components/xiaomi_miio/icons.json @@ -0,0 +1,28 @@ +{ + "services": { + "fan_reset_filter": "mdi:refresh", + "fan_set_extra_features": "mdi:cog", + "light_set_scene": "mdi:palette", + "light_set_delayed_turn_off": "mdi:timer", + "light_reminder_on": "mdi:alarm", + "light_reminder_off": "mdi:alarm-off", + "light_night_light_mode_on": "mdi:weather-night", + "light_night_light_mode_off": "mdi:weather-sunny", + "light_eyecare_mode_on": "mdi:eye", + "light_eyecare_mode_off": "mdi:eye-off", + "remote_learn_command": "mdi:remote", + "remote_set_led_on": "mdi:led-on", + "remote_set_led_off": "mdi:led-off", + "switch_set_wifi_led_on": "mdi:wifi", + "switch_set_wifi_led_off": "mdi:wifi-off", + "switch_set_power_price": "mdi:currency-usd", + "switch_set_power_mode": "mdi:power", + "vacuum_remote_control_start": "mdi:start", + "vacuum_remote_control_stop": "mdi:stop", + "vacuum_remote_control_move": "mdi:remote", + "vacuum_remote_control_move_step": "mdi:remote", + "vacuum_clean_zone": "mdi:map-marker", + "vacuum_goto": "mdi:map-marker", + "vacuum_clean_segment": "mdi:map-marker" + } +}