diff --git a/custom_components/ampio/manifest.json b/custom_components/ampio/manifest.json index b18d382..ccaac09 100644 --- a/custom_components/ampio/manifest.json +++ b/custom_components/ampio/manifest.json @@ -1,10 +1,12 @@ { - "domain": "ampio", - "name": "Ampio System", - "config_flow": true, - "documentation": "https://www.example.com", - "dependencies": [], - "codeowners": [], - "zeroconf": ["_ampio-mqtt._tcp.local."], - "requirements": ["paho-mqtt==1.5.0"] - } + "domain": "ampio", + "name": "Ampio System", + "config_flow": true, + "documentation": "https://www.example.com", + "dependencies": ["mqtt"], + "codeowners": [], + "zeroconf": ["_ampio-mqtt._tcp.local."], + "requirements": ["paho-mqtt==1.5.0"], + "version": "0.0.3", + "iot_class": "local_push" +} diff --git a/hacs.json b/hacs.json index 78775b5..a57d607 100644 --- a/hacs.json +++ b/hacs.json @@ -1,16 +1,15 @@ { - "name": "Ampio Systems", - "content_in_root": false, - "domains": [ - "switch", - "alarm_control_panel", - "sensor", - "binary_sensor", - "light", - "sensor", - "cover" - ], - "iot_class": "local_push", - "zip_release": false, - "homeassistant": "0.112.0" - } + "name": "Ampio Systems", + "content_in_root": false, + "domains": [ + "switch", + "alarm_control_panel", + "sensor", + "binary_sensor", + "light", + "sensor", + "cover" + ], + "zip_release": false, + "homeassistant": "0.112.0" +}