Add IoT class to RFLink devices (#14829)

This commit is contained in:
javicalle 2020-10-03 14:30:30 +02:00 committed by GitHub
parent c66bff7df3
commit c66b2a89d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 2 deletions

View File

@ -4,6 +4,7 @@ description: "Instructions on how to integrate RFLink Somfy RTS and KAKU ASUN-65
logo: rflink.png
ha_category:
- Cover
ha_iot_class: Assumed State
ha_release: 0.55
ha_domain: rflink
---

View File

@ -4,8 +4,8 @@ description: "Instructions on how to integrate RFLink lights into Home Assistant
logo: rflink.png
ha_category:
- Light
ha_release: 0.38
ha_iot_class: Assumed State
ha_release: 0.38
ha_domain: rflink
---

View File

@ -4,8 +4,8 @@ description: "Instructions on how to integrate RFLink sensors into Home Assistan
logo: rflink.png
ha_category:
- Sensor
ha_iot_class: Local Push
ha_release: 0.38
ha_iot_class: Local Polling
ha_domain: rflink
---

View File

@ -4,6 +4,7 @@ description: "Instructions on how to integrate RFLink switches into Home Assista
logo: rflink.png
ha_category:
- Switch
ha_iot_class: Assumed State
ha_release: 0.38
ha_domain: rflink
---