mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 02:07:09 +00:00
Add button icon translations (#108415)
This commit is contained in:
parent
fb17b451c7
commit
1e32f96b0c
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…
x
Reference in New Issue
Block a user