Michael
c5953045d4
Add error translations to AVM Fritz!Tools ( #116413 )
2024-04-29 20:48:54 +02:00
Michael
d8cca482b3
Add reconfigure flow to AVM Fritz!Tools ( #116057 )
...
add reconfigure flow
2024-04-24 07:52:14 +02:00
r-binder
68225abce5
Add tls support for AVM Fritz!Tools ( #112714 )
2024-04-20 23:08:29 +02:00
Sid
0d66d298ec
Enable Ruff RET504 ( #114528 )
...
* Enable Ruff RET504
* fix test
* Use noqa instead of cast
* fix sonos RET504
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-04-06 11:07:37 +02:00
Chris Bräucker
51a3e79048
Add wake on LAN via Fritz!Box for tracked devices ( #106778 )
2024-04-03 18:37:20 +02:00
Michael
98a1608604
Reduce usage of executer threads in AVM Fritz!Tools ( #114570 )
...
* call entity state update calls in one executer task
* remove not needed wrapping
* mark as "non-public" method
* add guard against changes on _entity_update_functions
2024-04-01 21:59:06 +02:00
Sid
6587ee20db
Enable Ruff TRY300 ( #114437 )
...
* Enable Ruff TRY300
* Update validation.py
* Address review comments
2024-03-30 10:37:59 +01:00
Sid
82a60fe8ad
Enable Ruff RSE ( #113695 )
2024-03-18 00:40:38 +01:00
Joost Lekkerkerker
cddce0ce0d
Enable more SIM ruff rules ( #113015 )
...
* SIM101 SIM103
* SIM107 SIM109
* SIM110
* SIM112 SIM113
* SIM115
* SIM116
* Fix
* Fix
* Fix
2024-03-10 23:20:37 -04:00
Joost Lekkerkerker
378806f1fa
Remove entity description mixin in AVM Fritz!Tools ( #112767 )
2024-03-09 16:38:44 +01:00
Marc Mueller
2c06d4fcb9
Add empty line after module docstring (2) [components] ( #112736 )
2024-03-08 19:15:59 +01:00
Marc Mueller
0e3945ca6c
Add empty line after module docstring [d-f] ( #112698 )
2024-03-08 14:15:26 +01:00
Erik Montnemery
e06446d0fa
Migrate integrations e-h to generic flowhandler ( #111862 )
2024-02-29 20:07:36 +01:00
Joost Lekkerkerker
9e2db708b9
Add icon translations to Fritz ( #111547 )
...
* Add icon translations to Fritz
* Add icon translations to Fritz
2024-02-27 00:17:15 +01:00
Erik Montnemery
5f00e15d35
Don't add fritz entities with update_before_add ( #110667 )
...
Co-authored-by: mib1185 <mail@mib85.de>
2024-02-15 21:49:26 +01:00
Simone Chemelli
f7909ee34a
Clean up Fritz options flow ( #109111 )
...
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2024-01-30 13:19:40 +01:00
Jan-Philipp Benecke
95aea1488d
Add pylint plugin to check if coordinator is placed in its own module ( #108174 )
...
* Add pylint plugin to check if coordinator is placed in its own module
* Remove unintended changes
* Remove pylint disable and let CI only fail on W,E,F
* Make check conventional
* Apply review suggestion
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Use option instead
* Remove pylint arguments from pre-commit
* Partially revert "Remove pylint disable and let CI only fail on W,E,F"
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-01-29 10:30:19 +01:00
Michael
3d1751bdfa
Prevent runtime issue during entity registration in coordinator of AVM Fritz!Tools ( #108667 )
...
prevent dictionary changed size during iteration
2024-01-22 14:26:46 -05:00
Jan-Philipp Benecke
28281523ec
Add pylint plugin to check for sorted platforms list ( #108115 )
2024-01-16 09:47:53 +01:00
Michael
9b8f0e1ee9
Fix switch states in AVM FRITZ!Box Tools ( #107183 )
2024-01-04 23:36:36 +01:00
Michael
0614e291c1
Set WiFi QR code entity to unknown when Fritzbox is not available ( #105870 )
2023-12-21 10:29:01 +01:00
Erik Montnemery
0c2485bc03
Freeze integration entity descriptions ( #105984 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-12-18 16:28:13 -10:00
c0ffeeca7
419dc8adb1
Freebox to FRITZ!Box add host field description ( #104784 )
...
Co-authored-by: Simone Chemelli <simone.chemelli@gmail.com>
2023-11-30 17:05:32 +01:00
Markus Friedli
dd1dc52994
Fix broken reconnect capability of fritzbox_callmonitor ( #100526 )
2023-09-17 20:00:09 +02:00
Erik Montnemery
6b628f2d29
Remove unnecessary block use of pylint disable in components a-o ( #100190 )
2023-09-12 14:02:50 +02:00
Michael
3d28c6d636
Fix AVM Fritz!Tools update entity ( #100151 )
...
* move update entity to coordinator
* fix tests
2023-09-11 22:30:50 -04:00
Ville Skyttä
3094991236
Upgrade ruff to 0.0.285 ( #98647 )
2023-08-19 08:17:17 -04:00
Erik Montnemery
045c327928
Move DeviceInfo from entity to device registry ( #98149 )
...
* Move DeviceInfo from entity to device registry
* Update integrations
2023-08-10 22:04:26 -04:00
Michael
d7a1b1e941
Fallback to get_hosts_info on older Fritz!OS in AVM Fritz!Tools ( #97844 )
2023-08-08 19:15:06 +02:00
Michael
c43e6d9bd1
Fix detection of client wan-access rule in AVM Fritz!Box Tools ( #97708 )
2023-08-03 20:36:09 +02:00
Michael
db4c9c67a2
Do not set hass data before first coordinator refresh ( #97343 )
2023-08-02 08:29:00 +02:00
Franck Nijhof
30058297cf
Migrate backported StrEnum to built-in StrEnum ( #97101 )
2023-07-23 23:19:24 +02:00
Michael
facd6ef765
Display current version in common format in AVM Fritz!Tools ( #96424 )
2023-07-21 21:58:18 +02:00
Paulus Schoutsen
7859be6481
Add deduplicate translations script ( #96384 )
...
* Add deduplicate script
* Fix forecast_solar incorrect key with space
* Fix utf-8
* Do not create references to other arbitrary other integrations
* Add commented code to only allow applying to referencing integrations
* Tweak
* Bug fix
* Add command line arg for limit reference
* never suggest to update common keys
* Output of script
* Apply suggestions from code review
Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com>
---------
Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com>
2023-07-13 11:52:50 -04:00
Michael
400c513209
Always add guest wifi qr code entity in AVM Fritz!Tools ( #96435 )
2023-07-12 20:54:48 +02:00
Franck Nijhof
ea3be7a789
Migrate integration services (E-F) to support translations ( #96367 )
2023-07-11 23:57:29 +02:00
Michael
5a87186916
Improve integration startup in AVM Fritz!Tools ( #96269 )
2023-07-11 18:01:05 +02:00
Michael
cf999d9ba4
Bump fritzconection to 1.12.2 ( #96265 )
2023-07-10 17:19:26 +02:00
Franck Nijhof
a6fe53f2b3
Fix missing name in Fritz!Box service descriptions ( #96076 )
2023-07-08 08:50:47 +02:00
Paulus Schoutsen
3fbc026d5a
Remove passing MAC as an identifier for Fritz ( #95648 )
2023-06-30 16:13:22 -04:00
Michael
b64be798df
Fix qr code data update in AVM Fritz!Tools ( #95470 )
...
* use async_update
* improve tests
* use async_image
2023-06-28 19:57:03 +02:00
Michael
acb7b1fe3b
Apply suggestion from late review of #95282 ( #95437 )
2023-06-28 16:20:23 +02:00
Michael
4daacf9c4b
Add Guest WiFi QR-Code image entity to AVM Fritz!Tools ( #95282 )
2023-06-27 23:48:28 +02:00
Joost Lekkerkerker
b0834472bc
Use device class translations for Fritz ( #95362 )
2023-06-27 18:48:03 +02:00
Simone Chemelli
2a9bcae365
Fritz: cleanup unused variables ( #93971 )
...
Cleanup
2023-06-02 16:17:16 -04:00
Michael
26f7843800
Fix uptime sensor deviation detection in Fritz!Tools ( #92907 )
2023-05-11 09:10:06 +02:00
Marc Mueller
d66056cfab
Improve fritz generic typing ( #92327 )
2023-05-01 21:11:40 +02:00
Michael
895c0be82c
Fix call deflection update in Fritz!Tools ( #92267 )
...
fix
2023-04-29 20:19:41 -04:00
Michael
ac4d9216d6
Turn AVM FRITZ!Box Tools call deflection switches into coordinator entities ( #91913 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2023-04-29 18:51:38 +02:00
saschaabraham
df40b4bf9f
Bump fritzconnection to 1.12.0 ( #90799 )
2023-04-06 10:31:43 +02:00