mirror of
https://github.com/home-assistant/core.git
synced 2025-07-12 15:57:06 +00:00
Remove myself from InfluxDB codeowners (#69964)
This commit is contained in:
parent
93b714a978
commit
123a7f9a63
@ -476,8 +476,8 @@ build.json @home-assistant/supervisor
|
|||||||
/homeassistant/components/image_processing/ @home-assistant/core
|
/homeassistant/components/image_processing/ @home-assistant/core
|
||||||
/tests/components/image_processing/ @home-assistant/core
|
/tests/components/image_processing/ @home-assistant/core
|
||||||
/homeassistant/components/incomfort/ @zxdavb
|
/homeassistant/components/incomfort/ @zxdavb
|
||||||
/homeassistant/components/influxdb/ @fabaff @mdegat01
|
/homeassistant/components/influxdb/ @mdegat01
|
||||||
/tests/components/influxdb/ @fabaff @mdegat01
|
/tests/components/influxdb/ @mdegat01
|
||||||
/homeassistant/components/input_boolean/ @home-assistant/core
|
/homeassistant/components/input_boolean/ @home-assistant/core
|
||||||
/tests/components/input_boolean/ @home-assistant/core
|
/tests/components/input_boolean/ @home-assistant/core
|
||||||
/homeassistant/components/input_button/ @home-assistant/core
|
/homeassistant/components/input_button/ @home-assistant/core
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "InfluxDB",
|
"name": "InfluxDB",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/influxdb",
|
"documentation": "https://www.home-assistant.io/integrations/influxdb",
|
||||||
"requirements": ["influxdb==5.3.1", "influxdb-client==1.24.0"],
|
"requirements": ["influxdb==5.3.1", "influxdb-client==1.24.0"],
|
||||||
"codeowners": ["@fabaff", "@mdegat01"],
|
"codeowners": ["@mdegat01"],
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"loggers": ["influxdb", "influxdb_client"]
|
"loggers": ["influxdb", "influxdb_client"]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user