get_widget_options
Retrieve a widget's configurable options, including type format hints, to fill its options correctly. Large lists are summarized with an endpoint; you can inline them.
Instructions
Get the configurable options for one widget, so you can fill an element's "options" correctly (e.g. a weather widget's location). Each option carries a "format" hint for its type. Big choice lists (HA entity pickers) are omitted by default (the option shows "choices_count" + a "choices_endpoint"); pass include_choices=True to inline them, or call get_widget_choices() to page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| widget | Yes | ||
| include_choices | No |