mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-05 10:38:58 +00:00

* Added documentation for the Logi component, camera platform and sensor platform. * Updated Logi Circle camera and sensor platforms based on feature changes. * Renamed `logi` component domain to `logi_circle`. * Bumped HA release version to 0.79. Renamed logi brand image to logi_circle. * Fixed typo. Removed redundant definition of last_activity_time sensor.
1.8 KiB
1.8 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|
page | Logi Circle Sensor | Instructions on how to integrate your Logi Circle cameras within Home Assistant. | 2018-09-08 11:00 | true | false | true | true | logi_circle.png | Camera | 0.79 | Cloud Polling |
The logi_circle
sensor platform lets you monitor sensors connected to your Logi Circle cameras in Home Assistant.
You must have the [Logi Circle component](/components/logi_circle/) configured to use this sensor platform.
{% linkable_title Configuration %}
Once you have enabled the Logi Circle component, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
sensor:
- platform: logi_circle
Configuration variables:
- 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.
- battery_level: Return the battery level percentage from the camera.
- last_activity_time: Return the timestamp from the last time the Logi Circle camera detected any activity.
- privacy_mode: Return the privacy mode status from the camera.
- signal_strength_category: Return the WiFi signal level from the camera.
- signal_strength_percentage: Return the WiFi signal percentage from the camera.
- speaker_volume: Return the relative speaker volume from the camera (0-100%).
- streaming_mode: Return the streaming mode status from the camera.
Currently it supports all 1st and 2nd generation cameras. Cameras without an internal battery will not expose a battery_level
sensor.