mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 00:37:53 +00:00
Bump smart_meter_texas to 0.5.5 (#116321)
This commit is contained in:
parent
7184543f12
commit
b777947978
@ -6,5 +6,5 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/smart_meter_texas",
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["smart_meter_texas"],
|
||||
"requirements": ["smart-meter-texas==0.4.7"]
|
||||
"requirements": ["smart-meter-texas==0.5.5"]
|
||||
}
|
||||
|
@ -2563,7 +2563,7 @@ slackclient==2.5.0
|
||||
slixmpp==1.8.5
|
||||
|
||||
# homeassistant.components.smart_meter_texas
|
||||
smart-meter-texas==0.4.7
|
||||
smart-meter-texas==0.5.5
|
||||
|
||||
# homeassistant.components.smhi
|
||||
smhi-pkg==1.0.16
|
||||
|
@ -1982,7 +1982,7 @@ simplisafe-python==2024.01.0
|
||||
slackclient==2.5.0
|
||||
|
||||
# homeassistant.components.smart_meter_texas
|
||||
smart-meter-texas==0.4.7
|
||||
smart-meter-texas==0.5.5
|
||||
|
||||
# homeassistant.components.smhi
|
||||
smhi-pkg==1.0.16
|
||||
|
@ -58,7 +58,7 @@ def mock_connection(
|
||||
"""Mock all calls to the API."""
|
||||
aioclient_mock.get(BASE_URL)
|
||||
|
||||
auth_endpoint = f"{BASE_ENDPOINT}{AUTH_ENDPOINT}"
|
||||
auth_endpoint = AUTH_ENDPOINT
|
||||
if not auth_fail and not auth_timeout:
|
||||
aioclient_mock.post(
|
||||
auth_endpoint,
|
||||
|
Loading…
x
Reference in New Issue
Block a user