From 4eeb2ab0189503c50af20aab3fcd57d0b90f290f Mon Sep 17 00:00:00 2001 From: Kent D Date: Sun, 13 Oct 2024 17:34:42 +0200 Subject: [PATCH] update manifest to hopefully satisfy hacs validation --- custom_components/elvia_grid_tariff/manifest.json | 4 ++-- hacs.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_components/elvia_grid_tariff/manifest.json b/custom_components/elvia_grid_tariff/manifest.json index 3f06fb9..9f3b879 100755 --- a/custom_components/elvia_grid_tariff/manifest.json +++ b/custom_components/elvia_grid_tariff/manifest.json @@ -1,13 +1,13 @@ { + "domain": "elvia_grid_tariff", + "name": "Elvia Grid Tariff", "codeowners": [ "@chinatsu" ], "config_flow": true, "documentation": "https://github.com/chinatsu/ha-elvia", - "domain": "elvia_grid_tariff", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/chinatsu/ha-elvia/issues", - "name": "Elvia Grid Tariff", "requirements": [], "version": "0.4.0" } \ No newline at end of file diff --git a/hacs.json b/hacs.json index 81090d5..81782c3 100755 --- a/hacs.json +++ b/hacs.json @@ -1,5 +1,5 @@ { "name": "Elvia Grid Tariff", - "homeassistant": "2021.12.0", + "homeassistant": "2024.1.0", "render_readme": true } \ No newline at end of file