-
- Downloads
Add reauthentication for husqvarna_automower (#109930)
* Add reauthentication for husqvarna_automower * Remove unneded lines * Don't extract token on reauth * Update homeassistant/components/husqvarna_automower/config_flow.py Co-authored-by:Joost Lekkerkerker <joostlek@outlook.com> * Update tests/components/husqvarna_automower/conftest.py Co-authored-by:
Joost Lekkerkerker <joostlek@outlook.com> * Use helper * Test if authentication is done with the right account * switch to ConfigFlowResult --------- Co-authored-by:
Joost Lekkerkerker <joostlek@outlook.com>
Showing
- homeassistant/components/husqvarna_automower/__init__.py 5 additions, 3 deletionshomeassistant/components/husqvarna_automower/__init__.py
- homeassistant/components/husqvarna_automower/config_flow.py 24 additions, 1 deletionhomeassistant/components/husqvarna_automower/config_flow.py
- homeassistant/components/husqvarna_automower/strings.json 6 additions, 1 deletionhomeassistant/components/husqvarna_automower/strings.json
- tests/components/husqvarna_automower/test_config_flow.py 145 additions, 0 deletionstests/components/husqvarna_automower/test_config_flow.py
- tests/components/husqvarna_automower/test_init.py 1 addition, 1 deletiontests/components/husqvarna_automower/test_init.py
Please register or sign in to comment