Bump pyemvue version to fix outlet activation

This commit is contained in:
magico13
2023-01-23 14:35:10 -05:00
parent d584fa2a0a
commit cc4ae92e7b

View File

@@ -4,7 +4,7 @@
"config_flow": true,
"documentation": "https://github.com/magico13/ha-emporia-vue",
"issue_tracker": "https://github.com/magico13/ha-emporia-vue/issues",
"requirements": ["pyemvue==0.16.1"],
"requirements": ["pyemvue==0.16.2"],
"ssdp": [],
"zeroconf": [],
"homekit": {},
@@ -12,5 +12,5 @@
"codeowners": ["@magico13"],
"iot_class": "cloud_polling",
"integration_type": "hub",
"version": "0.8.0"
"version": "0.8.1"
}