Add button icon translations (#108415)
This commit is contained in:
parent
fb17b451c7
commit
1e32f96b0c
1 changed files with 19 additions and 0 deletions
19
homeassistant/components/button/icons.json
Normal file
19
homeassistant/components/button/icons.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"entity_component": {
|
||||
"_": {
|
||||
"default": "mdi:button-pointer"
|
||||
},
|
||||
"restart": {
|
||||
"default": "mdi:restart"
|
||||
},
|
||||
"identify": {
|
||||
"default": "mdi:crosshairs-question"
|
||||
},
|
||||
"update": {
|
||||
"default": "mdi:package-up"
|
||||
}
|
||||
},
|
||||
"services": {
|
||||
"press": "mdi:gesture-tap-button"
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue