mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
parent
cf5b2de0e8
commit
a07ff02cf6
@ -4,11 +4,13 @@ description: Instructions on how to integrate Netatmo integration into Home Assi
|
|||||||
ha_category:
|
ha_category:
|
||||||
- Camera
|
- Camera
|
||||||
- Climate
|
- Climate
|
||||||
|
- Cover
|
||||||
- Environment
|
- Environment
|
||||||
- Hub
|
- Hub
|
||||||
- Light
|
- Light
|
||||||
- Media Source
|
- Media Source
|
||||||
- Sensor
|
- Sensor
|
||||||
|
- Switch
|
||||||
- Weather
|
- Weather
|
||||||
ha_release: '0.20'
|
ha_release: '0.20'
|
||||||
ha_iot_class: Cloud Polling
|
ha_iot_class: Cloud Polling
|
||||||
@ -20,10 +22,12 @@ ha_homekit: true
|
|||||||
ha_platforms:
|
ha_platforms:
|
||||||
- camera
|
- camera
|
||||||
- climate
|
- climate
|
||||||
|
- cover
|
||||||
- diagnostics
|
- diagnostics
|
||||||
- light
|
- light
|
||||||
- select
|
- select
|
||||||
- sensor
|
- sensor
|
||||||
|
- switch
|
||||||
ha_integration_type: integration
|
ha_integration_type: integration
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -33,8 +37,10 @@ There is currently support for the following device types within Home Assistant:
|
|||||||
|
|
||||||
- [Camera](#camera)
|
- [Camera](#camera)
|
||||||
- [Climate](#climate)
|
- [Climate](#climate)
|
||||||
|
- [Cover](#cover)
|
||||||
- [Light](#light)
|
- [Light](#light)
|
||||||
- [Sensor](#sensor)
|
- [Sensor](#sensor)
|
||||||
|
- [Switch](#switch)
|
||||||
- [Webhook Events](#webhook-events)
|
- [Webhook Events](#webhook-events)
|
||||||
|
|
||||||
{% include integrations/config_flow.md %}
|
{% include integrations/config_flow.md %}
|
||||||
@ -49,21 +55,30 @@ To edit an existing area, enter its name and follow the dialog.
|
|||||||
|
|
||||||
## Camera
|
## Camera
|
||||||
|
|
||||||
The `netatmo` camera platform is consuming the information provided by a [Netatmo Smart Indoor](https://www.netatmo.com/en-gb/security/cam-indoor) or [Outdoor](https://www.netatmo.com/en-gb/security/cam-outdoor) camera. This integration allows you to view the current live stream created by the camera.
|
The `netatmo` camera platform is consuming the information provided by a [Netatmo Smart Indoor](https://www.netatmo.com/en-gb/security/cam-indoor), [Outdoor](https://www.netatmo.com/en-gb/security/cam-outdoor) and [Netatmo Smart Video Doorbell](https://www.netatmo.com/en-gb/security/doorbell) camera. This integration allows you to view the current live stream created by the camera (exception: video doorbell).
|
||||||
|
|
||||||
## Climate
|
## Climate
|
||||||
|
|
||||||
The `netatmo` thermostat platform is consuming the information provided by a [Netatmo Smart Thermostat](https://www.netatmo.com/product/energy/thermostat) or [Netatmo Smart Radiator Valve](https://www.netatmo.com/en-gb/energy/additional-valve). This integration allows you to view the current temperature and control the setpoint.
|
The `netatmo` thermostat platform is consuming the information provided by a [Netatmo Smart Thermostat](https://www.netatmo.com/product/energy/thermostat), [Smart Modulating Thermostat](https://www.netatmo.com/en-gb/energy/modulating-thermostat) and [Netatmo Smart Radiator Valve](https://www.netatmo.com/en-gb/energy/additional-valve). This integration allows you to view the current temperature and control the setpoint.
|
||||||
|
|
||||||
|
## Cover
|
||||||
|
|
||||||
|
The `netatmo` cover platform provides support for Bubendorff shutters.
|
||||||
|
|
||||||
## Light
|
## Light
|
||||||
|
|
||||||
The `netatmo` light platform is consuming information provided by a [Netatmo Smart Outdoor](https://www.netatmo.com/en-gb/security/cam-outdoor) camera and requires an active webhook. This integration allows you to turn on/off the flood lights.
|
The `netatmo` light platform is consuming information provided by a [Netatmo Smart Outdoor](https://www.netatmo.com/en-gb/security/cam-outdoor) camera and requires an active webhook. This integration allows you to turn on/off the flood lights.
|
||||||
|
It further provides support for Legrand/BTicino dimmers.
|
||||||
|
|
||||||
## Sensor
|
## Sensor
|
||||||
|
|
||||||
The `netatmo` sensor platform is consuming the information provided by a [Netatmo Smart Home Weather Station](https://www.netatmo.com/en-us/weather/weatherstation) a
|
The `netatmo` sensor platform is consuming the information provided by a [Netatmo Smart Home Weather Station](https://www.netatmo.com/en-us/weather/weatherstation) a
|
||||||
[Netatmo Smart Indoor Air Quality Monitor](https://www.netatmo.com/en-us/aircare/homecoach) device or [Netatmo Public Weather Stations](https://weathermap.netatmo.com/).
|
[Netatmo Smart Indoor Air Quality Monitor](https://www.netatmo.com/en-us/aircare/homecoach) device or [Netatmo Public Weather Stations](https://weathermap.netatmo.com/).
|
||||||
|
|
||||||
|
## Switch
|
||||||
|
|
||||||
|
The `netatmo` switch platform provides support for Legrand/BTicino switches and power plugs.
|
||||||
|
|
||||||
## Services
|
## Services
|
||||||
|
|
||||||
### Set Outdoor Camera Light Mode
|
### Set Outdoor Camera Light Mode
|
||||||
|
Loading…
x
Reference in New Issue
Block a user