Bump tellduslive to 0.10.12 (#124816)

* Bump tellduslive version

* update licenses.py too
This commit is contained in:
Fredrik Erlandsson 2024-08-28 21:10:49 +02:00 committed by GitHub
parent 5825e8fee8
commit 2b20b2a80b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 3 additions and 4 deletions

View file

@ -6,5 +6,5 @@
"documentation": "https://www.home-assistant.io/integrations/tellduslive", "documentation": "https://www.home-assistant.io/integrations/tellduslive",
"iot_class": "cloud_polling", "iot_class": "cloud_polling",
"quality_scale": "silver", "quality_scale": "silver",
"requirements": ["tellduslive==0.10.11"] "requirements": ["tellduslive==0.10.12"]
} }

View file

@ -2742,7 +2742,7 @@ tellcore-net==0.4
tellcore-py==1.1.2 tellcore-py==1.1.2
# homeassistant.components.tellduslive # homeassistant.components.tellduslive
tellduslive==0.10.11 tellduslive==0.10.12
# homeassistant.components.lg_soundbar # homeassistant.components.lg_soundbar
temescal==0.5 temescal==0.5

View file

@ -2167,7 +2167,7 @@ systembridgemodels==4.2.4
tailscale==0.6.1 tailscale==0.6.1
# homeassistant.components.tellduslive # homeassistant.components.tellduslive
tellduslive==0.10.11 tellduslive==0.10.12
# homeassistant.components.lg_soundbar # homeassistant.components.lg_soundbar
temescal==0.5 temescal==0.5

View file

@ -165,7 +165,6 @@ EXCEPTIONS = {
"sensirion-ble", # https://github.com/akx/sensirion-ble/pull/9 "sensirion-ble", # https://github.com/akx/sensirion-ble/pull/9
"sharp_aquos_rc", # https://github.com/jmoore987/sharp_aquos_rc/pull/14 "sharp_aquos_rc", # https://github.com/jmoore987/sharp_aquos_rc/pull/14
"tapsaff", # https://github.com/bazwilliams/python-taps-aff/pull/5 "tapsaff", # https://github.com/bazwilliams/python-taps-aff/pull/5
"tellduslive", # https://github.com/molobrakos/tellduslive/pull/24
"tellsticknet", # https://github.com/molobrakos/tellsticknet/pull/33 "tellsticknet", # https://github.com/molobrakos/tellsticknet/pull/33
"vincenty", # Public domain "vincenty", # Public domain
"zeversolar", # https://github.com/kvanzuijlen/zeversolar/pull/46 "zeversolar", # https://github.com/kvanzuijlen/zeversolar/pull/46