Skip to content
Snippets Groups Projects
Unverified Commit 28989754 authored by Austin Brunkhorst's avatar Austin Brunkhorst Committed by GitHub
Browse files

Update pysnooz to 0.8.3 (#81428)

parent 7995f0e4
Branches
Tags
No related merge requests found
...@@ -82,7 +82,7 @@ class SnoozConfigFlow(ConfigFlow, domain=DOMAIN): ...@@ -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 @@ ...@@ -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 ...@@ -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 ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment