--- title: Netatmo description: Instructions on how to integrate Netatmo integration into Home Assistant. logo: netatmo.png ha_category: - Hub - Environment - Weather - Binary Sensor - Sensor - Climate - Camera ha_release: '0.20' ha_iot_class: Cloud Polling ha_codeowners: - '@cgtobi' ha_config_flow: true ha_domain: netatmo --- The `netatmo` integration platform is the main integration to integrate all Netatmo related platforms. There is currently support for the following device types within Home Assistant: - [Binary Sensor](#binary-sensor) - [Camera](#camera) - [Climate](#climate) - [Sensor](#sensor) ## Configuration To enable the Netatmo component, add the following lines to your `configuration.yaml`: ```yaml # Example configuration.yaml entry netatmo: client_id: YOUR_CLIENT_ID client_secret: YOUR_CLIENT_SECRET ``` {% configuration %} client_id: description: The `client id` from your Netatmo app. required: true type: string client_secret: description: The `client secret` from your Netatmo app. required: true type: string {% endconfiguration %} **After the client_id and client_secret is added to your `configuration.yaml` you must enable Netatmo through the integrations page.** ### Get API and Secret Key To get your API credentials, you have to declare a new application in the [Netatmo Developer Page](https://dev.netatmo.com/). Sign in using your username and password from your regular Netatmo account. Open the [app creator](https://dev.netatmo.com/apps/createanapp#form) form.