Bump aioshelly to 1.0.8 (#64864)

* Bump aioshelly to 1.0.8

* Update DEPENDENCY_CONFLICTS
pull/64874/head
Shay Levy 2022-01-24 23:26:38 +02:00 committed by GitHub
parent 2f25aafb84
commit 6d5c2bb34b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
"name": "Shelly",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/shelly",
"requirements": ["aioshelly==1.0.7"],
"requirements": ["aioshelly==1.0.8"],
"zeroconf": [
{
"type": "_http._tcp.local.",

View File

@ -254,7 +254,7 @@ aioridwell==2021.12.2
aiosenseme==0.6.1
# homeassistant.components.shelly
aioshelly==1.0.7
aioshelly==1.0.8
# homeassistant.components.steamist
aiosteamist==0.3.1

View File

@ -189,7 +189,7 @@ aioridwell==2021.12.2
aiosenseme==0.6.1
# homeassistant.components.shelly
aioshelly==1.0.7
aioshelly==1.0.8
# homeassistant.components.steamist
aiosteamist==0.3.1

View File

@ -3,7 +3,7 @@ PIP_CACHE=$1
# Number of existing dependency conflicts
# Update if a PR resolve one!
DEPENDENCY_CONFLICTS=14
DEPENDENCY_CONFLICTS=13
PIP_CHECK=$(pip check --cache-dir=$PIP_CACHE)
LINE_COUNT=$(echo "$PIP_CHECK" | wc -l)