Add switch entity to Overkiz (#21167)

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
Mick Vleeshouwer 2022-01-17 10:32:41 -08:00 committed by GitHub
parent add6cd76c5
commit c99018dd9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@ ha_category:
- Light - Light
- Scene - Scene
- Binary Sensor - Binary Sensor
- Switch
- Select - Select
ha_release: 2022.1.0 ha_release: 2022.1.0
ha_config_flow: true ha_config_flow: true
@ -27,6 +28,7 @@ ha_platforms:
- light - light
- scene - scene
- binary_sensor - binary_sensor
- switch
- select - select
--- ---