-
Notifications
You must be signed in to change notification settings - Fork 23
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
Added Config_Flow. No Docker! No local Python-Scripts! #67
Conversation
feat: add coordinator for polling data feat: add translation feat: no need for local python script feat: no need docker-container feat: no manual configuration refactor: ... hm ... everything?
# Conflicts: # README.md # custom_components/tgtg/manifest.json # custom_components/tgtg/sensor.py # tgtg_get_favorites_item_id.py # tgtg_get_tokens.py
Wow, great job! I'll make sure to test it. A few questions tho:
I know most core integration have a transition period. Migrating from yaml-based to UI imports existing setup, and can he safely deleted from configuration.yaml afterwards. PS: can we get rid of v2 and just make this available under the same domain and name? |
As i said: KISS :-) |
You can also setup multiple accounts |
chore: remove V2 from naming
chore: remove default email in config_flow
chore: decrease log level of some outputs
… not need to be translated
fix: remove title from translations because its a brand name and does…
Looks good to me, I'll merge it in a separate branch for now. |
The reason i renamed the integration to tgtg_v2 was for running both integrations parallel. |
Hi
I changed ... uhm... yes. everything so far...
First of all: Thanks for your integration!
This was a great basis for further development.
Now i am a friend of KISS (Keep it simple and stupid) and a docker-container and the execution of local python code is NOT simple and stupid \o/
so, i refactored everything to work with a config_flow:
also i added translations.
Please feel free to test it, change it, give feedback and/or merge it.
best regards
Manuel Richarz