We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 353acc2 commit a3a207aCopy full SHA for a3a207a
README.md
@@ -562,7 +562,7 @@ motions_sensors = dirigera_hub.get_motion_sensors()
562
The motion sensor object has the following attributes (additional to the core attributes):
563
564
```python
565
-battery_percentage: int
+battery_percentage: Optional[int] = None
566
is_on: bool
567
light_level: Optional[float] = None
568
is_detected: Optional[bool] = False
0 commit comments