-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Vera import switches as lights no longer working in 0.47 #8098
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
tsvi
added a commit
to tsvi/home-assistant
that referenced
this issue
Jun 19, 2017
pvizeli
pushed a commit
that referenced
this issue
Jun 19, 2017
balloob
pushed a commit
that referenced
this issue
Jun 21, 2017
Merged
Merged
dethpickle
pushed a commit
to dethpickle/home-assistant
that referenced
this issue
Aug 18, 2017
* Fix lights issue home-assistant#8098 * Don't check self._color to decide whether to calll get_color() self._color is None on init, so get_color() will never be called.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
None yet
0 participants
HASS 0.47
Python release (
python3 --version
):Python 3.5.2
Component/platform:
Vera
Description of problem:
After upgrade from 0.45 to 0.47 the vera configuration in configuration.yaml to import switches as lights is no longer working. Getting error messages in log related to "AttributeError: 'VeraSwitch' object has no attribute 'get_brightness'"
Expected:
To import switches as lights by adding below list of vera device ids underneath the vera configuration:
lights: [ 5, 16, 18, 21, 33, 39, 41, 42, 51]
Problem-relevant
configuration.yaml
entries and steps to reproduce:The text was updated successfully, but these errors were encountered: