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
This commit is contained in:
Poltorak Serguei 2023-01-09 04:19:04 +03:00 committed by GitHub
parent 1f86a0a76f
commit cdafd94550
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -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"]
}