From 9d01f5bdf8136f5e9c1eb6a58338b7a89f1f18ba Mon Sep 17 00:00:00 2001 From: Michael Borohovski Date: Sat, 18 Nov 2023 21:45:17 -0800 Subject: [PATCH] Add release and region --- custom_components/lucidmotors/manifest.json | 2 +- hacs.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/custom_components/lucidmotors/manifest.json b/custom_components/lucidmotors/manifest.json index 4f1fc3a..09c8788 100644 --- a/custom_components/lucidmotors/manifest.json +++ b/custom_components/lucidmotors/manifest.json @@ -9,7 +9,7 @@ "homekit": {}, "iot_class": "cloud_polling", "requirements": [ - "lucidmotors @ git+https://github.com/nshp/python-lucidmotors" + "lucidmotors==0.1.1" ], "ssdp": [], "zeroconf": [], diff --git a/hacs.json b/hacs.json index 285849e..62c1b20 100644 --- a/hacs.json +++ b/hacs.json @@ -1,4 +1,5 @@ { "name": "Lucid Motors", - "render_readme": true + "render_readme": true, + "country": ["US", "CA"] } \ No newline at end of file