Merge pull request #9557 from effelle/development

HA integration: fix Light domain
This commit is contained in:
Theo Arends 2020-10-16 16:03:12 +02:00 committed by GitHub
commit 6b08bcbb4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ void HassDiscoveryRelays(struct HASS &Hass)
if (SONOFF_IFAN02 == my_module_type || SONOFF_IFAN03 == my_module_type) { iFan = true;}
#endif // ESP8266
if (Light.subtype > LST_RGB) {
if (Light.subtype > LST_NONE) {
if (!light_controller.isCTRGBLinked()) { // One or two lights present
lightidx = devices_present - 2;
} else {