Update pysnooz to 0.8.3 (#81428)
This commit is contained in:
parent
7995f0e414
commit
28989754cd
5 changed files with 4 additions and 4 deletions
|
@ -82,7 +82,7 @@ class SnoozConfigFlow(ConfigFlow, domain=DOMAIN):
|
|||
if user_input is not None:
|
||||
name = user_input[CONF_NAME]
|
||||
|
||||
discovered = self._discovered_devices.get(name)
|
||||
discovered = self._discovered_devices[name]
|
||||
|
||||
assert discovered is not None
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"name": "Snooz",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/snooz",
|
||||
"requirements": ["pysnooz==0.8.2"],
|
||||
"requirements": ["pysnooz==0.8.3"],
|
||||
"dependencies": ["bluetooth"],
|
||||
"codeowners": ["@AustinBrunkhorst"],
|
||||
"bluetooth": [
|
||||
|
|
|
@ -1914,7 +1914,7 @@ pysml==0.0.8
|
|||
pysnmplib==5.0.15
|
||||
|
||||
# homeassistant.components.snooz
|
||||
pysnooz==0.8.2
|
||||
pysnooz==0.8.3
|
||||
|
||||
# homeassistant.components.soma
|
||||
pysoma==0.0.10
|
||||
|
|
|
@ -1349,7 +1349,7 @@ pysmartthings==0.7.6
|
|||
pysnmplib==5.0.15
|
||||
|
||||
# homeassistant.components.snooz
|
||||
pysnooz==0.8.2
|
||||
pysnooz==0.8.3
|
||||
|
||||
# homeassistant.components.soma
|
||||
pysoma==0.0.10
|
||||
|
|
Loading…
Add table
Reference in a new issue