mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-16 13:56:29 +00:00
Add blog post for SelectEntityDescription (#1493)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
460318137c
commit
0a0e376018
10
blog/2020-10-10-add-options-to-SelectEntityDescription
Normal file
10
blog/2020-10-10-add-options-to-SelectEntityDescription
Normal file
@ -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.
|
Loading…
x
Reference in New Issue
Block a user