mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-12 22:19:00 +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.1 KiB
1.1 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 | 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
implementation allows you to integrate your Logi Circle cameras in Home Assistant.
{% linkable_title Configuration %}
To integrate cameras linked with your Logi Circle account, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
logi_circle:
username: YOUR_USERNAME
password: YOUR_PASSWORD
{% configuration %} username: description: The username for accessing your Logi Circle account. required: true type: string password: description: The password for accessing your Logi Circle account. required: true type: string {% endconfiguration %}
Finish its configuration by visiting the Logi Circle camera or Logi Circle sensor documentation.