You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using this library in a home automation system, the integration API access should be secured. Otherwise access to all exposed entities is wide open!
Authentication should not be limited to a simple configuration option with a static token, but implemented with a callback function. This allows the integration to dynamically authenticate connection requests.
The text was updated successfully, but these errors were encountered:
When using this library in a home automation system, the integration API access should be secured. Otherwise access to all exposed entities is wide open!
See supported authentication methods in the API.
Authentication should not be limited to a simple configuration option with a static token, but implemented with a callback function. This allows the integration to dynamically authenticate connection requests.
The text was updated successfully, but these errors were encountered: