home-assistant.io/source/_components/logi_circle.markdown
Evan Bruhn f857cea3bc Add Logi Circle component, camera and sensor platform documentation (#6249)
* 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.
2018-09-21 12:00:41 +02:00

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.