hass-core/homeassistant/components/smlight/icons.json
TimL 6aa07243cd
Add info based sensors to Smlight integration (#125482)
* Move entity category to class

* improve type hints

* Regenerate sensor snapshots to remove some invalid entries

* Add info sensors that display various device settings/modes

* Add strings for info sensors

* Update sensor snapshot with new sensors

* Use StateType

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* Use icon translations

* statetype

* drop ip sensor

* Lookup enum values before translating

* entities use options

* update options strings

strings

* lookup values from options

* update sensor snapshot

---------

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-09-13 13:36:54 +02:00

15 lines
244 B
JSON

{
"entity": {
"sensor": {
"device_mode": {
"default": "mdi:connection"
},
"firmware_channel": {
"default": "mdi:update"
},
"zigbee_type": {
"default": "mdi:zigbee"
}
}
}
}