{"id":13678067,"url":"https://github.com/timmo001/homeassistant-integration-supabase-export","last_synced_at":"2025-05-12T19:51:46.760Z","repository":{"id":96810851,"uuid":"606756924","full_name":"timmo001/homeassistant-integration-supabase-export","owner":"timmo001","description":"Home Assistant Integration - Supabase Export","archived":false,"fork":false,"pushed_at":"2023-03-02T22:39:19.000Z","size":35,"stargazers_count":4,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-01T02:52:47.201Z","etag":null,"topics":["hacs","hacs-integration","home-assistant","home-assistant-integration","home-automation","homeassistant","homeassistant-integration","supabase"],"latest_commit_sha":null,"homepage":"https://timmo.dev","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/timmo001.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"timmo001","ko_fi":"timmo001"}},"created_at":"2023-02-26T13:32:11.000Z","updated_at":"2024-10-12T20:53:51.000Z","dependencies_parsed_at":"2024-01-14T15:21:41.561Z","dependency_job_id":"6397a049-b6e4-47a3-ae2a-10267278d09b","html_url":"https://github.com/timmo001/homeassistant-integration-supabase-export","commit_stats":null,"previous_names":[],"tags_count":2,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timmo001%2Fhomeassistant-integration-supabase-export","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timmo001%2Fhomeassistant-integration-supabase-export/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timmo001%2Fhomeassistant-integration-supabase-export/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timmo001%2Fhomeassistant-integration-supabase-export/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timmo001","download_url":"https://codeload.github.com/timmo001/homeassistant-integration-supabase-export/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253811753,"owners_count":21968147,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacs","hacs-integration","home-assistant","home-assistant-integration","home-automation","homeassistant","homeassistant-integration","supabase"],"created_at":"2024-08-02T13:00:49.841Z","updated_at":"2025-05-12T19:51:46.737Z","avatar_url":"https://github.com/timmo001.png","language":"Python","funding_links":["https://github.com/sponsors/timmo001","https://ko-fi.com/timmo001"],"categories":["Python"],"sub_categories":[],"readme":"# Home Assistant Integration - Supabase Export\n\nThis integration allows you to export data from Home Assistant to a Supabase database.\n\n## Installation\n\n[![Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.](https://my.home-assistant.io/badges/hacs_repository.svg)](https://my.home-assistant.io/redirect/hacs_repository/?owner=timmo001\u0026repository=homeassistant-integration-supabase-export\u0026category=integration)\n\nThis integration is available in the [Home Assistant Community Store](https://hacs.xyz/).\n\n## Setup\n\n1. Create a Supabase project and database.\n1. Run the following SQL query to create the required tables:\n\n```sql\ncreate table homeassistant_entities (\n  id bigint not null primary key,\n  created_at timestamp default now(),\n  entity_id text not null,\n  state text,\n  attributes json,\n  last_changed timestamp default now()\n);\n\ncreate table homeassistant_metadata (\n  id bigint not null primary key,\n  created_at timestamp default now(),\n  provisioned boolean,\n  data json\n);\n```\n\n## Configuration\n\n[![Open your Home Assistant instance and start setting up a new integration.](https://my.home-assistant.io/badges/config_flow_start.svg)](https://my.home-assistant.io/redirect/config_flow_start/?domain=supabase_export)\n\nYou can configure the integration via the Home Assistant UI.\n\n### Options\n\nOnce the integration is configured, you should then configure the options for the integration. This can be done via the Home Assistant UI.\n\nFrom here, you can configure the following options:\n\n- **Update interval**: The interval at which the integration will update the data in the database. This is in seconds.\n- **Entities**: The entities that you want to export to the database.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimmo001%2Fhomeassistant-integration-supabase-export","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimmo001%2Fhomeassistant-integration-supabase-export","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimmo001%2Fhomeassistant-integration-supabase-export/lists"}