Skip to content

capture config updates#9

Open
jonfreibr wants to merge 1 commit intohomeassistant-projects:mainfrom
jonfreibr:jonfrei
Open

capture config updates#9
jonfreibr wants to merge 1 commit intohomeassistant-projects:mainfrom
jonfreibr:jonfrei

Conversation

@jonfreibr
Copy link
Copy Markdown

if self._all_sensors:
return self._all_sensors

and

if self._all_gateways:
return self._all_gateways

prevent configuration updates from propagating unless the script is closed and relaunched. Removing these lines allows configuration updates to come through whenever sensors() or gateways() is called.

if self._all_sensors:
   return self._all_sensors

and

if self._all_gateways:
   return self._all_gateways

prevent configuration updates from propagating unless the script is closed and relaunched. Removing these lines allows configuration updates to come through whenever sensors() or gateways() is called.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant