Add documentation for fritz lights (#18451)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Lars 2021-10-22 14:30:23 +02:00 committed by GitHub
parent cdfd646db3
commit daee6a4852
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@ description: Instructions on how to integrate AVM Fritz!DECT components into Hom
ha_category:
- Binary Sensor
- Climate
- Light
- Sensor
- Switch
ha_release: 0.68
@ -14,6 +15,7 @@ ha_ssdp: true
ha_platforms:
- binary_sensor
- climate
- Light
- sensor
- switch
ha_codeowners:
@ -26,6 +28,7 @@ There is currently support for the following device types within Home Assistant:
- Binary Sensor
- Climate
- Light
- Sensor
- Switch
@ -76,3 +79,11 @@ There are several attributes that can be useful for automations and templates.
| --------- | ----------- |
| `device_locked` | The state of the key lock at the device.
| `locked` | The state of the lock for configuring the device via the app or the FRITZ!Box web interface.
## Light
To get AVM FRITZ!DECT lightbulbs (e.g., FRITZ!DECT 500) follow the [configuration instructions](#configuration) above.
<div class='note'>
The FRITZ!DECT 500 lightbulb supports only 36 colors. When a color is picked in home assistant that is not supported by the device, a color that comes close will be activated.
</div>