* fix brigtness sensor having percent as unit. * add test for percent-brightness-sensor * remove valve position and update tests * Removed test, because covered by Snapshots * fix review comments * move device calss to init. * fix test * fix review comments * add battery sensor back to test fixture * fix
27 lines
487 B
JSON
27 lines
487 B
JSON
{
|
|
"entity": {
|
|
"sensor": {
|
|
"brightness": {
|
|
"default": "mdi:brightness-5"
|
|
},
|
|
"brightness_instance": {
|
|
"default": "mdi:brightness-5"
|
|
},
|
|
"link_quality": {
|
|
"default": "mdi:signal"
|
|
},
|
|
"window_position": {
|
|
"default": "mdi:window-closed"
|
|
}
|
|
},
|
|
"switch": {
|
|
"watchdog": {
|
|
"default": "mdi:dog"
|
|
},
|
|
"manual_operation": {
|
|
"default": "mdi:hand-back-left"
|
|
}
|
|
}
|
|
}
|
|
}
|