Home Assistant Core: Edit config with browser with Configurator

Опубликовано: 10 Март 2026
на канале: ZonaGadget
4,899
35

Hass.io has a addon for Edit the setting since the same browser, in home Assistant Core too we have this possibility installing Configurator than us help to in the setting of home Assistant without to have than use the terminal.
We launched a container docker of Configurator and then the we will integrate in home Assistant.
###Docker-compose Configurator###
version: '3'
services:
hass-configurator:
container_name: configurator
image: "causticlab/hass-configurator-docker:arm"
volumes:
/ruta/al/directorio/de/configurator:/config
/ruta/al/directorio/configuracion/homeassistant:/hass-config
restart: always
ports:
"3218:3218/tcp"
###########################
###Código iFrame Configurator####
panel_iframe:
configurator:
title: Configurator
icon: mdi:wrench
url: http://IP_PC:3218
###########################
Yes you have rotten to the save the files of setting how the configuration.yaml, check out the permissions of the directory of HE HAS.

#HomeAssistant #Configurator #TutorialHomeAssistant