You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upon starting Home Assistant, I consistently encounter errors reported by Spook related to the zha.issue_zigbee_cluster_command service. The specific error message is:
"The automation 'Poll Sump Pump Switch' (automation.poll_sump_pump_switch) has an action that calls an unknown service: zha.issue_zigbee_cluster_command. This error prevents the automation from running correctly."
However, zha.issue_zigbee_cluster_command is indeed known and available within the ZHA integration, suggesting that the error is not due to a missing service or a typo. The pattern of these errors strongly indicates that Spook is performing its checks before the ZHA integration (SkyConnect Multi-PAN, 64 devices and 1685 entities) has fully initialized and registered its services with Home Assistant. As a result, Spook reports these services as unknown erroneously.
Expected Behavior:
Spook should recognize all valid services provided by integrations once they are fully initialized, including zha.issue_zigbee_cluster_command, without reporting them as errors.
Actual Behavior:
Spook prematurely reports errors for valid ZHA services during the startup sequence of Home Assistant, indicating that these services are unknown. This seems to occur possibly because Spook's evaluation happens before the ZHA integration has completed its initialization process, leading to false error reports.
Anything in the logs? Paste it here!
No response
The text was updated successfully, but these errors were encountered:
What version of Spook are you using?
2.2.2
What version of Home Assistant are you using?
2024.2.3
The problem
Upon starting Home Assistant, I consistently encounter errors reported by Spook related to the zha.issue_zigbee_cluster_command service. The specific error message is:
"The automation 'Poll Sump Pump Switch' (automation.poll_sump_pump_switch) has an action that calls an unknown service: zha.issue_zigbee_cluster_command. This error prevents the automation from running correctly."
However, zha.issue_zigbee_cluster_command is indeed known and available within the ZHA integration, suggesting that the error is not due to a missing service or a typo. The pattern of these errors strongly indicates that Spook is performing its checks before the ZHA integration (SkyConnect Multi-PAN, 64 devices and 1685 entities) has fully initialized and registered its services with Home Assistant. As a result, Spook reports these services as unknown erroneously.
Expected Behavior:
Spook should recognize all valid services provided by integrations once they are fully initialized, including zha.issue_zigbee_cluster_command, without reporting them as errors.
Actual Behavior:
Spook prematurely reports errors for valid ZHA services during the startup sequence of Home Assistant, indicating that these services are unknown. This seems to occur possibly because Spook's evaluation happens before the ZHA integration has completed its initialization process, leading to false error reports.
Anything in the logs? Paste it here!
No response
The text was updated successfully, but these errors were encountered: