Skip to content

Commit

Permalink
Bump smart_meter_texas to 0.5.5 (#116321)
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamwetzler committed Apr 30, 2024
1 parent 7184543 commit b777947
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/smart_meter_texas/manifest.json
Expand Up @@ -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"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/components/smart_meter_texas/conftest.py
Expand Up @@ -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,
Expand Down

0 comments on commit b777947

Please sign in to comment.