epenet
|
af40b6524e
|
Use new ServiceInfo location in component tests (part 3) (#136064)
|
2025-01-20 13:16:59 +01:00 |
|
epenet
|
8c13daf6d9
|
Move SsdpServiceInfo to service_info helpers (#135661)
* Move SsdpServiceInfo to service_info helpers
* docstring
* Move string constants
* Adjust components
|
2025-01-15 15:00:27 +02:00 |
|
epenet
|
abe02c3843
|
Cleanup unnecessary reconfigure_confirm in fritzbox config flow (#128087)
|
2024-10-12 08:42:59 +02:00 |
|
epenet
|
9873371413
|
Use start_reconfigure_flow in config flow tests (#127191)
* Use start_reconfigure_flow in config flow tests
* Adjust fritz
|
2024-10-02 10:01:15 +02:00 |
|
epenet
|
99335a07e5
|
Use start_reauth helper method in integration tests (e-g) (#124785)
* Use start_reauth helper method in integration tests (e-g)
* Include fireservicerota
|
2024-08-28 15:47:57 +02:00 |
|
Michael
|
9fcb774252
|
Add reconfigure flow to AVM Fritz!SmartHome (#116047)
|
2024-04-24 13:06:14 +02:00 |
|
Joost Lekkerkerker
|
906d3198e3
|
Use is in enum comparison in config flow tests F-J (#114670)
* Use right enum expression F-J
* Fix
|
2024-04-02 23:01:37 +02:00 |
|
Joost Lekkerkerker
|
6bb4e7d62c
|
Bump ruff to 0.3.4 (#112690)
Co-authored-by: Sid <27780930+autinerd@users.noreply.github.com>
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
|
2024-03-26 00:02:16 +01:00 |
|
Marc Mueller
|
32f3f46542
|
Add empty line after module docstring (2) [tests.components] (#112737)
|
2024-03-08 19:16:21 +01:00 |
|
Franck Nijhof
|
ed79265843
|
Enable Ruff PT006 (#88165)
* Enable Ruff PT006
* Adjust existing cases
* Fix tests
* Remove unneeded parentheses
|
2023-02-15 14:09:50 +01:00 |
|
epenet
|
b68f502769
|
Add type hints to integration tests (part 7) (#87980)
|
2023-02-13 09:53:09 +01:00 |
|
Franck Nijhof
|
a6244eea28
|
Search/replace RESULT_TYPE_* by FlowResultType enum (#74656)
|
2022-07-07 21:28:18 +02:00 |
|
Michael
|
95421b1ae7
|
Ignore IPv6 link local address on ssdp discovery in Fritz!Smarthome (#69455)
|
2022-04-06 15:45:46 -07:00 |
|
Michael
|
78305ac6ae
|
Fix slow config_flow test in AVM Fritz!SmartHome (#60348)
|
2021-11-25 11:48:17 -06:00 |
|
epenet
|
f292691b7b
|
Use SsdpServiceInfo for ssdp tests (part 3) (#60334)
Co-authored-by: epenet <epenet@users.noreply.github.com>
|
2021-11-25 11:46:20 -06:00 |
|
Michael
|
24e07bc154
|
Fritzbox enable temp sensor (#52558)
|
2021-07-22 09:19:39 -07:00 |
|
Michael
|
a5e25e519f
|
Remove yaml configuration from fritzbox (#49663)
|
2021-04-25 09:49:08 -10:00 |
|
Ville Skyttä
|
153d6e891e
|
Use config_entries.SOURCE_* constants (#49631)
|
2021-04-25 11:27:40 +02:00 |
|
jan iversen
|
6a4f414236
|
Change HomeAssistantType to HomeAssistant (#49522)
|
2021-04-21 15:53:06 -10:00 |
|
J. Nick Koston
|
4cd7f9bd8b
|
Raise ConfigEntryAuthFailed during setup or coordinator update to start reauth (#48962)
|
2021-04-09 19:41:29 -10:00 |
|
Julian Löhr
|
7bc8060122
|
Add reauthentication flow to fritzbox integration (#45587)
|
2021-01-29 00:08:59 +01:00 |
|
Franck Nijhof
|
65cf2fcb6f
|
Drop asynctest (#44746)
|
2021-01-01 22:31:56 +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 |
|
Paulus Schoutsen
|
2af984917e
|
Use asynctest-mock in most places (#35109)
* Use asynctest-mock in most places
* Fix broken patch in pilight
|
2020-05-03 11:27:19 -07:00 |
|
escoand
|
f64c35c3f9
|
Handle more fritzbox edge cases (#34802)
|
2020-04-28 22:17:35 -07:00 |
|
escoand
|
8237ccfa03
|
Add unique_id to fritzbox (#34716)
|
2020-04-27 11:18:32 -07: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 |
|