diff --git a/custom_components/dual_smart_thermostat/manifest.json b/custom_components/dual_smart_thermostat/manifest.json index dc81b96..1110da4 100644 --- a/custom_components/dual_smart_thermostat/manifest.json +++ b/custom_components/dual_smart_thermostat/manifest.json @@ -2,7 +2,13 @@ "domain": "dual_smart_thermostat", "name": "Dual Smart Thermostat", "documentation": "ttps://github.com/swingerman/ha-dual-smart-thermostat.git", - "dependencies": ["climate", "sensor", "switch"], - "codeowners": ["@swingerman"], - "version": "0.5.3" -} + "dependencies": [ + "climate", + "sensor", + "switch" + ], + "codeowners": [ + "@swingerman" + ], + "version": "0.5.4" +} \ No newline at end of file