Add select platform and category to zwave_js docs (#18915)

This commit is contained in:
Raman Gupta 2021-08-16 14:07:34 -04:00 committed by GitHub
parent 412d38b11d
commit 1669f0084b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@ ha_category:
- Hub
- Light
- Lock
- Select
- Sensor
- Switch
ha_release: '2021.2'
@ -26,6 +27,7 @@ ha_platforms:
- light
- lock
- number
- select
- sensor
- switch
---