hass-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

17 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"
}
}
}
}