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