mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 09:17:10 +00:00
Add script icon translations (#109107)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
4576fea511
commit
72a28d68d3
16
homeassistant/components/script/icons.json
Normal file
16
homeassistant/components/script/icons.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"entity_component": {
|
||||
"_": {
|
||||
"default": "mdi:script-text",
|
||||
"state": {
|
||||
"on": "mdi:script-text-play"
|
||||
}
|
||||
}
|
||||
},
|
||||
"services": {
|
||||
"reload": "mdi:reload",
|
||||
"turn_on": "mdi:script-text-play",
|
||||
"turn_off": "mdi:script-text",
|
||||
"toggle": "mdi:script-text"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user