diff --git a/custom_components/bhyve/manifest.json b/custom_components/bhyve/manifest.json index 31d898f..a5044eb 100644 --- a/custom_components/bhyve/manifest.json +++ b/custom_components/bhyve/manifest.json @@ -1,6 +1,6 @@ { "domain": "bhyve", - "version": "2.3.0", + "version": "3.0.0-beta0", "name": "Orbit BHyve", "config_flow": true, "documentation": "https://github.com/sebr/bhyve-home-assistant/blob/master/README.md", diff --git a/hacs.json b/hacs.json index f913182..c76acd9 100644 --- a/hacs.json +++ b/hacs.json @@ -2,6 +2,6 @@ "name": "Orbit BHyve", "domains": ["binary_sensor", "sensor", "switch"], "iot_class": "Cloud Push", - "homeassistant": "2021.12.0", + "homeassistant": "2021.12.4", "render_readme": true }