mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 08:17:08 +00:00
Update surepy to 0.8.0 (#77948)
This commit is contained in:
parent
a0071e7877
commit
01f1629ac0
@ -3,7 +3,7 @@
|
|||||||
"name": "Sure Petcare",
|
"name": "Sure Petcare",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/surepetcare",
|
"documentation": "https://www.home-assistant.io/integrations/surepetcare",
|
||||||
"codeowners": ["@benleb", "@danielhiversen"],
|
"codeowners": ["@benleb", "@danielhiversen"],
|
||||||
"requirements": ["surepy==0.7.2"],
|
"requirements": ["surepy==0.8.0"],
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"loggers": ["rich", "surepy"]
|
"loggers": ["rich", "surepy"]
|
||||||
|
@ -2318,7 +2318,7 @@ subarulink==0.5.0
|
|||||||
sunwatcher==0.2.1
|
sunwatcher==0.2.1
|
||||||
|
|
||||||
# homeassistant.components.surepetcare
|
# homeassistant.components.surepetcare
|
||||||
surepy==0.7.2
|
surepy==0.8.0
|
||||||
|
|
||||||
# homeassistant.components.swiss_hydrological_data
|
# homeassistant.components.swiss_hydrological_data
|
||||||
swisshydrodata==0.1.0
|
swisshydrodata==0.1.0
|
||||||
|
@ -1594,7 +1594,7 @@ subarulink==0.5.0
|
|||||||
sunwatcher==0.2.1
|
sunwatcher==0.2.1
|
||||||
|
|
||||||
# homeassistant.components.surepetcare
|
# homeassistant.components.surepetcare
|
||||||
surepy==0.7.2
|
surepy==0.8.0
|
||||||
|
|
||||||
# homeassistant.components.system_bridge
|
# homeassistant.components.system_bridge
|
||||||
systembridgeconnector==3.4.4
|
systembridgeconnector==3.4.4
|
||||||
|
@ -3,7 +3,7 @@ PIP_CACHE=$1
|
|||||||
|
|
||||||
# Number of existing dependency conflicts
|
# Number of existing dependency conflicts
|
||||||
# Update if a PR resolve one!
|
# Update if a PR resolve one!
|
||||||
DEPENDENCY_CONFLICTS=6
|
DEPENDENCY_CONFLICTS=5
|
||||||
|
|
||||||
PIP_CHECK=$(pip check --cache-dir=$PIP_CACHE)
|
PIP_CHECK=$(pip check --cache-dir=$PIP_CACHE)
|
||||||
LINE_COUNT=$(echo "$PIP_CHECK" | wc -l)
|
LINE_COUNT=$(echo "$PIP_CHECK" | wc -l)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user