-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
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
Add tradfri device info #16768
Add tradfri device info #16768
Conversation
@@ -11,7 +11,8 @@ | |||
def initialize(hass, client_id, client_secret): | |||
"""Initialize a local auth provider.""" | |||
config_flow.register_flow_implementation( | |||
hass, DOMAIN, 'local', partial(generate_auth_url, client_id), | |||
hass, DOMAIN, 'configuration.yaml', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sneaking in a small change to how the entry for nest is called, it was confusing.
And as it seems only one of the gateways (Living, 192.168.10.6) is actually working. The other gateway is displayed but the bulbs are not switchable through hass. |
Home Assistant relies on PyTradfri which currently does not support multiple gateways. I will open a PR to make sure only one gateway can be configured at a time. Also if you see an issue, please open a new issue instead of responding to PRs. |
Description:
This adds Tradfri device info.
Checklist:
tox
. Your PR cannot be merged unless tests passIf the code does not interact with devices: