From 85d1546215a54eb280ee40317f8d09309ec43af2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85ke=20Strandberg?= Date: Mon, 7 Aug 2023 12:28:47 +0000 Subject: [PATCH 1/2] Bump to v1.0.3 --- custom_components/viva/const.py | 2 +- custom_components/viva/manifest.json | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_components/viva/const.py b/custom_components/viva/const.py index b3a54fe..46713b8 100644 --- a/custom_components/viva/const.py +++ b/custom_components/viva/const.py @@ -1,4 +1,4 @@ """Constants for the ViVa Weather integration.""" DOMAIN = "viva" -VERSION = "1.0.2" +VERSION = "1.0.3" diff --git a/custom_components/viva/manifest.json b/custom_components/viva/manifest.json index a6ceba9..5bb1c8b 100644 --- a/custom_components/viva/manifest.json +++ b/custom_components/viva/manifest.json @@ -13,6 +13,6 @@ "issue_tracker": "https://github.com/astrandb/viva/issues", "requirements": [], "ssdp": [], - "version": "1.0.2", + "version": "1.0.3", "zeroconf": [] } diff --git a/setup.cfg b/setup.cfg index 91e1515..399de6d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.2 +current_version = 1.0.3 [flake8] exclude = .venv,.git,.tox,docs,venv,bin,lib,deps,build From 7a2b0f2b4c30b4681087971e5ae22e15bc288b64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85ke=20Strandberg?= Date: Mon, 7 Aug 2023 16:49:10 +0000 Subject: [PATCH 2/2] Remove config from repo --- .gitignore | 3 +-- config/configuration.yaml | 16 ---------------- 2 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 config/configuration.yaml diff --git a/.gitignore b/.gitignore index f56ca57..4c76f4b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ # Home Assistant confis -config/* -!config/configuration.yaml +config/ # Byte-compiled / optimized / DLL files __pycache__/ diff --git a/config/configuration.yaml b/config/configuration.yaml deleted file mode 100644 index b09bbdf..0000000 --- a/config/configuration.yaml +++ /dev/null @@ -1,16 +0,0 @@ - -# Loads default set of integrations. Do not remove. -default_config: - -# Load frontend themes from the themes folder -frontend: - themes: !include_dir_merge_named themes - -automation: !include automations.yaml -script: !include scripts.yaml -scene: !include scenes.yaml - -logger: - default: info - logs: - homeassistant.components.viva: debug