Remove myself from syslog codeowners (#70045)

This commit is contained in:
Fabian Affolter 2022-04-14 19:05:27 +02:00 committed by GitHub
parent da5cb2afdb
commit 45341c69c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -2,6 +2,6 @@
"domain": "syslog",
"name": "Syslog",
"documentation": "https://www.home-assistant.io/integrations/syslog",
"codeowners": ["@fabaff"],
"codeowners": [],
"iot_class": "local_push"
}

View File

@ -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)