{"id":48695082,"url":"https://github.com/saegey/home-assistant-config","last_synced_at":"2026-04-11T07:13:14.667Z","repository":{"id":250786424,"uuid":"835463061","full_name":"saegey/home-assistant-config","owner":"saegey","description":"Home Assistant config files 🏠 🤖","archived":false,"fork":false,"pushed_at":"2024-07-30T02:19:32.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-07-31T04:32:39.505Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"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/saegey.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-29T22:29:18.000Z","updated_at":"2024-07-30T02:19:33.000Z","dependencies_parsed_at":"2024-07-30T04:29:22.706Z","dependency_job_id":"48499053-5b53-4840-b801-9e5a90bdbb1d","html_url":"https://github.com/saegey/home-assistant-config","commit_stats":null,"previous_names":["saegey/home-assistant-config"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/saegey/home-assistant-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saegey%2Fhome-assistant-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saegey%2Fhome-assistant-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saegey%2Fhome-assistant-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saegey%2Fhome-assistant-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saegey","download_url":"https://codeload.github.com/saegey/home-assistant-config/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saegey%2Fhome-assistant-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31671985,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2026-04-11T07:13:14.017Z","updated_at":"2026-04-11T07:13:14.659Z","avatar_url":"https://github.com/saegey.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Home Assistant Configuration\n\nWelcome to my Home Assistant configuration repository. This repository contains the configuration files for my Home Assistant setup.\n\n## Introduction\n\nHome Assistant is an open-source home automation platform that focuses on privacy and local control. This repository is used to manage and version control my Home Assistant configuration, making it easier to maintain, back up, and share.\n\n## Getting Started\n\n### Prerequisites\n\nTo use this configuration, you need to have Home Assistant installed. You can find installation instructions on the [Home Assistant website](https://www.home-assistant.io/installation/).\n\n### Cloning the Repository\n\nClone this repository to your Home Assistant configuration directory:\n\n```sh\ngit clone https://github.com/saegey/home-assistant-config.git\n```\n\n### Configuration\n\nBefore using the configuration, make sure to update the secrets and customize the settings according to your environment.\n\n1. **Secrets File**: Create a `secrets.yaml` file in the root directory to store sensitive information like passwords and API keys. Here's an example:\n\n```yaml\n# secrets.yaml\nmariadb_connection_string: your_mariadb_connection_string\ninfluxdb_password: your_influxdb_password\n```\n\n2. **Configuration File**: Update the `configuration.yaml` file with your specific settings and preferences.\n\n## Folder Structure\n\nThe repository is organized as follows:\n\n```\nhome-assistant-config/\n├── configuration.yaml     # Main configuration file\n├── secrets.yaml           # Sensitive information (not included in the repo)\n├── automations.yaml       # Automations configuration\n├── scripts.yaml           # Scripts configuration\n├── scenes.yaml            # Scenes configuration\n├── groups.yaml            # Groups configuration\n├── custom_components/     # Custom components\n├── www/                   # Static files\n├── esphome/               # ESPHome device configurations\n└── README.md              # This file\n```\n\n## ESPHome Configurations\n\nThe `esphome` directory contains the configurations for ESPHome devices. Each device has its own YAML file. For example:\n\n```yaml\n# esphome/secrets.yaml\n\nwifi_ssid: your_wifi_ssid\nwifi_password: your_wifi_password\n\nesphome_password: your_esphome_password\nesphome_fallback_wifi_password: your_esphome_fallback_wifi_password\n\napi_encrypt: your_api_encrypt\n```\n\n## Contributing\n\nContributions are welcome! Please follow these steps to contribute:\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature/your-feature`).\n3. Make your changes and commit them (`git commit -m 'Add some feature'`).\n4. Push to the branch (`git push origin feature/your-feature`).\n5. Open a pull request.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n---\n\nFeel free to customize this template further to suit your specific needs and preferences.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaegey%2Fhome-assistant-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaegey%2Fhome-assistant-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaegey%2Fhome-assistant-config/lists"}