Add missing state to the Tractive tracker state sensor (#114654)
Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com>pull/114656/head
parent
52bd3efad9
commit
25c920b1ee
|
@ -107,6 +107,7 @@ SENSOR_TYPES: tuple[TractiveSensorEntityDescription, ...] = (
|
|||
entity_category=EntityCategory.DIAGNOSTIC,
|
||||
device_class=SensorDeviceClass.ENUM,
|
||||
options=[
|
||||
"inaccurate_position",
|
||||
"not_reporting",
|
||||
"operational",
|
||||
"system_shutdown_user",
|
||||
|
|
|
@ -70,6 +70,7 @@
|
|||
"tracker_state": {
|
||||
"name": "Tracker state",
|
||||
"state": {
|
||||
"inaccurate_position": "Inaccurate position",
|
||||
"not_reporting": "Not reporting",
|
||||
"operational": "Operational",
|
||||
"system_shutdown_user": "System shutdown user",
|
||||
|
|
Loading…
Reference in New Issue