From 12777ab7dd0c064b9dba64c5696d28ee5b2f06bd Mon Sep 17 00:00:00 2001 From: lupinglade Date: Wed, 25 Dec 2024 16:58:07 -0800 Subject: [PATCH] hassfest fix --- .vscode/settings.json | 5 +++++ custom_components/monarco/manifest.json | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..a04b218 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "files.associations": { + "*.yaml": "home-assistant" + } +} \ No newline at end of file diff --git a/custom_components/monarco/manifest.json b/custom_components/monarco/manifest.json index 03e08ae..2506041 100644 --- a/custom_components/monarco/manifest.json +++ b/custom_components/monarco/manifest.json @@ -9,6 +9,5 @@ "integration_type": "device", "iot_class": "local_polling", "loggers": ["monarco"], - "requirements": ["spidev"], - "homeassistant": "2024.12.1" + "requirements": ["spidev"] }