Bump smart_meter_texas to 0.5.5 (#116321)

This commit is contained in:
Graham Wetzler 2024-04-30 02:47:06 -05:00 committed by GitHub
parent 7184543f12
commit b777947978
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -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"]
}

View File

@ -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

View File

@ -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

View File

@ -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,