mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 00:37:53 +00:00
Remove myself from syslog codeowners (#70045)
This commit is contained in:
parent
da5cb2afdb
commit
45341c69c2
@ -997,7 +997,6 @@ build.json @home-assistant/supervisor
|
||||
/homeassistant/components/synology_dsm/ @hacf-fr @Quentame @mib1185
|
||||
/tests/components/synology_dsm/ @hacf-fr @Quentame @mib1185
|
||||
/homeassistant/components/synology_srm/ @aerialls
|
||||
/homeassistant/components/syslog/ @fabaff
|
||||
/homeassistant/components/system_bridge/ @timmo001
|
||||
/tests/components/system_bridge/ @timmo001
|
||||
/homeassistant/components/tado/ @michaelarnauts @north3221
|
||||
|
@ -2,6 +2,6 @@
|
||||
"domain": "syslog",
|
||||
"name": "Syslog",
|
||||
"documentation": "https://www.home-assistant.io/integrations/syslog",
|
||||
"codeowners": ["@fabaff"],
|
||||
"codeowners": [],
|
||||
"iot_class": "local_push"
|
||||
}
|
||||
|
@ -83,7 +83,7 @@ class SyslogNotificationService(BaseNotificationService):
|
||||
self._priority = priority
|
||||
|
||||
def send_message(self, message="", **kwargs):
|
||||
"""Send a message to a user."""
|
||||
"""Send a message to syslog."""
|
||||
|
||||
title = kwargs.get(ATTR_TITLE, ATTR_TITLE_DEFAULT)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user