mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 08:47:10 +00:00
Update pysnooz to 0.8.3 (#81428)
This commit is contained in:
parent
7995f0e414
commit
28989754cd
@ -82,7 +82,7 @@ class SnoozConfigFlow(ConfigFlow, domain=DOMAIN):
|
|||||||
if user_input is not None:
|
if user_input is not None:
|
||||||
name = user_input[CONF_NAME]
|
name = user_input[CONF_NAME]
|
||||||
|
|
||||||
discovered = self._discovered_devices.get(name)
|
discovered = self._discovered_devices[name]
|
||||||
|
|
||||||
assert discovered is not None
|
assert discovered is not None
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "Snooz",
|
"name": "Snooz",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/snooz",
|
"documentation": "https://www.home-assistant.io/integrations/snooz",
|
||||||
"requirements": ["pysnooz==0.8.2"],
|
"requirements": ["pysnooz==0.8.3"],
|
||||||
"dependencies": ["bluetooth"],
|
"dependencies": ["bluetooth"],
|
||||||
"codeowners": ["@AustinBrunkhorst"],
|
"codeowners": ["@AustinBrunkhorst"],
|
||||||
"bluetooth": [
|
"bluetooth": [
|
||||||
|
@ -1914,7 +1914,7 @@ pysml==0.0.8
|
|||||||
pysnmplib==5.0.15
|
pysnmplib==5.0.15
|
||||||
|
|
||||||
# homeassistant.components.snooz
|
# homeassistant.components.snooz
|
||||||
pysnooz==0.8.2
|
pysnooz==0.8.3
|
||||||
|
|
||||||
# homeassistant.components.soma
|
# homeassistant.components.soma
|
||||||
pysoma==0.0.10
|
pysoma==0.0.10
|
||||||
|
@ -1349,7 +1349,7 @@ pysmartthings==0.7.6
|
|||||||
pysnmplib==5.0.15
|
pysnmplib==5.0.15
|
||||||
|
|
||||||
# homeassistant.components.snooz
|
# homeassistant.components.snooz
|
||||||
pysnooz==0.8.2
|
pysnooz==0.8.3
|
||||||
|
|
||||||
# homeassistant.components.soma
|
# homeassistant.components.soma
|
||||||
pysoma==0.0.10
|
pysoma==0.0.10
|
||||||
|
Loading…
x
Reference in New Issue
Block a user