1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-23 19:37:12 +00:00
Files
core/homeassistant/components/aurora/icons.json
2024-01-19 20:06:14 +01:00

15 lines
210 B
JSON

{
"entity": {
"binary_sensor": {
"visibility_alert": {
"default": "mdi:hazard-lights"
}
},
"sensor": {
"visibility": {
"default": "mdi:gauge"
}
}
}
}