1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 13:13:46 +01:00
Files
core/homeassistant/components/ibeacon/icons.json
Joost Lekkerkerker 8d6205cedd Add icon translations to iBeacon (#111811)
* Add icon translations to iBeacon

* Add icon translations to iBeacon
2024-03-06 06:32:31 +01:00

18 lines
307 B
JSON

{
"entity": {
"device_tracker": {
"device_tracker": {
"default": "mdi:bluetooth-off",
"state": {
"home": "mdi:bluetooth-connect"
}
}
},
"sensor": {
"estimated_distance": {
"default": "mdi:signal-distance-variant"
}
}
}
}