diff --git a/custom_components/places/__init__.py b/custom_components/places/__init__.py new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/custom_components/places/__init__.py @@ -0,0 +1 @@ + diff --git a/custom_components/places/manifest.json b/custom_components/places/manifest.json new file mode 100644 index 00000000..44319153 --- /dev/null +++ b/custom_components/places/manifest.json @@ -0,0 +1,8 @@ +{ + "domain": "places", + "name": "Places", + "documentation": "https://github.com/tenly2000/HomeAssistant-Places", + "dependencies": [], + "codeowners": ["@tenly2000"], + "requirements": [] +} diff --git a/places.py b/custom_components/places/sensor.py similarity index 100% rename from places.py rename to custom_components/places/sensor.py