From 41c6004dd4f0cf657fe8d7b7c8e9d4bb208e843d Mon Sep 17 00:00:00 2001 From: Dan Raper Date: Wed, 27 Dec 2023 10:36:27 +0000 Subject: [PATCH] Update manifest.json --- custom_components/ohme/manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_components/ohme/manifest.json b/custom_components/ohme/manifest.json index f1d0276..25c4459 100644 --- a/custom_components/ohme/manifest.json +++ b/custom_components/ohme/manifest.json @@ -1,13 +1,13 @@ { + "domain": "ohme", + "name": "Ohme", "codeowners": [ "@dan-r" ], "config_flow": true, "dependencies": [], "documentation": "https://github.com/dan-r/HomeAssistant-Ohme", - "domain": "ohme", "iot_class": "cloud_polling", - "name": "Ohme", "requirements": [], "version": "1.0.0" -} \ No newline at end of file +}