mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Update Logi circle sensor component configuration (#7070)
This commit is contained in:
parent
3f6c067117
commit
ab764cbeea
@ -29,15 +29,26 @@ sensor:
|
|||||||
- platform: logi_circle
|
- platform: logi_circle
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
monitored_conditions:
|
||||||
- **monitored_conditions** array (*Optional*): Conditions to display in the frontend. The following conditions can be monitored. If not specified, all conditions supported by your camera will be enabled.
|
description: Conditions to display in the frontend. The following conditions can be monitored. If not specified, all conditions supported by your camera will be enabled.
|
||||||
- **battery_level**: Return the battery level percentage from the camera.
|
required: false
|
||||||
- **last_activity_time**: Return the timestamp from the last time the Logi Circle camera detected any activity.
|
type: list
|
||||||
- **privacy_mode**: Return the privacy mode status from the camera.
|
keys:
|
||||||
- **signal_strength_category**: Return the WiFi signal level from the camera.
|
battery_level:
|
||||||
- **signal_strength_percentage**: Return the WiFi signal percentage from the camera.
|
description: Return the battery level percentage from the camera.
|
||||||
- **speaker_volume**: Return the relative speaker volume from the camera (0-100%).
|
last_activity_time:
|
||||||
- **streaming_mode**: Return the streaming mode status from the camera.
|
description: Return the timestamp from the last time the Logi Circle camera detected any activity.
|
||||||
|
privacy_mode:
|
||||||
|
description: Return the privacy mode status from the camera.
|
||||||
|
signal_strength_category:
|
||||||
|
description: Return the WiFi signal level from the camera.
|
||||||
|
signal_strength_percentage:
|
||||||
|
description: Return the WiFi signal percentage from the camera.
|
||||||
|
speaker_volume:
|
||||||
|
description: Return the relative speaker volume from the camera (0-100%).
|
||||||
|
streaming_mode:
|
||||||
|
description: Return the streaming mode status from the camera.
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
Currently it supports all 1st and 2nd generation cameras. Cameras without an internal battery will not expose a `battery_level` sensor.
|
Currently it supports all 1st and 2nd generation cameras. Cameras without an internal battery will not expose a `battery_level` sensor.
|
Loading…
x
Reference in New Issue
Block a user