mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 13:13:46 +01:00
* 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>
16 lines
244 B
JSON
16 lines
244 B
JSON
{
|
|
"entity": {
|
|
"sensor": {
|
|
"device_mode": {
|
|
"default": "mdi:connection"
|
|
},
|
|
"firmware_channel": {
|
|
"default": "mdi:update"
|
|
},
|
|
"zigbee_type": {
|
|
"default": "mdi:zigbee"
|
|
}
|
|
}
|
|
}
|
|
}
|