From 6d46cfc7ac5ec16f3a6efd7fb58fa448e2f87f0f Mon Sep 17 00:00:00 2001 From: Christiaan de Ridder Date: Wed, 5 Jun 2024 09:34:15 +0200 Subject: [PATCH] Make brightness optional for wind calm fan with light --- .../tuya_local/devices/windcalm_fan_with_light.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/tuya_local/devices/windcalm_fan_with_light.yaml b/custom_components/tuya_local/devices/windcalm_fan_with_light.yaml index c4e1d22219..0739364b6e 100644 --- a/custom_components/tuya_local/devices/windcalm_fan_with_light.yaml +++ b/custom_components/tuya_local/devices/windcalm_fan_with_light.yaml @@ -23,6 +23,7 @@ secondary_entities: - id: 22 name: brightness type: integer + optional: true range: min: 10 max: 1000