diff --git a/__init__.py b/custom_components/benq_smartboard/__init__.py similarity index 100% rename from __init__.py rename to custom_components/benq_smartboard/__init__.py diff --git a/benq_smartboard_lib.py b/custom_components/benq_smartboard/benq_smartboard_lib.py similarity index 100% rename from benq_smartboard_lib.py rename to custom_components/benq_smartboard/benq_smartboard_lib.py diff --git a/config_flow.py b/custom_components/benq_smartboard/config_flow.py similarity index 100% rename from config_flow.py rename to custom_components/benq_smartboard/config_flow.py diff --git a/manifest.json b/custom_components/benq_smartboard/manifest.json similarity index 100% rename from manifest.json rename to custom_components/benq_smartboard/manifest.json diff --git a/media_player.py b/custom_components/benq_smartboard/media_player.py similarity index 100% rename from media_player.py rename to custom_components/benq_smartboard/media_player.py diff --git a/hacs.json b/hacs.json new file mode 100644 index 0000000..06311bc --- /dev/null +++ b/hacs.json @@ -0,0 +1,9 @@ +{ + "name": "Benq Smart Board", + "content_in_root": false, + "zip_release": true, + "filename": "benq_smartboard.zip", + "render_readme": true, + "hide_default_branch": true, + "homeassistant": "2023.9.0" + } \ No newline at end of file