From 03bc5583168d864855d9b4b916e60d6e594032ef Mon Sep 17 00:00:00 2001 From: Jonathan Sider Date: Wed, 31 Jan 2024 08:40:48 -0600 Subject: [PATCH 1/2] Update pyproject.toml Fix URLs to hypen instead of underscore, currently gives 404 --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 904141f..1e8a5df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,14 +9,14 @@ classifiers = [ "Programming Language :: Python :: 3", ] description = "Adaptive Cover" -documentation = "https://github.com/basbruss/adaptive_cover" -homepage = "https://github.com/basbruss/adaptive_cover" +documentation = "https://github.com/basbruss/adaptive-cover" +homepage = "https://github.com/basbruss/adaptive-cover" license = "Passive Aggressive License" maintainers = ["Bas Brussee"] name = "adaptive_cover" packages = [] readme = "README.md" -repository = "https://github.com/basbruss/adaptive_cover" +repository = "https://github.com/basbruss/adaptive-cover" version = "0.0.0" [tool.poetry.dependencies] @@ -31,8 +31,8 @@ pylint = "3.0.3" ruff = "0.1.14" [tool.poetry.urls] -"Bug Tracker" = "https://github.com/basbruss/adaptive_cover/issues" -Changelog = "https://github.com/basbruss/adaptive_cover/releases" +"Bug Tracker" = "https://github.com/basbruss/adaptive-cover/issues" +Changelog = "https://github.com/basbruss/adaptive-cover/releases" [build-system] build-backend = "poetry.core.masonry.api" From 73257ef3ea3e0ce36b3e86446d8fb81ff5e81821 Mon Sep 17 00:00:00 2001 From: Jonathan Sider Date: Wed, 31 Jan 2024 08:41:15 -0600 Subject: [PATCH 2/2] Update manifest.json Fix URLs to hypen instead of underscore, currently gives 404 --- custom_components/adaptive_cover/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/adaptive_cover/manifest.json b/custom_components/adaptive_cover/manifest.json index 9b35931..4e2c8e6 100644 --- a/custom_components/adaptive_cover/manifest.json +++ b/custom_components/adaptive_cover/manifest.json @@ -3,7 +3,7 @@ "name": "Adaptive Cover", "codeowners": ["@basbruss"], "config_flow": true, - "documentation": "https://github.com/basbruss/adaptive_cover", + "documentation": "https://github.com/basbruss/adaptive-cover", "iot_class": "calculated", "issue_tracker": "https://github.com/basbruss/adaptive-cover/issues", "requirements": ["astral", "pandas"],