mirror of
https://github.com/home-assistant/core.git
synced 2026-06-06 23:46:56 +01:00
f0a1beac5d
* [WIP] Allow ignoring call service events This allows a setting a configuration value (False by default to continue the current behavior) which will ignore call service events. * extra spaces removed them * updates from PR review * removed print * update spacing * updated allowed events to allow for custom events, and included some tests * hound fixes * Remove unused constant * Lint