Bump fritzconnection to 1.10.3 (#77847)

* Bump fritzconnection to 1.10.2

* bump to 1.10.3
This commit is contained in:
Simone Chemelli 2022-09-14 08:13:42 +02:00 committed by GitHub
parent 831c87205f
commit 9d535b9ae9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
"domain": "fritz", "domain": "fritz",
"name": "AVM FRITZ!Box Tools", "name": "AVM FRITZ!Box Tools",
"documentation": "https://www.home-assistant.io/integrations/fritz", "documentation": "https://www.home-assistant.io/integrations/fritz",
"requirements": ["fritzconnection==1.10.1", "xmltodict==0.13.0"], "requirements": ["fritzconnection==1.10.3", "xmltodict==0.13.0"],
"dependencies": ["network"], "dependencies": ["network"],
"codeowners": ["@mammuth", "@AaronDavidSchneider", "@chemelli74", "@mib1185"], "codeowners": ["@mammuth", "@AaronDavidSchneider", "@chemelli74", "@mib1185"],
"config_flow": true, "config_flow": true,

View file

@ -3,7 +3,7 @@
"name": "AVM FRITZ!Box Call Monitor", "name": "AVM FRITZ!Box Call Monitor",
"config_flow": true, "config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/fritzbox_callmonitor", "documentation": "https://www.home-assistant.io/integrations/fritzbox_callmonitor",
"requirements": ["fritzconnection==1.10.1"], "requirements": ["fritzconnection==1.10.3"],
"codeowners": ["@cdce8p"], "codeowners": ["@cdce8p"],
"iot_class": "local_polling", "iot_class": "local_polling",
"loggers": ["fritzconnection"] "loggers": ["fritzconnection"]

View file

@ -711,7 +711,7 @@ freesms==0.2.0
# homeassistant.components.fritz # homeassistant.components.fritz
# homeassistant.components.fritzbox_callmonitor # homeassistant.components.fritzbox_callmonitor
fritzconnection==1.10.1 fritzconnection==1.10.3
# homeassistant.components.google_translate # homeassistant.components.google_translate
gTTS==2.2.4 gTTS==2.2.4

View file

@ -524,7 +524,7 @@ freebox-api==0.0.10
# homeassistant.components.fritz # homeassistant.components.fritz
# homeassistant.components.fritzbox_callmonitor # homeassistant.components.fritzbox_callmonitor
fritzconnection==1.10.1 fritzconnection==1.10.3
# homeassistant.components.google_translate # homeassistant.components.google_translate
gTTS==2.2.4 gTTS==2.2.4