1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 13:38:04 +00:00
Files
core/homeassistant/components/random/icons.json
2024-02-04 23:23:10 +01:00

15 lines
204 B
JSON

{
"entity": {
"binary_sensor": {
"random": {
"default": "mdi:dice-multiple"
}
},
"sensor": {
"random": {
"default": "mdi:dice-multiple"
}
}
}
}