mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-08-07 16:38:03 +00:00
Add button to move netatmo cover to preferred position (#36723)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
8139b43eea
commit
6897358d2c
@ -3,6 +3,7 @@ title: Netatmo
|
|||||||
description: Instructions on how to integrate Netatmo integration into Home Assistant.
|
description: Instructions on how to integrate Netatmo integration into Home Assistant.
|
||||||
ha_category:
|
ha_category:
|
||||||
- Binary sensor
|
- Binary sensor
|
||||||
|
- Button
|
||||||
- Camera
|
- Camera
|
||||||
- Climate
|
- Climate
|
||||||
- Cover
|
- Cover
|
||||||
@ -23,6 +24,7 @@ ha_domain: netatmo
|
|||||||
ha_homekit: true
|
ha_homekit: true
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- binary_sensor
|
- binary_sensor
|
||||||
|
- button
|
||||||
- camera
|
- camera
|
||||||
- climate
|
- climate
|
||||||
- cover
|
- cover
|
||||||
@ -40,6 +42,7 @@ The Netatmo integration platform is the main integration to integrate all Netatm
|
|||||||
There is currently support for the following device types within Home Assistant:
|
There is currently support for the following device types within Home Assistant:
|
||||||
|
|
||||||
- [Binary sensor](#binary-sensor)
|
- [Binary sensor](#binary-sensor)
|
||||||
|
- [Button](#button)
|
||||||
- [Camera](#camera)
|
- [Camera](#camera)
|
||||||
- [Climate](#climate)
|
- [Climate](#climate)
|
||||||
- [Cover](#cover)
|
- [Cover](#cover)
|
||||||
@ -63,6 +66,11 @@ To edit an existing area, enter its name and follow the dialog.
|
|||||||
|
|
||||||
The `netatmo` binary sensor platform is showing the connectivity for the [Netatmo Smart Home Weather Station](https://www.netatmo.com/smart-weather-station).
|
The `netatmo` binary sensor platform is showing the connectivity for the [Netatmo Smart Home Weather Station](https://www.netatmo.com/smart-weather-station).
|
||||||
|
|
||||||
|
## Button
|
||||||
|
|
||||||
|
The `netatmo` button sensor platform provides support for moving compatible shutters to a preferred position.
|
||||||
|
Not all covers support this functionality, and we cannot automatically determine the capability, so these entities are disabled by default.
|
||||||
|
|
||||||
## Camera
|
## Camera
|
||||||
|
|
||||||
The `netatmo` camera platform is consuming the information provided by a [Netatmo Smart Indoor](https://www.netatmo.com/smart-indoor-camera), [Outdoor](https://www.netatmo.com/smart-outdoor-camera) and [Netatmo Smart Video Doorbell](https://www.netatmo.com/smart-video-doorbell) camera. This integration allows you to view the current live stream created by the camera (exception: video doorbell).
|
The `netatmo` camera platform is consuming the information provided by a [Netatmo Smart Indoor](https://www.netatmo.com/smart-indoor-camera), [Outdoor](https://www.netatmo.com/smart-outdoor-camera) and [Netatmo Smart Video Doorbell](https://www.netatmo.com/smart-video-doorbell) camera. This integration allows you to view the current live stream created by the camera (exception: video doorbell).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user