From 0a0e376018fce9acaf8c478165706b6f39576213 Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Mon, 10 Oct 2022 14:28:34 +0200 Subject: [PATCH] Add blog post for SelectEntityDescription (#1493) Co-authored-by: Franck Nijhof --- blog/2020-10-10-add-options-to-SelectEntityDescription | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 blog/2020-10-10-add-options-to-SelectEntityDescription diff --git a/blog/2020-10-10-add-options-to-SelectEntityDescription b/blog/2020-10-10-add-options-to-SelectEntityDescription new file mode 100644 index 00000000..13dc1017 --- /dev/null +++ b/blog/2020-10-10-add-options-to-SelectEntityDescription @@ -0,0 +1,10 @@ +--- +author: epenet +authorURL: https://github.com/epenet +title: "Add options to SelectEntityDescription" +--- + +As of Home Assistant Core 2022.11, `options` is available as a standard property of `SelectEntityDescription`. +This might cause issues in custom integrations if a custom `options` property was previously implemented. + +Please adjust the custom integration by either dropping or renaming the custom `options` property.