{"id":13579809,"url":"https://github.com/danielperna84/hass-configurator","last_synced_at":"2025-05-15T07:03:52.149Z","repository":{"id":16264686,"uuid":"79638825","full_name":"danielperna84/hass-configurator","owner":"danielperna84","description":"Configuration UI for Home Assistant","archived":false,"fork":false,"pushed_at":"2024-01-13T23:13:08.000Z","size":2860,"stargazers_count":322,"open_issues_count":18,"forks_count":162,"subscribers_count":29,"default_branch":"master","last_synced_at":"2025-05-15T07:03:49.510Z","etag":null,"topics":["ace-editor","configuration","git","hass","hass-configurator","jquery","materializecss","python3","web-app"],"latest_commit_sha":null,"homepage":"","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/danielperna84.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.txt","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","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":"2017-01-21T10:22:19.000Z","updated_at":"2025-04-12T02:27:16.000Z","dependencies_parsed_at":"2024-06-21T14:08:28.199Z","dependency_job_id":null,"html_url":"https://github.com/danielperna84/hass-configurator","commit_stats":{"total_commits":531,"total_committers":17,"mean_commits":"31.235294117647058","dds":"0.23728813559322037","last_synced_commit":"397bda2f9131d2c1c979bf01391745699852b049"},"previous_names":[],"tags_count":39,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielperna84%2Fhass-configurator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielperna84%2Fhass-configurator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielperna84%2Fhass-configurator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielperna84%2Fhass-configurator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielperna84","download_url":"https://codeload.github.com/danielperna84/hass-configurator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254291974,"owners_count":22046425,"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":["ace-editor","configuration","git","hass","hass-configurator","jquery","materializecss","python3","web-app"],"created_at":"2024-08-01T15:01:43.457Z","updated_at":"2025-05-15T07:03:52.125Z","avatar_url":"https://github.com/danielperna84.png","language":"Python","funding_links":[],"categories":["Uncategorized","Python"],"sub_categories":["Twitter"],"readme":"# HASS Configurator\n[![Build Status](https://travis-ci.org/danielperna84/hass-configurator.svg?branch=master)](https://travis-ci.org/danielperna84/hass-configurator)\n### Configuration UI for Home Assistant\n\nThe HASS Configurator is a small webapp (you access it via web browser) that provides a filesystem-browser and text-editor to modify files on the machine the configurator is running on. It has been created to allow easy configuration of [Home Assistant](https://home-assistant.io/). It is powered by [Ace editor](https://ace.c9.io/), which supports syntax highlighting for various code/markup languages. [YAML](https://en.wikipedia.org/wiki/YAML) files (the default language for Home Assistant configuration files) will be automatically checked for syntax errors while editing.  \n__IMPORTANT:__ The configurator fetches JavaScript libraries, CSS and fonts from CDNs. Hence it does __NOT__ work when your client device is offline. And it is only available for __Python 3__.\n\n### Feature list:\n\n- Web-Based editor to modify your files with syntax highlighting and automatic yaml-linting\n- Upload and download files\n- Lists of available triggers, events, entities, conditions and services. Selected element gets inserted into the editor at the last cursor position.\n- Home Assistant event observer (connect to Home Assistant via WebSocket and see all the events that happen)\n- Restart Home Assistant directly with the click of a button\n- SSL support\n- Optional authentication and IP filtering for added security\n- Direct links to Home Assistant documentation and icons\n- Execute shell commands\n- Stage and commit changes in Git repositories, create and switch between branches, push to SSH remotes\n- Customizable editor settings (saved using [localStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage))\n- Standalone mode that hides the Home Assistant related panel on the left side (triggers, entities etc.). Set `HASS_API` to `None` or use the commandline flag `-s` / `--standalone` to enable this mode.\n\n#### Screenshot HASS Configurator:\n![Screenshot](https://github.com/danielperna84/hass-configurator/blob/master/screenshots/main.png)\n\nIf there is anything you want to have differently, feel free to fork and enhance. And if something is not working, create an issue here and I will have a look at it.  \n_WARNING_: This tool allows you to browse your filesystem and modify files. So be careful which files you edit, or you might break critical parts of your system.\n\n### Installation\nPossible methods to install the configurator are documented in the Wiki: [Installation](https://github.com/danielperna84/hass-configurator/wiki/Installation)\n\n### Configuration\nAvailable options to customize the behaviour of the configurator are documented in the Wiki: [Configuration](https://github.com/danielperna84/hass-configurator/wiki/Configuration)\n\n### Keeping the configurator running\nSince the configurator script on its own is no service, you'll have to take some extra steps to keep it running. More information on this topic can be found in the Wiki: [Daemonizing](https://github.com/danielperna84/hass-configurator/wiki/Daemonizing)\n\n### API\n\nThere is an API available to programmatically add and remove IP addresses / networks to and from `ALLOWED_NETWORKS` and `BANNED_IPS`. Usage is documented in the Wiki: [API](https://github.com/danielperna84/hass-configurator/wiki/API)\n\n### Embedding into Home Assistant\nOnce you have properly set up the configurator, you can use the [panel_iframe](https://home-assistant.io/components/panel_iframe/) component of Home Assistant to embed the configurator directly into the Home Assistant UI.  \nAn example configuration would look like this:\n\n```yaml\npanel_iframe:\n  configurator:\n    title: Configurator\n    icon: mdi:wrench\n    url: http://1.2.3.4:3218\n```\n__IMPORTANT__: Be careful when setting up port forwarding to the configurator while embedding into Home Assistant. If you don't restrict access by requiring authentication and / or blocking based on client IP addresses, your configuration will be exposed to the web!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielperna84%2Fhass-configurator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielperna84%2Fhass-configurator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielperna84%2Fhass-configurator/lists"}