From cdafd945508ac2699e51877bdcb19c0a6789d509 Mon Sep 17 00:00:00 2001 From: Poltorak Serguei Date: Mon, 9 Jan 2023 04:19:04 +0300 Subject: [PATCH] Z-Wave.Me integration: Add code owners to receive notifications on github (#85476) * Add code owners to receive notifications on github * fixup! Add code owners to receive notifications on github --- CODEOWNERS | 4 ++-- homeassistant/components/zwave_me/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index dc8503e87e4..348c4b76aa0 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1378,8 +1378,8 @@ build.json @home-assistant/supervisor /homeassistant/components/zoneminder/ @rohankapoorcom /homeassistant/components/zwave_js/ @home-assistant/z-wave /tests/components/zwave_js/ @home-assistant/z-wave -/homeassistant/components/zwave_me/ @lawfulchaos @Z-Wave-Me -/tests/components/zwave_me/ @lawfulchaos @Z-Wave-Me +/homeassistant/components/zwave_me/ @lawfulchaos @Z-Wave-Me @PoltoS +/tests/components/zwave_me/ @lawfulchaos @Z-Wave-Me @PoltoS # Individual files /homeassistant/components/demo/weather.py @fabaff diff --git a/homeassistant/components/zwave_me/manifest.json b/homeassistant/components/zwave_me/manifest.json index 9aeeb7b2a40..9d60d14f274 100644 --- a/homeassistant/components/zwave_me/manifest.json +++ b/homeassistant/components/zwave_me/manifest.json @@ -7,5 +7,5 @@ "after_dependencies": ["zeroconf"], "zeroconf": [{ "type": "_hap._tcp.local.", "name": "*z.wave-me*" }], "config_flow": true, - "codeowners": ["@lawfulchaos", "@Z-Wave-Me"] + "codeowners": ["@lawfulchaos", "@Z-Wave-Me", "@PoltoS"] }