From ddd510be0cdfa4d02cfc21f8412976160a73b96b Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Mon, 1 Jun 2020 23:04:37 +0300 Subject: [PATCH] Update dev config --- config-dev/.gitignore | 6 ++++++ config-dev/configuration.yaml | 7 ++----- 2 files changed, 8 insertions(+), 5 deletions(-) create mode 100644 config-dev/.gitignore diff --git a/config-dev/.gitignore b/config-dev/.gitignore new file mode 100644 index 0000000..122f572 --- /dev/null +++ b/config-dev/.gitignore @@ -0,0 +1,6 @@ +home-assistant.log +home-assistant_v2.db +.storage +.HA_VERSION +secrets.yaml +custom_components/ diff --git a/config-dev/configuration.yaml b/config-dev/configuration.yaml index 3b6e661..3e1a0c9 100644 --- a/config-dev/configuration.yaml +++ b/config-dev/configuration.yaml @@ -1,8 +1,5 @@ -homeassistant: - name: Dev - unit_system: metric - time_zone: Europe/Sofia +# Configure a default setup of Home Assistant (frontend, api, etc) +default_config: http: server_port: 8124 -