Include support for Tradfri STARKVIND Air purifier (#19925)

This commit is contained in:
Patrik Lindgren 2021-10-26 11:59:47 +02:00 committed by GitHub
parent c4b3a5dfdd
commit 0dffbea632
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@ ha_category:
- Light
- Sensor
- Switch
- Fan
ha_domain: tradfri
ha_homekit: true
ha_platforms:
@ -17,6 +18,7 @@ ha_platforms:
- light
- sensor
- switch
- fan
ha_codeowners:
- '@janiversen'
---
@ -80,4 +82,3 @@ Do not use the `api_key` variable in `configuration.yaml`. The API key is only n
## Known limitations
- The TRÅDFRI Shortcut button, Remotes and motion sensor only send information about their battery status, no events, to Home Assistant and thus can't be used to automate with. If you want to automate with these devices, you need to use something like [ZHA](/integrations/zha/).