Skip to content

Commit

Permalink
Bump aioshelly to 1.0.2 (home-assistant#56980)
Browse files Browse the repository at this point in the history
  • Loading branch information
thecode authored Oct 3, 2021
1 parent f3c76fb commit ddc99af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/shelly/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Shelly",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/shelly",
"requirements": ["aioshelly==1.0.1"],
"requirements": ["aioshelly==1.0.2"],
"zeroconf": [
{
"type": "_http._tcp.local.",
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ aiopylgtv==0.4.0
aiorecollect==1.0.8

# homeassistant.components.shelly
aioshelly==1.0.1
aioshelly==1.0.2

# homeassistant.components.switcher_kis
aioswitcher==2.0.6
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ aiopylgtv==0.4.0
aiorecollect==1.0.8

# homeassistant.components.shelly
aioshelly==1.0.1
aioshelly==1.0.2

# homeassistant.components.switcher_kis
aioswitcher==2.0.6
Expand Down

0 comments on commit ddc99af

Please sign in to comment.