J. Nick Koston
|
d5e39e8748
|
Remove redundant names from config flow titles (#50380)
|
2021-05-10 22:14:33 -07:00 |
Simone Chemelli
|
1ad9f1d714
|
Title and internal descriptions updates for Fritzbox (#49047)
|
2021-05-03 12:52:22 +02:00 |
Julian Löhr
|
7bc8060122
|
Add reauthentication flow to fritzbox integration (#45587)
|
2021-01-29 00:08:59 +01:00 |
scheric
|
5345e9fb5c
|
Use common strings in fritzbox config flow (#41407)
Co-authored-by: springstan <46536646+springstan@users.noreply.github.com>
|
2020-10-08 18:12:04 +02:00 |
springstan
|
064a453604
|
Add already_in_progress to base strings for config flows (#40961)
|
2020-10-03 15:49:09 +02:00 |
Paulus Schoutsen
|
dd32324e01
|
Use config flow references for data (#35529)
|
2020-05-12 10:50:44 -07:00 |
escoand
|
f64c35c3f9
|
Handle more fritzbox edge cases (#34802)
|
2020-04-28 22:17:35 -07:00 |
Paulus Schoutsen
|
e002c84eba
|
Don't set step title if it's integration title (#34524)
|
2020-04-22 15:05:39 +02:00 |
escoand
|
c87ecf0ff6
|
Add config flow and device registry to fritzbox integration (#31240)
* add config flow
* fix pylint
* update lib
* Update config_flow.py
* remote devices layer in config
* add default host
* avoid double setups of entities
* remove async_setup_platform
* store entities in hass.data
* pass fritz connection together with config_entry
* fritz connections try no4 (or is it even more)
* fix comments
* add unloading
* fixed comments
* Update config_flow.py
* Update const.py
* Update config_flow.py
* Update __init__.py
* Update config_flow.py
* Update __init__.py
* Update __init__.py
* Update config_flow.py
* Update __init__.py
* Update __init__.py
* Update __init__.py
* Update config_flow.py
* add init tests
* test unloading
* add switch tests
* add sensor tests
* add climate tests
* test target temperature
* mock config to package
* comments
* test binary sensor state
* add config flow tests
* comments
* add missing tests
* minor
* remove string title
* deprecate yaml
* don't change yaml
* get devices async
* minor
* add devices again
* comments fixed
* unique_id fixes
* fix patches
* Fix schema
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
|
2020-04-20 15:00:07 +02:00 |