From b137c1fbc2a01ab6fc324737ce84385eb5c3fd8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20St=C3=A5hl?= Date: Thu, 4 Nov 2021 08:04:51 +0100 Subject: [PATCH] Release 1.9.0 --- README.md | 14 ++++++++++++++ custom_components/apple_tv/manifest.json | 2 +- hacs.json | 3 ++- info.md | 14 ++++++++++++++ 4 files changed, 31 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 997d181..7f45b2f 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,20 @@ shipped with Home Assistant: ## Changes +## Release 1.9.0 + +Pulled in more updates from core (just minor changes). Config entry version has +been reverted back to version 1 after feedback from PR to core. This forces everyone +to remove devices and add them again, should be the last time. The benefit here +is that we maintain backwards compatibility when jumping between Home Assistant +versions. Devices are clearly marked under the Integrations page and everything +can be fixed from frontend (no fiddling with files this time). This is my bad as +I was not aware of how versions are supposed to work, sorry! + +The "reconfiguration" option has been removed. No one probably used it. + +This version **requires** Home Assistant 2021.11.0 or later. + ## Release 1.8(.1) Same as 1.7 but set to require Home Assistant 2021.11.0 (not yet released) as diff --git a/custom_components/apple_tv/manifest.json b/custom_components/apple_tv/manifest.json index cfcb1c7..e1fd2c5 100644 --- a/custom_components/apple_tv/manifest.json +++ b/custom_components/apple_tv/manifest.json @@ -13,6 +13,6 @@ "_hscp._tcp.local." ], "codeowners": ["@postlund"], - "version": "1.8.1", + "version": "1.9.0", "iot_class": "local_push" } diff --git a/hacs.json b/hacs.json index 7a93fc0..0300272 100644 --- a/hacs.json +++ b/hacs.json @@ -2,5 +2,6 @@ "name": "Apple TV Beta", "domains": ["media_player", "remote"], "render_readme": true, - "iot_class": "Local Push" + "iot_class": "Local Push", + "homeassistant": "2021.11.0" } \ No newline at end of file diff --git a/info.md b/info.md index 997d181..7f45b2f 100644 --- a/info.md +++ b/info.md @@ -28,6 +28,20 @@ shipped with Home Assistant: ## Changes +## Release 1.9.0 + +Pulled in more updates from core (just minor changes). Config entry version has +been reverted back to version 1 after feedback from PR to core. This forces everyone +to remove devices and add them again, should be the last time. The benefit here +is that we maintain backwards compatibility when jumping between Home Assistant +versions. Devices are clearly marked under the Integrations page and everything +can be fixed from frontend (no fiddling with files this time). This is my bad as +I was not aware of how versions are supposed to work, sorry! + +The "reconfiguration" option has been removed. No one probably used it. + +This version **requires** Home Assistant 2021.11.0 or later. + ## Release 1.8(.1) Same as 1.7 but set to require Home Assistant 2021.11.0 (not yet released) as