mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
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:
parent
1f86a0a76f
commit
cdafd94550
@ -1378,8 +1378,8 @@ build.json @home-assistant/supervisor
|
|||||||
/homeassistant/components/zoneminder/ @rohankapoorcom
|
/homeassistant/components/zoneminder/ @rohankapoorcom
|
||||||
/homeassistant/components/zwave_js/ @home-assistant/z-wave
|
/homeassistant/components/zwave_js/ @home-assistant/z-wave
|
||||||
/tests/components/zwave_js/ @home-assistant/z-wave
|
/tests/components/zwave_js/ @home-assistant/z-wave
|
||||||
/homeassistant/components/zwave_me/ @lawfulchaos @Z-Wave-Me
|
/homeassistant/components/zwave_me/ @lawfulchaos @Z-Wave-Me @PoltoS
|
||||||
/tests/components/zwave_me/ @lawfulchaos @Z-Wave-Me
|
/tests/components/zwave_me/ @lawfulchaos @Z-Wave-Me @PoltoS
|
||||||
|
|
||||||
# Individual files
|
# Individual files
|
||||||
/homeassistant/components/demo/weather.py @fabaff
|
/homeassistant/components/demo/weather.py @fabaff
|
||||||
|
@ -7,5 +7,5 @@
|
|||||||
"after_dependencies": ["zeroconf"],
|
"after_dependencies": ["zeroconf"],
|
||||||
"zeroconf": [{ "type": "_hap._tcp.local.", "name": "*z.wave-me*" }],
|
"zeroconf": [{ "type": "_hap._tcp.local.", "name": "*z.wave-me*" }],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"codeowners": ["@lawfulchaos", "@Z-Wave-Me"]
|
"codeowners": ["@lawfulchaos", "@Z-Wave-Me", "@PoltoS"]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user