mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 15:47:12 +00:00
Add service icons to Timer (#113358)
This commit is contained in:
parent
4c3943e264
commit
11e69f6baa
10
homeassistant/components/timer/icons.json
Normal file
10
homeassistant/components/timer/icons.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"services": {
|
||||||
|
"start": "mdi:start",
|
||||||
|
"pause": "mdi:pause",
|
||||||
|
"cancel": "mdi:cancel",
|
||||||
|
"finish": "mdi:check",
|
||||||
|
"change": "mdi:pencil",
|
||||||
|
"reload": "mdi:reload"
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user