core/homeassistant/components/xiaomi_miio/icons.json

29 lines
1.1 KiB
JSON

{
"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:play",
"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"
}
}