mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
arlo: Add battery level sensor documentation (#3482)
This commit is contained in:
parent
b2a254dffe
commit
52757f7366
@ -25,6 +25,7 @@ sensor:
|
|||||||
- captured_today
|
- captured_today
|
||||||
- last_capture
|
- last_capture
|
||||||
- total_cameras
|
- total_cameras
|
||||||
|
- battery_level
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
@ -33,5 +34,6 @@ Configuration variables:
|
|||||||
- **captured_today**: Return the number of videos captured on the current day.
|
- **captured_today**: Return the number of videos captured on the current day.
|
||||||
- **last_capture**: Return the timestamp from the last video captured by your Arlo camera.
|
- **last_capture**: Return the timestamp from the last video captured by your Arlo camera.
|
||||||
- **total_cameras**: Return the number of recognized and active cameras linked on your Arlo account.
|
- **total_cameras**: Return the number of recognized and active cameras linked on your Arlo account.
|
||||||
|
- **battery_level**: Return the battery level of your Arlo camera.
|
||||||
|
|
||||||
If no **monitored_conditions** are specified, all of above will be enabled by default.
|
If no **monitored_conditions** are specified, all of above will be enabled by default.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user