-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Pilight switch regression due to voluptuous changes #4272
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
Comments
Sorry not working for me in 0.32.2. I see the toggle but nothing happened if I switch on/off. Thats the log Thats my config:
|
Sure you have the newest version 0.32.2? |
Home-Assistant says yes. |
Home Assistant release (
hass --version
):0.33.0.dev0
Python release (
python3 --version
):Python 3.5.2 :: Continuum Analytics, Inc.
Component/platform:
pilight/switch
Description of problem:
The pilight configuration is checked via voluptuous since #3819.
This unfortunately created a regression because the configuration
items:
CONF_ON_CODE_RECIEVE
andCONF_OFF_CODE_RECIEVE
can be
None
making this check fail:if any(self._code_on_receive) or any(self._code_off_receive):
with the following error message
Additional info:
The issue was reported in the forum.
The text was updated successfully, but these errors were encountered: