-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Override HA autodiscovery switch => light #1784
Comments
'Light' will be used for pwm dimmer when setoption15 is 1, otherwise 'switch' |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue will be auto-closed because there hasn't been any activity for a few months. Feel free to open a new one if you still experience this problem. |
+1 for autodiscovery with light instead of switch. |
Add command SetOption30 to enforce Hass discovery as light group (#1784)
Add command SetOption30 to enforce Hass discovery as light group (arendst#1784)
ha/switch/basic_woonkamer_bank/config {"name":"basic_woonkamer_bank","command_topic":"cmnd/basic_woonkamer_bank/POWER","state_topic":"stat/basic_woonkamer_bank/RESULT","value_template":"{{value_json.POWER}}","payload_off":"0","payload_on":"1","availability_topic":"tele/basic_woonkamer_bank/LWT","payload_available":"Online","payload_not_available":"Offline"}
Is it possbile to create an option to override 'switch' to 'light' with the autodiscovery so it will be recognized in the 'Light' group and not in 'Switch' group?
The text was updated successfully, but these errors were encountered: