Skip to content

Commit

Permalink
Add icon translations to Ecobee (home-assistant#111416)
Browse files Browse the repository at this point in the history
  • Loading branch information
joostlek authored Feb 25, 2024
1 parent 8dec633 commit a410aa4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions homeassistant/components/ecobee/icons.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"services": {
"create_vacation": "mdi:umbrella-beach",
"delete_vacation": "mdi:umbrella-beach-outline",
"resume_program": "mdi:play",
"set_fan_min_on_time": "mdi:fan-clock",
"set_dst_mode": "mdi:sun-clock",
"set_mic_mode": "mdi:microphone",
"set_occupancy_modes": "mdi:eye-settings"
}
}

0 comments on commit a410aa4

Please sign in to comment.