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"] }