mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-04-19 10:57:14 +00:00
426 B
426 B
author | authorURL | title |
---|---|---|
epenet | https://github.com/epenet | 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.