Closed KorvinSzanto closed 8 months ago
_process_request
dict
"foo"
None
configuration.yaml
# Example configuration.yaml
black --fast custom_components
If user exposed functionality or configuration variables are added/changed:
Breaking change
Proposed change
_process_request
dict
to avoid issues like"foo"
being returned from the APINone
if a request fails or a response is invalid.Type of change
Example entry for
configuration.yaml
:Additional information
Checklist
black --fast custom_components
)If user exposed functionality or configuration variables are added/changed: