From 991c33befd50a0b34a34688002247eaf43571323 Mon Sep 17 00:00:00 2001 From: Joel Moses Date: Thu, 4 Feb 2021 22:12:22 -0800 Subject: [PATCH] Update hacs.json --- hacs.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/hacs.json b/hacs.json index 062c918..17a7278 100644 --- a/hacs.json +++ b/hacs.json @@ -1,12 +1,7 @@ { "name": "GE Kitchen Appliances (SmartHQ)", "render_readme": true, - "homeassistant": - "domains": [ - "binary_sensor", - "sensor", - "switch", - "water_heater" - ], + "homeassistant": "2021.1.5", + "domains": ["binary_sensor", "sensor", "switch", "water_heater"], "iot_class": "Cloud Polling" }