-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
Spook custom integration prevents the autocomplete_generator from functioning:
[custom_components.pyscript.apps.pyscript_autocomplete.autocomplete_generator] Failed to generate function for number.increment {'name': 'Increase value 👻', 'description': 'Increase a number entity value by a certain amount.', 'fields': {'amount': {'name': 'Amount', 'description': 'The amount to increase the number with. If not provided, the step of the number entity will be used.', 'required': False, 'selector': {'number': None}}}, 'target': {'entity': [{'domain': ['number']}]}}
2024-04-04 14:42:08.805 ERROR (MainThread) [custom_components.pyscript.apps.pyscript_autocomplete.autocomplete_generator] Exception in <apps.pyscript_autocomplete.autocomplete_generator> line 85:
if "step" in selector:
^
TypeError: argument of type 'NoneType' is not iterableMetadata
Metadata
Assignees
Labels
No labels