* 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>
15 lines
244 B
JSON
15 lines
244 B
JSON
{
|
|
"entity": {
|
|
"sensor": {
|
|
"device_mode": {
|
|
"default": "mdi:connection"
|
|
},
|
|
"firmware_channel": {
|
|
"default": "mdi:update"
|
|
},
|
|
"zigbee_type": {
|
|
"default": "mdi:zigbee"
|
|
}
|
|
}
|
|
}
|
|
}
|