More options for config flow
See original GitHub issueIs your feature request related to a problem? Please describe.
We currently only ask for login and password on config flow. However some people might have issue with BadAuthentication
cause by different custom components as #95 for example. As an alternative solution we could provide master_token
input on config UI.
Also we discuss to have error catching for which we need to provide an option to ‘opt out’ from diagnostic data collection.
Describe the solution you’d like More versatile config flow UI that allows to enter master token and opt in / opt out from diagnotic data collection
Issue Analytics
- State:
- Created 2 years ago
- Comments:24 (5 by maintainers)
Top Results From Across the Web
.flowconfig [options] | Flow
The [options] section in a .flowconfig file can contain several key-value pairs of the form: [options] keyA=valueA keyB=valueB. Any options that are omitted ......
Read more >Config Flow Import: Set Options - Home Assistant Community
I am adding config flow to a custom component and using an import flow to take the setting from configuration.yaml (if they exist)....
Read more >Building a Home Assistant Custom Component Part 4: Options ...
The options flow allows a user to configure additional options for the component at any time by navigating to the integrations page and ......
Read more >Configuration — Flow Framework dev-master documentation
Flow distinguishes between different types of configuration. The most important type of configuration are the settings, however other configuration types ...
Read more >New Configure Flows option - And my existing Flow is missing!!
Then set its Site address and Library Name, adding other needed actions. About the new Configure flows button, I have made some tests...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
One of the cool ideas I heard from @KapJI the other day is to de-couple your google speakers / automations from your google account. Create a new secure google account for home automation things and simply add it as a “user” to your google home. That will allow your 2nd account full access to google devices without compromising the security of your main google account 😃
HA does NOT encrypt anything as far as I know. 😬😬
I am neither for or against @coleya suggestion, i just wanted to point out that it won’t necessarily make this more secure. 😊