Update pysnooz to 0.8.3 (#81428)

This commit is contained in:
Austin Brunkhorst 2022-11-02 19:10:07 -07:00 committed by GitHub
parent 7995f0e414
commit 28989754cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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": [

View file

@ -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

View file

@ -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