2019-10-02 16:34:27 +00:00
|
|
|
# This file is generated by script/hassfest/codeowners.py
|
2017-07-07 18:40:04 +00:00
|
|
|
# People marked here will be automatically requested for a review
|
|
|
|
# when the code that they own is touched.
|
|
|
|
# https://github.com/blog/2392-introducing-code-owners
|
2022-03-29 11:17:49 +00:00
|
|
|
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
|
2017-07-07 18:40:04 +00:00
|
|
|
|
2018-10-06 05:16:06 +00:00
|
|
|
# Home Assistant Core
|
2024-03-28 09:54:10 +00:00
|
|
|
.core_files.yaml @home-assistant/core
|
|
|
|
.git-blame-ignore-revs @home-assistant/core
|
|
|
|
.gitattributes @home-assistant/core
|
|
|
|
.gitignore @home-assistant/core
|
|
|
|
.hadolint.yaml @home-assistant/core
|
|
|
|
.pre-commit-config.yaml @home-assistant/core
|
|
|
|
.prettierignore @home-assistant/core
|
|
|
|
.yamllint @home-assistant/core
|
2022-05-26 00:54:49 +00:00
|
|
|
pyproject.toml @home-assistant/core
|
2024-03-28 09:54:10 +00:00
|
|
|
requirements_test.txt @home-assistant/core
|
|
|
|
/.devcontainer/ @home-assistant/core
|
|
|
|
/.github/ @home-assistant/core
|
|
|
|
/.vscode/ @home-assistant/core
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/*.py @home-assistant/core
|
2024-03-28 09:54:10 +00:00
|
|
|
/homeassistant/auth/ @home-assistant/core
|
|
|
|
/homeassistant/backports/ @home-assistant/core
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/helpers/ @home-assistant/core
|
2024-03-28 09:54:10 +00:00
|
|
|
/homeassistant/scripts/ @home-assistant/core
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/util/ @home-assistant/core
|
2024-03-28 09:54:10 +00:00
|
|
|
/pylint/ @home-assistant/core
|
|
|
|
/script/ @home-assistant/core
|
2017-07-07 18:40:04 +00:00
|
|
|
|
2020-11-02 10:54:16 +00:00
|
|
|
# Home Assistant Supervisor
|
2024-03-28 09:54:10 +00:00
|
|
|
.dockerignore @home-assistant/supervisor
|
2020-11-02 10:54:16 +00:00
|
|
|
build.json @home-assistant/supervisor
|
2022-03-29 11:17:49 +00:00
|
|
|
/machine/ @home-assistant/supervisor
|
|
|
|
/rootfs/ @home-assistant/supervisor
|
|
|
|
/Dockerfile @home-assistant/supervisor
|
2020-11-02 10:54:16 +00:00
|
|
|
|
2019-04-04 06:46:06 +00:00
|
|
|
# Other code
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/scripts/check_config.py @kellerza
|
2017-10-08 20:32:42 +00:00
|
|
|
|
2019-04-04 06:46:06 +00:00
|
|
|
# Integrations
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/abode/ @shred86
|
|
|
|
/tests/components/abode/ @shred86
|
|
|
|
/homeassistant/components/accuweather/ @bieniu
|
|
|
|
/tests/components/accuweather/ @bieniu
|
|
|
|
/homeassistant/components/acmeda/ @atmurray
|
|
|
|
/tests/components/acmeda/ @atmurray
|
|
|
|
/homeassistant/components/adax/ @danielhiversen
|
|
|
|
/tests/components/adax/ @danielhiversen
|
|
|
|
/homeassistant/components/adguard/ @frenck
|
|
|
|
/tests/components/adguard/ @frenck
|
2024-09-13 09:20:16 +00:00
|
|
|
/homeassistant/components/ads/ @mrpasztoradam
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/advantage_air/ @Bre77
|
|
|
|
/tests/components/advantage_air/ @Bre77
|
2022-05-08 23:20:18 +00:00
|
|
|
/homeassistant/components/aemet/ @Noltari
|
|
|
|
/tests/components/aemet/ @Noltari
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/agent_dvr/ @ispysoftware
|
|
|
|
/tests/components/agent_dvr/ @ispysoftware
|
|
|
|
/homeassistant/components/air_quality/ @home-assistant/core
|
|
|
|
/tests/components/air_quality/ @home-assistant/core
|
2024-05-09 08:54:29 +00:00
|
|
|
/homeassistant/components/airgradient/ @airgradienthq @joostlek
|
|
|
|
/tests/components/airgradient/ @airgradienthq @joostlek
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/airly/ @bieniu
|
|
|
|
/tests/components/airly/ @bieniu
|
|
|
|
/homeassistant/components/airnow/ @asymworks
|
|
|
|
/tests/components/airnow/ @asymworks
|
Add air-Q integration (air quality sensors) (#76999)
* Added initial files for air-Q integration
* Allow FIXME comments in pylint (temporary)
Also reintroduce --ignore-missing-annotations=y
* Set up air-q entry to connect to aioairq's API (initial attempt)
Also add necessary constants
* Implement a class for sensors and its update logic
Very early stage, WIP
* Zeroconf and authentication are working
* Complete the bare-bone minimal working version
Specifically, make AirQSensor update its values.
* Handle invalid authentication gracefully
* Handle ClientConnectionError gracefully
* Add field hint for the login form
The key in the schema, which defines the form in
`ConfigFlow.async_show_form` is looked up in both `airq/strings/json`
and `airq/translations/en.json`. I am still not 100% sure how this
lookup is performed. WIP
* Minor cleanups
* Extend sensor list to all supported by SensorDeviceClass
Also manage warming up sensors
* aioairq is published to PyPI and mentioned in requirements
* Reordered constants and list content alphabetically
As required by style guides. Also turned SENSOR_TYPES to a list
* Updated file docstrings for a dev unfamiliar w/homeassistant like myself
* Adding a bit of logging for the integration setup process
* Expose scan interval & smoothing flag
Also streamline test_authentication in config_flow.
* Fix a type annotation mistake
* Use as many constants from homeassistant.const as possible
My only concern is using CONST_IP_ADDRESS = "ip_address" for smth which
stands for both IP address and mDNS...
* Temporarily rollback ConfigFlow.async_step_configure and use defaults
TODO: implement OptionFlowHandler instead
* Define custom Coordinator, w subset of airq config
The latter is then accessed from entity / sensor constructors to define
correct DeviceInfo
* Provide translations to de & fr + minor changes to en
* Provide translations to ru + a minor en changes
* Make translation a little more helpful and polite
* Fix devicename and entry title
* Remove stale commented out code
* Test config_flow
At this point two helper functions which interact with the external
library are not tested
* Clean up unrelated and meant as temporary changes
* Clean up unnecessary comments meant for internal use
* Move fetching config to a dedicated async coordinator method
As opposed to it being a potentially poorly justified step in
async_setup_entry
* Remove zeroconf support since it is not yet ready
* Remove translations other than en
* Remove unnecessary comments, manifest.json entries, and constants
* Improve exception handling
- `_LOGGER` uses `debug` and not `error` levels.
- Drop `ClientConnect` and catch `aiohttop.ClientConnectError` directly
- Drop `Exception` as it is not expected from `aioairq` (remove the
corresponding test too)
* Drop strings for obsolete errors and steps
Specifically, `unknown` error isn't caught any more. `configure` step
has also been removed.
* Refactor en.json to be consistent with strings.json
* Move target_route from a coordinator argument to a constant
At this point a user cannot configure the target_route route, thus it
does not make sense to expose it half-heartedly in
`AirQCoordinator.__init__`, since it cannot be accessed.
* Fix an async call in `AirQCoordinator.async_setup_entry`
* Refactor underlying aioairq API
- Use `homeassistant.helpers.aiohttp.async_get_clientsession` and pass a
single persistent session to `aioariq.AirQ.__init__`
- `aioairq.AirQ.fetch_device_info` now returns a `DeviceInfo` object heavily
inspired and almost compatible with `homeassistant.helpers.entity.DeviceInfo`.
Make heavier use of this object and define a single `DeviceInfo` in the
`AirQCoordinator` (instead of recreating the same object for each sensor
of the device in `sensor.AirQSensor`)
- Drop two helper functions in `config_flow.py` and operate on `aioariq.AirQ`
methods directly
* Fix the version of aioairq
* Add 15 more sensors + icons
* Remove cnt* & TypPS, change units of health & performance
* Add 12 more sensors
* Add a missing icon
* Gracefully handle device not being available on setup
If the device and the host are not on the same WiFi,
ServerTimeoutError is raised, which is caught by
ClientConnectionError.
If the device is powered off, ClientConnectionError is expected.
In both cases, ConfigEntryNotReady is raised, as prescribed by the docs.
Newer version of aioairq times-out far quicker than the default 5 mins.
* Rename two sensors
* Validate provided IP address / mDNS
aioairq now raises InvalidInput if provided IP / mDNS does not seem
valid. Handle this exception correctly
* Apply suggestions from code review
Clean up the comments and rename the logger
Co-authored-by: Erik Montnemery <erik@montnemery.com>
Co-authored-by: Artem Draft <Drafteed@users.noreply.github.com>
* Only fetch device info during the first refresh
- Fetched info is stored in AirQCoordinator.device_info.
- In `AirQSensor.native_value` only multiply by the factor if
the sensor reading is not None
- Fix the tests for ConfigFlow for aioairq==0.2.3. Specifically
make the dummy data pass the new validation step upstream
+ add a test which fails it
* Drop custom device classes for now
* Apply suggestions from code review
Co-authored-by: Artem Draft <Drafteed@users.noreply.github.com>
* Only fetch device info during ConfigFlow.async_step_user
Store the result obtained by `airq.fetch_device_info` it in
`config_entry.data`. Pass the entire config entry to `AirQCoordinator`
and build the entire `homeassistant.helpers.entity.DeviceInfo` in the
`AirQCoordinator.__init__`. This makes
`AirQCoordinator._async_fetch_device_info` and overloaded
`AirQCoordinator._async_config_entry_first_refresh` obsolete.
Bump aioairq version.
Turn update_interval from `AirQCoordinator.__init__` argument into a
contestant.
* Custom entity description exposing a hook to modify sensor value
Use a `AirQEntityDescription` with a callable `value_fn` which allows to
change the sensor value retrieved from the device. Note that the
callable does not handle data retrieval itself (even from
`coordinator.data`). Instead it is purely a hook to transform obtained
value.
* Avoid duplicated use of unique_id
Device info is fetched during the `ConfigFlow.async_user_step`.
`unique_id` is taken from the device info and is **not** stored
in `config_entry.data`. Subsequently `config_entry.unique_id` is
used instead.
* Drop unnecessary try-except
Co-authored-by: Artem Draft <Drafteed@users.noreply.github.com>
* Clarify the use of value_transform_fn
* Refactor the use of lambdas in AirQEntityDescription
Now it is the job of the callable under `value` to get the sensor
reading from the coordinator's data. Factoring this functionality into a
callback decouples the key of the description from the key of dict,
returned by the API, so `AirQEntityDescription` no longer requires its key
to be set to smth clearly internal (e.g. `nh3_MR100`).
* Use a callback to update native_value
Since all `native_value`s are updated synchronously, it can as well be
done in a callback for better state consistency (right?)
* Revert the description keys to match data keys
Must match given the current way of identifying available sensors. On a
broader scale, they must match to be able to relate the descriptions to
sensors, unless a separate lookup table is maintained.
* Reduce number of loops when adding sensors
Filtering warming up sensors and non-sensor keys can be combined with
adding entities.
* Remove obsolete imports
* Update integrations.json
* Add integration_type
Integration supports multiple devices => hub
Co-authored-by: dl2080 <daniel.lehmann@runbox.com>
Co-authored-by: Erik Montnemery <erik@montnemery.com>
Co-authored-by: Artem Draft <Drafteed@users.noreply.github.com>
Co-authored-by: Daniel Lehmann <43613560+dl2080@users.noreply.github.com>
Co-authored-by: Martin Selbmann <job@martin-selbmann.de>
2022-11-03 22:13:57 +00:00
|
|
|
/homeassistant/components/airq/ @Sibgatulin @dl2080
|
|
|
|
/tests/components/airq/ @Sibgatulin @dl2080
|
2024-01-09 14:17:52 +00:00
|
|
|
/homeassistant/components/airthings/ @danielhiversen @LaStrada
|
|
|
|
/tests/components/airthings/ @danielhiversen @LaStrada
|
2023-09-07 08:36:49 +00:00
|
|
|
/homeassistant/components/airthings_ble/ @vincegio @LaStrada
|
|
|
|
/tests/components/airthings_ble/ @vincegio @LaStrada
|
2023-09-09 21:22:03 +00:00
|
|
|
/homeassistant/components/airtouch4/ @samsinnamon
|
|
|
|
/tests/components/airtouch4/ @samsinnamon
|
2024-01-23 13:49:47 +00:00
|
|
|
/homeassistant/components/airtouch5/ @danzel
|
|
|
|
/tests/components/airtouch5/ @danzel
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/airvisual/ @bachya
|
|
|
|
/tests/components/airvisual/ @bachya
|
2022-12-12 21:28:27 +00:00
|
|
|
/homeassistant/components/airvisual_pro/ @bachya
|
|
|
|
/tests/components/airvisual_pro/ @bachya
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/airzone/ @Noltari
|
|
|
|
/tests/components/airzone/ @Noltari
|
2023-05-23 17:22:50 +00:00
|
|
|
/homeassistant/components/airzone_cloud/ @Noltari
|
|
|
|
/tests/components/airzone_cloud/ @Noltari
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/alarm_control_panel/ @home-assistant/core
|
|
|
|
/tests/components/alarm_control_panel/ @home-assistant/core
|
2022-10-12 12:51:09 +00:00
|
|
|
/homeassistant/components/alert/ @home-assistant/core @frenck
|
|
|
|
/tests/components/alert/ @home-assistant/core @frenck
|
2022-11-29 09:06:53 +00:00
|
|
|
/homeassistant/components/alexa/ @home-assistant/cloud @ochlocracy @jbouwh
|
|
|
|
/tests/components/alexa/ @home-assistant/cloud @ochlocracy @jbouwh
|
2024-06-09 09:57:54 +00:00
|
|
|
/homeassistant/components/amazon_polly/ @jschlyter
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/amberelectric/ @madpilot
|
|
|
|
/tests/components/amberelectric/ @madpilot
|
2024-04-16 07:46:15 +00:00
|
|
|
/homeassistant/components/ambient_network/ @thomaskistler
|
|
|
|
/tests/components/ambient_network/ @thomaskistler
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/ambient_station/ @bachya
|
|
|
|
/tests/components/ambient_station/ @bachya
|
|
|
|
/homeassistant/components/amcrest/ @flacjacket
|
|
|
|
/homeassistant/components/analytics/ @home-assistant/core @ludeeus
|
|
|
|
/tests/components/analytics/ @home-assistant/core @ludeeus
|
2024-01-23 09:32:31 +00:00
|
|
|
/homeassistant/components/analytics_insights/ @joostlek
|
|
|
|
/tests/components/analytics_insights/ @joostlek
|
2022-08-09 12:08:46 +00:00
|
|
|
/homeassistant/components/android_ip_webcam/ @engrbm87
|
|
|
|
/tests/components/android_ip_webcam/ @engrbm87
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/androidtv/ @JeffLIrion @ollo69
|
|
|
|
/tests/components/androidtv/ @JeffLIrion @ollo69
|
2023-05-06 14:18:34 +00:00
|
|
|
/homeassistant/components/androidtv_remote/ @tronikos @Drafteed
|
|
|
|
/tests/components/androidtv_remote/ @tronikos @Drafteed
|
2023-04-22 23:05:14 +00:00
|
|
|
/homeassistant/components/anova/ @Lash-L
|
|
|
|
/tests/components/anova/ @Lash-L
|
2022-06-30 14:13:08 +00:00
|
|
|
/homeassistant/components/anthemav/ @hyralex
|
|
|
|
/tests/components/anthemav/ @hyralex
|
2024-08-01 20:50:10 +00:00
|
|
|
/homeassistant/components/anthropic/ @Shulyaka
|
|
|
|
/tests/components/anthropic/ @Shulyaka
|
2023-12-08 16:17:42 +00:00
|
|
|
/homeassistant/components/aosmith/ @bdr99
|
|
|
|
/tests/components/aosmith/ @bdr99
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/apache_kafka/ @bachya
|
|
|
|
/tests/components/apache_kafka/ @bachya
|
2022-09-28 07:14:04 +00:00
|
|
|
/homeassistant/components/apcupsd/ @yuxincs
|
|
|
|
/tests/components/apcupsd/ @yuxincs
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/api/ @home-assistant/core
|
|
|
|
/tests/components/api/ @home-assistant/core
|
|
|
|
/homeassistant/components/apple_tv/ @postlund
|
|
|
|
/tests/components/apple_tv/ @postlund
|
2022-04-30 15:06:43 +00:00
|
|
|
/homeassistant/components/application_credentials/ @home-assistant/core
|
|
|
|
/tests/components/application_credentials/ @home-assistant/core
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/apprise/ @caronc
|
|
|
|
/tests/components/apprise/ @caronc
|
2024-02-16 07:30:51 +00:00
|
|
|
/homeassistant/components/aprilaire/ @chamberlain2007
|
|
|
|
/tests/components/aprilaire/ @chamberlain2007
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/aprs/ @PhilRW
|
|
|
|
/tests/components/aprs/ @PhilRW
|
2024-05-15 02:50:25 +00:00
|
|
|
/homeassistant/components/apsystems/ @mawoka-myblock @SonnenladenGmbH
|
|
|
|
/tests/components/apsystems/ @mawoka-myblock @SonnenladenGmbH
|
2024-06-06 20:33:58 +00:00
|
|
|
/homeassistant/components/aquacell/ @Jordi1990
|
|
|
|
/tests/components/aquacell/ @Jordi1990
|
2024-04-25 19:38:20 +00:00
|
|
|
/homeassistant/components/aranet/ @aschmitz @thecode @anrijs
|
|
|
|
/tests/components/aranet/ @aschmitz @thecode @anrijs
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/arcam_fmj/ @elupus
|
|
|
|
/tests/components/arcam_fmj/ @elupus
|
|
|
|
/homeassistant/components/arris_tg2492lg/ @vanbalken
|
2024-04-08 15:24:32 +00:00
|
|
|
/homeassistant/components/arve/ @ikalnyi
|
|
|
|
/tests/components/arve/ @ikalnyi
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/aseko_pool_live/ @milanmeu
|
|
|
|
/tests/components/aseko_pool_live/ @milanmeu
|
2023-04-13 21:25:38 +00:00
|
|
|
/homeassistant/components/assist_pipeline/ @balloob @synesthesiam
|
|
|
|
/tests/components/assist_pipeline/ @balloob @synesthesiam
|
2024-09-06 01:16:30 +00:00
|
|
|
/homeassistant/components/assist_satellite/ @home-assistant/core @synesthesiam
|
|
|
|
/tests/components/assist_satellite/ @home-assistant/core @synesthesiam
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/asuswrt/ @kennedyshead @ollo69
|
|
|
|
/tests/components/asuswrt/ @kennedyshead @ollo69
|
|
|
|
/homeassistant/components/atag/ @MatsNL
|
|
|
|
/tests/components/atag/ @MatsNL
|
|
|
|
/homeassistant/components/aten_pe/ @mtdcr
|
|
|
|
/homeassistant/components/atome/ @baqs
|
|
|
|
/homeassistant/components/august/ @bdraco
|
|
|
|
/tests/components/august/ @bdraco
|
|
|
|
/homeassistant/components/aurora/ @djtimca
|
|
|
|
/tests/components/aurora/ @djtimca
|
|
|
|
/homeassistant/components/aurora_abb_powerone/ @davet2001
|
|
|
|
/tests/components/aurora_abb_powerone/ @davet2001
|
|
|
|
/homeassistant/components/aussie_broadband/ @nickw444 @Bre77
|
|
|
|
/tests/components/aussie_broadband/ @nickw444 @Bre77
|
2024-07-10 21:05:31 +00:00
|
|
|
/homeassistant/components/autarco/ @klaasnicolaas
|
|
|
|
/tests/components/autarco/ @klaasnicolaas
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/auth/ @home-assistant/core
|
|
|
|
/tests/components/auth/ @home-assistant/core
|
|
|
|
/homeassistant/components/automation/ @home-assistant/core
|
|
|
|
/tests/components/automation/ @home-assistant/core
|
|
|
|
/homeassistant/components/avea/ @pattyland
|
|
|
|
/homeassistant/components/awair/ @ahayworth @danielsjf
|
|
|
|
/tests/components/awair/ @ahayworth @danielsjf
|
|
|
|
/homeassistant/components/axis/ @Kane610
|
|
|
|
/tests/components/axis/ @Kane610
|
2024-05-23 07:14:09 +00:00
|
|
|
/homeassistant/components/azure_data_explorer/ @kaareseras
|
|
|
|
/tests/components/azure_data_explorer/ @kaareseras
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/azure_devops/ @timmo001
|
|
|
|
/tests/components/azure_devops/ @timmo001
|
|
|
|
/homeassistant/components/azure_event_hub/ @eavanvalkenburg
|
|
|
|
/tests/components/azure_event_hub/ @eavanvalkenburg
|
|
|
|
/homeassistant/components/azure_service_bus/ @hfurubotten
|
|
|
|
/homeassistant/components/backup/ @home-assistant/core
|
|
|
|
/tests/components/backup/ @home-assistant/core
|
2022-05-14 22:22:47 +00:00
|
|
|
/homeassistant/components/baf/ @bdraco @jfroy
|
|
|
|
/tests/components/baf/ @bdraco @jfroy
|
2023-02-05 18:10:35 +00:00
|
|
|
/homeassistant/components/balboa/ @garbled1 @natekspencer
|
|
|
|
/tests/components/balboa/ @garbled1 @natekspencer
|
2024-01-24 11:00:51 +00:00
|
|
|
/homeassistant/components/bang_olufsen/ @mj23000
|
|
|
|
/tests/components/bang_olufsen/ @mj23000
|
2022-09-26 02:02:35 +00:00
|
|
|
/homeassistant/components/bayesian/ @HarvsG
|
|
|
|
/tests/components/bayesian/ @HarvsG
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/beewi_smartclim/ @alemuro
|
|
|
|
/homeassistant/components/binary_sensor/ @home-assistant/core
|
|
|
|
/tests/components/binary_sensor/ @home-assistant/core
|
|
|
|
/homeassistant/components/bizkaibus/ @UgaitzEtxebarria
|
2024-06-04 18:49:00 +00:00
|
|
|
/homeassistant/components/blebox/ @bbx-a @swistakm
|
|
|
|
/tests/components/blebox/ @bbx-a @swistakm
|
2023-11-13 19:49:07 +00:00
|
|
|
/homeassistant/components/blink/ @fronzbot @mkmer
|
|
|
|
/tests/components/blink/ @fronzbot @mkmer
|
2023-12-22 15:34:16 +00:00
|
|
|
/homeassistant/components/blue_current/ @Floris272 @gleeuwen
|
|
|
|
/tests/components/blue_current/ @Floris272 @gleeuwen
|
2022-09-04 13:45:52 +00:00
|
|
|
/homeassistant/components/bluemaestro/ @bdraco
|
|
|
|
/tests/components/bluemaestro/ @bdraco
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/blueprint/ @home-assistant/core
|
|
|
|
/tests/components/blueprint/ @home-assistant/core
|
2024-07-28 18:48:20 +00:00
|
|
|
/homeassistant/components/bluesound/ @thrawnarn @LouisChrist
|
|
|
|
/tests/components/bluesound/ @thrawnarn @LouisChrist
|
2022-07-08 23:55:31 +00:00
|
|
|
/homeassistant/components/bluetooth/ @bdraco
|
|
|
|
/tests/components/bluetooth/ @bdraco
|
2023-01-15 23:17:17 +00:00
|
|
|
/homeassistant/components/bluetooth_adapters/ @bdraco
|
|
|
|
/tests/components/bluetooth_adapters/ @bdraco
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/bmw_connected_drive/ @gerard33 @rikroe
|
|
|
|
/tests/components/bmw_connected_drive/ @gerard33 @rikroe
|
2022-05-21 08:27:59 +00:00
|
|
|
/homeassistant/components/bond/ @bdraco @prystupa @joshs85 @marciogranzotto
|
|
|
|
/tests/components/bond/ @bdraco @prystupa @joshs85 @marciogranzotto
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/bosch_shc/ @tschamm
|
|
|
|
/tests/components/bosch_shc/ @tschamm
|
|
|
|
/homeassistant/components/braviatv/ @bieniu @Drafteed
|
|
|
|
/tests/components/braviatv/ @bieniu @Drafteed
|
2024-01-29 14:08:11 +00:00
|
|
|
/homeassistant/components/bring/ @miaucl @tr4nt0r
|
|
|
|
/tests/components/bring/ @miaucl @tr4nt0r
|
2023-11-14 15:05:08 +00:00
|
|
|
/homeassistant/components/broadlink/ @danielhiversen @felipediel @L-I-Am @eifinger
|
|
|
|
/tests/components/broadlink/ @danielhiversen @felipediel @L-I-Am @eifinger
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/brother/ @bieniu
|
|
|
|
/tests/components/brother/ @bieniu
|
2023-04-12 09:05:24 +00:00
|
|
|
/homeassistant/components/brottsplatskartan/ @gjohansson-ST
|
|
|
|
/tests/components/brottsplatskartan/ @gjohansson-ST
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/brunt/ @eavanvalkenburg
|
|
|
|
/tests/components/brunt/ @eavanvalkenburg
|
2024-07-29 09:25:04 +00:00
|
|
|
/homeassistant/components/bryant_evolution/ @danielsmyers
|
|
|
|
/tests/components/bryant_evolution/ @danielsmyers
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/bsblan/ @liudger
|
|
|
|
/tests/components/bsblan/ @liudger
|
2022-10-06 15:01:27 +00:00
|
|
|
/homeassistant/components/bt_smarthub/ @typhoon2099
|
2024-09-03 21:20:25 +00:00
|
|
|
/homeassistant/components/bthome/ @Ernst79 @thecode
|
|
|
|
/tests/components/bthome/ @Ernst79 @thecode
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/buienradar/ @mjj4791 @ties @Robbie1221
|
|
|
|
/tests/components/buienradar/ @mjj4791 @ties @Robbie1221
|
|
|
|
/homeassistant/components/button/ @home-assistant/core
|
|
|
|
/tests/components/button/ @home-assistant/core
|
|
|
|
/homeassistant/components/calendar/ @home-assistant/core
|
|
|
|
/tests/components/calendar/ @home-assistant/core
|
2024-09-10 16:27:51 +00:00
|
|
|
/homeassistant/components/cambridge_audio/ @noahhusby
|
|
|
|
/tests/components/cambridge_audio/ @noahhusby
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/camera/ @home-assistant/core
|
|
|
|
/tests/components/camera/ @home-assistant/core
|
|
|
|
/homeassistant/components/cast/ @emontnemery
|
|
|
|
/tests/components/cast/ @emontnemery
|
2023-12-23 20:24:52 +00:00
|
|
|
/homeassistant/components/ccm15/ @ocalvo
|
|
|
|
/tests/components/ccm15/ @ocalvo
|
2023-07-26 07:07:47 +00:00
|
|
|
/homeassistant/components/cert_expiry/ @jjlawren
|
|
|
|
/tests/components/cert_expiry/ @jjlawren
|
2024-07-04 14:45:20 +00:00
|
|
|
/homeassistant/components/chacon_dio/ @cnico
|
|
|
|
/tests/components/chacon_dio/ @cnico
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/cisco_ios/ @fbradyirl
|
|
|
|
/homeassistant/components/cisco_mobility_express/ @fbradyirl
|
|
|
|
/homeassistant/components/cisco_webex_teams/ @fbradyirl
|
|
|
|
/homeassistant/components/climate/ @home-assistant/core
|
|
|
|
/tests/components/climate/ @home-assistant/core
|
|
|
|
/homeassistant/components/cloud/ @home-assistant/cloud
|
|
|
|
/tests/components/cloud/ @home-assistant/cloud
|
|
|
|
/homeassistant/components/cloudflare/ @ludeeus @ctalkington
|
|
|
|
/tests/components/cloudflare/ @ludeeus @ctalkington
|
2023-12-08 20:22:34 +00:00
|
|
|
/homeassistant/components/co2signal/ @jpbede @VIKTORVAV99
|
|
|
|
/tests/components/co2signal/ @jpbede @VIKTORVAV99
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/coinbase/ @tombrien
|
|
|
|
/tests/components/coinbase/ @tombrien
|
|
|
|
/homeassistant/components/color_extractor/ @GenericStudent
|
|
|
|
/tests/components/color_extractor/ @GenericStudent
|
2023-08-18 06:40:23 +00:00
|
|
|
/homeassistant/components/comelit/ @chemelli74
|
|
|
|
/tests/components/comelit/ @chemelli74
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/comfoconnect/ @michaelarnauts
|
|
|
|
/tests/components/comfoconnect/ @michaelarnauts
|
2023-05-29 06:00:50 +00:00
|
|
|
/homeassistant/components/command_line/ @gjohansson-ST
|
|
|
|
/tests/components/command_line/ @gjohansson-ST
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/compensation/ @Petro31
|
|
|
|
/tests/components/compensation/ @Petro31
|
|
|
|
/homeassistant/components/config/ @home-assistant/core
|
|
|
|
/tests/components/config/ @home-assistant/core
|
|
|
|
/homeassistant/components/configurator/ @home-assistant/core
|
|
|
|
/tests/components/configurator/ @home-assistant/core
|
|
|
|
/homeassistant/components/control4/ @lawtancool
|
|
|
|
/tests/components/control4/ @lawtancool
|
2023-01-30 22:02:25 +00:00
|
|
|
/homeassistant/components/conversation/ @home-assistant/core @synesthesiam
|
|
|
|
/tests/components/conversation/ @home-assistant/core @synesthesiam
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/coolmaster/ @OnFreund
|
|
|
|
/tests/components/coolmaster/ @OnFreund
|
|
|
|
/homeassistant/components/counter/ @fabaff
|
|
|
|
/tests/components/counter/ @fabaff
|
|
|
|
/homeassistant/components/cover/ @home-assistant/core
|
|
|
|
/tests/components/cover/ @home-assistant/core
|
2023-09-28 01:00:14 +00:00
|
|
|
/homeassistant/components/cpuspeed/ @fabaff
|
|
|
|
/tests/components/cpuspeed/ @fabaff
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/crownstone/ @Crownstone @RicArch97
|
|
|
|
/tests/components/crownstone/ @Crownstone @RicArch97
|
|
|
|
/homeassistant/components/cups/ @fabaff
|
|
|
|
/homeassistant/components/daikin/ @fredrike
|
|
|
|
/tests/components/daikin/ @fredrike
|
2023-04-30 18:34:57 +00:00
|
|
|
/homeassistant/components/date/ @home-assistant/core
|
|
|
|
/tests/components/date/ @home-assistant/core
|
2023-05-29 21:24:15 +00:00
|
|
|
/homeassistant/components/datetime/ @home-assistant/core
|
|
|
|
/tests/components/datetime/ @home-assistant/core
|
2024-08-28 17:16:05 +00:00
|
|
|
/homeassistant/components/deako/ @sebirdman @balake @deakolights
|
|
|
|
/tests/components/deako/ @sebirdman @balake @deakolights
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/debugpy/ @frenck
|
|
|
|
/tests/components/debugpy/ @frenck
|
|
|
|
/homeassistant/components/deconz/ @Kane610
|
|
|
|
/tests/components/deconz/ @Kane610
|
|
|
|
/homeassistant/components/default_config/ @home-assistant/core
|
|
|
|
/tests/components/default_config/ @home-assistant/core
|
|
|
|
/homeassistant/components/delijn/ @bollewolle @Emilv2
|
|
|
|
/homeassistant/components/deluge/ @tkdrob
|
|
|
|
/tests/components/deluge/ @tkdrob
|
|
|
|
/homeassistant/components/demo/ @home-assistant/core
|
|
|
|
/tests/components/demo/ @home-assistant/core
|
|
|
|
/homeassistant/components/denonavr/ @ol-iver @starkillerOG
|
|
|
|
/tests/components/denonavr/ @ol-iver @starkillerOG
|
|
|
|
/homeassistant/components/derivative/ @afaucogney
|
|
|
|
/tests/components/derivative/ @afaucogney
|
2023-11-28 12:56:17 +00:00
|
|
|
/homeassistant/components/devialet/ @fwestenberg
|
|
|
|
/tests/components/devialet/ @fwestenberg
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/device_automation/ @home-assistant/core
|
|
|
|
/tests/components/device_automation/ @home-assistant/core
|
|
|
|
/homeassistant/components/device_tracker/ @home-assistant/core
|
|
|
|
/tests/components/device_tracker/ @home-assistant/core
|
|
|
|
/homeassistant/components/devolo_home_control/ @2Fake @Shutgun
|
|
|
|
/tests/components/devolo_home_control/ @2Fake @Shutgun
|
|
|
|
/homeassistant/components/devolo_home_network/ @2Fake @Shutgun
|
|
|
|
/tests/components/devolo_home_network/ @2Fake @Shutgun
|
|
|
|
/homeassistant/components/dexcom/ @gagebenne
|
|
|
|
/tests/components/dexcom/ @gagebenne
|
|
|
|
/homeassistant/components/dhcp/ @bdraco
|
|
|
|
/tests/components/dhcp/ @bdraco
|
|
|
|
/homeassistant/components/diagnostics/ @home-assistant/core
|
|
|
|
/tests/components/diagnostics/ @home-assistant/core
|
|
|
|
/homeassistant/components/digital_ocean/ @fabaff
|
|
|
|
/homeassistant/components/discogs/ @thibmaek
|
2022-03-30 11:18:48 +00:00
|
|
|
/homeassistant/components/discord/ @tkdrob
|
|
|
|
/tests/components/discord/ @tkdrob
|
2023-06-06 17:44:00 +00:00
|
|
|
/homeassistant/components/discovergy/ @jpbede
|
|
|
|
/tests/components/discovergy/ @jpbede
|
2023-01-11 00:10:56 +00:00
|
|
|
/homeassistant/components/dlink/ @tkdrob
|
|
|
|
/tests/components/dlink/ @tkdrob
|
2024-04-06 21:38:05 +00:00
|
|
|
/homeassistant/components/dlna_dmr/ @chishm
|
|
|
|
/tests/components/dlna_dmr/ @chishm
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/dlna_dms/ @chishm
|
|
|
|
/tests/components/dlna_dms/ @chishm
|
|
|
|
/homeassistant/components/dnsip/ @gjohansson-ST
|
|
|
|
/tests/components/dnsip/ @gjohansson-ST
|
|
|
|
/homeassistant/components/doorbird/ @oblogic7 @bdraco @flacjacket
|
|
|
|
/tests/components/doorbird/ @oblogic7 @bdraco @flacjacket
|
2023-02-12 12:46:31 +00:00
|
|
|
/homeassistant/components/dormakaba_dkey/ @emontnemery
|
|
|
|
/tests/components/dormakaba_dkey/ @emontnemery
|
2024-03-18 15:16:24 +00:00
|
|
|
/homeassistant/components/downloader/ @erwindouna
|
|
|
|
/tests/components/downloader/ @erwindouna
|
2023-05-31 20:55:57 +00:00
|
|
|
/homeassistant/components/dremel_3d_printer/ @tkdrob
|
|
|
|
/tests/components/dremel_3d_printer/ @tkdrob
|
2023-12-22 13:24:08 +00:00
|
|
|
/homeassistant/components/drop_connect/ @ChandlerSystems @pfrazer
|
|
|
|
/tests/components/drop_connect/ @ChandlerSystems @pfrazer
|
2024-08-06 12:55:37 +00:00
|
|
|
/homeassistant/components/dsmr/ @Robbie1221
|
|
|
|
/tests/components/dsmr/ @Robbie1221
|
2024-05-28 08:42:21 +00:00
|
|
|
/homeassistant/components/dsmr_reader/ @sorted-bits @glodenox @erwindouna
|
|
|
|
/tests/components/dsmr_reader/ @sorted-bits @glodenox @erwindouna
|
2024-09-11 11:28:47 +00:00
|
|
|
/homeassistant/components/duke_energy/ @hunterjm
|
|
|
|
/tests/components/duke_energy/ @hunterjm
|
2023-07-25 09:16:00 +00:00
|
|
|
/homeassistant/components/duotecno/ @cereal2nd
|
|
|
|
/tests/components/duotecno/ @cereal2nd
|
2023-08-06 22:36:19 +00:00
|
|
|
/homeassistant/components/dwd_weather_warnings/ @runningman84 @stephan192 @andarotajo
|
|
|
|
/tests/components/dwd_weather_warnings/ @runningman84 @stephan192 @andarotajo
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/dynalite/ @ziv1234
|
|
|
|
/tests/components/dynalite/ @ziv1234
|
|
|
|
/homeassistant/components/eafm/ @Jc2k
|
|
|
|
/tests/components/eafm/ @Jc2k
|
2023-02-03 18:56:17 +00:00
|
|
|
/homeassistant/components/easyenergy/ @klaasnicolaas
|
|
|
|
/tests/components/easyenergy/ @klaasnicolaas
|
2023-09-21 13:18:55 +00:00
|
|
|
/homeassistant/components/ecoforest/ @pjanuario
|
|
|
|
/tests/components/ecoforest/ @pjanuario
|
2023-10-26 03:25:23 +00:00
|
|
|
/homeassistant/components/econet/ @w1ll1am23
|
|
|
|
/tests/components/econet/ @w1ll1am23
|
2024-07-01 12:03:21 +00:00
|
|
|
/homeassistant/components/ecovacs/ @mib1185 @edenhaus @Augar
|
|
|
|
/tests/components/ecovacs/ @mib1185 @edenhaus @Augar
|
2022-08-31 10:51:39 +00:00
|
|
|
/homeassistant/components/ecowitt/ @pvizeli
|
|
|
|
/tests/components/ecowitt/ @pvizeli
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/efergy/ @tkdrob
|
|
|
|
/tests/components/efergy/ @tkdrob
|
|
|
|
/homeassistant/components/egardia/ @jeroenterheerdt
|
2023-05-20 10:13:32 +00:00
|
|
|
/homeassistant/components/electrasmart/ @jafar-atili
|
|
|
|
/tests/components/electrasmart/ @jafar-atili
|
2023-07-25 08:46:53 +00:00
|
|
|
/homeassistant/components/electric_kiwi/ @mikey0000
|
|
|
|
/tests/components/electric_kiwi/ @mikey0000
|
2024-07-31 19:31:09 +00:00
|
|
|
/homeassistant/components/elevenlabs/ @sorgfresser
|
|
|
|
/tests/components/elevenlabs/ @sorgfresser
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/elgato/ @frenck
|
|
|
|
/tests/components/elgato/ @frenck
|
|
|
|
/homeassistant/components/elkm1/ @gwww @bdraco
|
|
|
|
/tests/components/elkm1/ @gwww @bdraco
|
|
|
|
/homeassistant/components/elmax/ @albertogeniola
|
|
|
|
/tests/components/elmax/ @albertogeniola
|
|
|
|
/homeassistant/components/elv/ @majuss
|
2024-01-31 13:47:37 +00:00
|
|
|
/homeassistant/components/elvia/ @ludeeus
|
|
|
|
/tests/components/elvia/ @ludeeus
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/emby/ @mezz64
|
2024-06-01 19:14:18 +00:00
|
|
|
/homeassistant/components/emoncms/ @borpin @alexandrecuer
|
2024-07-24 19:40:05 +00:00
|
|
|
/tests/components/emoncms/ @borpin @alexandrecuer
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/emonitor/ @bdraco
|
|
|
|
/tests/components/emonitor/ @bdraco
|
2023-02-07 21:43:47 +00:00
|
|
|
/homeassistant/components/emulated_hue/ @bdraco @Tho85
|
|
|
|
/tests/components/emulated_hue/ @bdraco @Tho85
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/emulated_kasa/ @kbickar
|
|
|
|
/tests/components/emulated_kasa/ @kbickar
|
2024-03-29 12:29:14 +00:00
|
|
|
/homeassistant/components/energenie_power_sockets/ @gnumpi
|
|
|
|
/tests/components/energenie_power_sockets/ @gnumpi
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/energy/ @home-assistant/core
|
|
|
|
/tests/components/energy/ @home-assistant/core
|
2023-01-03 21:28:16 +00:00
|
|
|
/homeassistant/components/energyzero/ @klaasnicolaas
|
|
|
|
/tests/components/energyzero/ @klaasnicolaas
|
2023-12-19 01:30:23 +00:00
|
|
|
/homeassistant/components/enigma2/ @autinerd
|
2024-04-17 13:21:54 +00:00
|
|
|
/tests/components/enigma2/ @autinerd
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/enocean/ @bdurrer
|
|
|
|
/tests/components/enocean/ @bdurrer
|
2024-07-09 20:53:49 +00:00
|
|
|
/homeassistant/components/enphase_envoy/ @bdraco @cgarwood @joostlek @catsmanac
|
|
|
|
/tests/components/enphase_envoy/ @bdraco @cgarwood @joostlek @catsmanac
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/entur_public_transport/ @hfurubotten
|
|
|
|
/homeassistant/components/environment_canada/ @gwww @michaeldavie
|
|
|
|
/tests/components/environment_canada/ @gwww @michaeldavie
|
|
|
|
/homeassistant/components/ephember/ @ttroy50
|
2024-04-22 07:54:47 +00:00
|
|
|
/homeassistant/components/epic_games_store/ @hacf-fr @Quentame
|
|
|
|
/tests/components/epic_games_store/ @hacf-fr @Quentame
|
2024-01-16 05:39:50 +00:00
|
|
|
/homeassistant/components/epion/ @lhgravendeel
|
|
|
|
/tests/components/epion/ @lhgravendeel
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/epson/ @pszafer
|
|
|
|
/tests/components/epson/ @pszafer
|
2024-03-29 01:20:56 +00:00
|
|
|
/homeassistant/components/eq3btsmart/ @eulemitkeule @dbuezas
|
|
|
|
/tests/components/eq3btsmart/ @eulemitkeule @dbuezas
|
2022-08-08 09:48:42 +00:00
|
|
|
/homeassistant/components/escea/ @lazdavila
|
|
|
|
/tests/components/escea/ @lazdavila
|
2023-08-31 21:50:25 +00:00
|
|
|
/homeassistant/components/esphome/ @OttoWinter @jesserockz @kbx81 @bdraco
|
|
|
|
/tests/components/esphome/ @OttoWinter @jesserockz @kbx81 @bdraco
|
2023-01-17 04:29:50 +00:00
|
|
|
/homeassistant/components/eufylife_ble/ @bdr99
|
|
|
|
/tests/components/eufylife_ble/ @bdr99
|
2023-07-21 10:16:35 +00:00
|
|
|
/homeassistant/components/event/ @home-assistant/core
|
|
|
|
/tests/components/event/ @home-assistant/core
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/evil_genius_labs/ @balloob
|
|
|
|
/tests/components/evil_genius_labs/ @balloob
|
|
|
|
/homeassistant/components/evohome/ @zxdavb
|
2024-08-03 08:41:30 +00:00
|
|
|
/tests/components/evohome/ @zxdavb
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/ezviz/ @RenierM26 @baqs
|
|
|
|
/tests/components/ezviz/ @RenierM26 @baqs
|
|
|
|
/homeassistant/components/faa_delays/ @ntilley905
|
|
|
|
/tests/components/faa_delays/ @ntilley905
|
|
|
|
/homeassistant/components/fan/ @home-assistant/core
|
|
|
|
/tests/components/fan/ @home-assistant/core
|
2023-11-21 08:59:34 +00:00
|
|
|
/homeassistant/components/fastdotcom/ @rohankapoorcom @erwindouna
|
|
|
|
/tests/components/fastdotcom/ @rohankapoorcom @erwindouna
|
2024-07-06 20:28:47 +00:00
|
|
|
/homeassistant/components/feedreader/ @mib1185
|
|
|
|
/tests/components/feedreader/ @mib1185
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/fibaro/ @rappenze
|
|
|
|
/tests/components/fibaro/ @rappenze
|
|
|
|
/homeassistant/components/file/ @fabaff
|
|
|
|
/tests/components/file/ @fabaff
|
2022-08-18 16:02:12 +00:00
|
|
|
/homeassistant/components/file_upload/ @home-assistant/core
|
|
|
|
/tests/components/file_upload/ @home-assistant/core
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/filesize/ @gjohansson-ST
|
|
|
|
/tests/components/filesize/ @gjohansson-ST
|
|
|
|
/homeassistant/components/filter/ @dgomes
|
|
|
|
/tests/components/filter/ @dgomes
|
|
|
|
/homeassistant/components/fireservicerota/ @cyberjunky
|
|
|
|
/tests/components/fireservicerota/ @cyberjunky
|
|
|
|
/homeassistant/components/firmata/ @DaAwesomeP
|
|
|
|
/tests/components/firmata/ @DaAwesomeP
|
2023-09-23 18:32:52 +00:00
|
|
|
/homeassistant/components/fitbit/ @allenporter
|
2023-09-23 20:49:08 +00:00
|
|
|
/tests/components/fitbit/ @allenporter
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/fivem/ @Sander0542
|
|
|
|
/tests/components/fivem/ @Sander0542
|
|
|
|
/homeassistant/components/fjaraskupan/ @elupus
|
|
|
|
/tests/components/fjaraskupan/ @elupus
|
2023-11-30 15:50:13 +00:00
|
|
|
/homeassistant/components/flexit_bacnet/ @lellky @piotrbulinski
|
|
|
|
/tests/components/flexit_bacnet/ @lellky @piotrbulinski
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/flick_electric/ @ZephireNZ
|
|
|
|
/tests/components/flick_electric/ @ZephireNZ
|
|
|
|
/homeassistant/components/flipr/ @cnico
|
|
|
|
/tests/components/flipr/ @cnico
|
|
|
|
/homeassistant/components/flo/ @dmulcahey
|
|
|
|
/tests/components/flo/ @dmulcahey
|
2022-08-25 16:21:41 +00:00
|
|
|
/homeassistant/components/flume/ @ChrisMandich @bdraco @jeeftor
|
|
|
|
/tests/components/flume/ @ChrisMandich @bdraco @jeeftor
|
2023-09-18 15:08:38 +00:00
|
|
|
/homeassistant/components/flux_led/ @icemanch
|
|
|
|
/tests/components/flux_led/ @icemanch
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/forecast_solar/ @klaasnicolaas @frenck
|
|
|
|
/tests/components/forecast_solar/ @klaasnicolaas @frenck
|
|
|
|
/homeassistant/components/forked_daapd/ @uvjustin
|
|
|
|
/tests/components/forked_daapd/ @uvjustin
|
|
|
|
/homeassistant/components/fortios/ @kimfrellsen
|
2024-04-08 18:46:22 +00:00
|
|
|
/homeassistant/components/foscam/ @krmarien
|
|
|
|
/tests/components/foscam/ @krmarien
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/freebox/ @hacf-fr @Quentame
|
|
|
|
/tests/components/freebox/ @hacf-fr @Quentame
|
|
|
|
/homeassistant/components/freedompro/ @stefano055415
|
|
|
|
/tests/components/freedompro/ @stefano055415
|
|
|
|
/homeassistant/components/fritz/ @mammuth @AaronDavidSchneider @chemelli74 @mib1185
|
|
|
|
/tests/components/fritz/ @mammuth @AaronDavidSchneider @chemelli74 @mib1185
|
|
|
|
/homeassistant/components/fritzbox/ @mib1185 @flabbamann
|
|
|
|
/tests/components/fritzbox/ @mib1185 @flabbamann
|
2022-04-26 19:51:16 +00:00
|
|
|
/homeassistant/components/fritzbox_callmonitor/ @cdce8p
|
|
|
|
/tests/components/fritzbox_callmonitor/ @cdce8p
|
2023-10-24 07:20:28 +00:00
|
|
|
/homeassistant/components/fronius/ @farmio
|
|
|
|
/tests/components/fronius/ @farmio
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/frontend/ @home-assistant/frontend
|
|
|
|
/tests/components/frontend/ @home-assistant/frontend
|
2022-05-30 16:31:57 +00:00
|
|
|
/homeassistant/components/frontier_silicon/ @wlcrs
|
2023-03-10 09:26:03 +00:00
|
|
|
/tests/components/frontier_silicon/ @wlcrs
|
2024-08-18 13:37:33 +00:00
|
|
|
/homeassistant/components/fujitsu_fglair/ @crevetor
|
|
|
|
/tests/components/fujitsu_fglair/ @crevetor
|
2022-08-16 18:08:35 +00:00
|
|
|
/homeassistant/components/fully_kiosk/ @cgarwood
|
|
|
|
/tests/components/fully_kiosk/ @cgarwood
|
2024-03-15 17:13:35 +00:00
|
|
|
/homeassistant/components/fyta/ @dontinelli
|
|
|
|
/tests/components/fyta/ @dontinelli
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/garages_amsterdam/ @klaasnicolaas
|
|
|
|
/tests/components/garages_amsterdam/ @klaasnicolaas
|
2023-07-12 14:08:15 +00:00
|
|
|
/homeassistant/components/gardena_bluetooth/ @elupus
|
|
|
|
/tests/components/gardena_bluetooth/ @elupus
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/gdacs/ @exxamalte
|
|
|
|
/tests/components/gdacs/ @exxamalte
|
|
|
|
/homeassistant/components/generic/ @davet2001
|
|
|
|
/tests/components/generic/ @davet2001
|
|
|
|
/homeassistant/components/generic_hygrostat/ @Shulyaka
|
|
|
|
/tests/components/generic_hygrostat/ @Shulyaka
|
2023-02-13 11:11:38 +00:00
|
|
|
/homeassistant/components/geniushub/ @manzanotti
|
2024-07-21 17:57:41 +00:00
|
|
|
/tests/components/geniushub/ @manzanotti
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/geo_json_events/ @exxamalte
|
|
|
|
/tests/components/geo_json_events/ @exxamalte
|
|
|
|
/homeassistant/components/geo_location/ @home-assistant/core
|
|
|
|
/tests/components/geo_location/ @home-assistant/core
|
|
|
|
/homeassistant/components/geo_rss_events/ @exxamalte
|
|
|
|
/tests/components/geo_rss_events/ @exxamalte
|
2022-05-12 10:12:47 +00:00
|
|
|
/homeassistant/components/geocaching/ @Sholofly @reinder83
|
|
|
|
/tests/components/geocaching/ @Sholofly @reinder83
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/geonetnz_quakes/ @exxamalte
|
|
|
|
/tests/components/geonetnz_quakes/ @exxamalte
|
|
|
|
/homeassistant/components/geonetnz_volcano/ @exxamalte
|
|
|
|
/tests/components/geonetnz_volcano/ @exxamalte
|
|
|
|
/homeassistant/components/gios/ @bieniu
|
|
|
|
/tests/components/gios/ @bieniu
|
|
|
|
/homeassistant/components/github/ @timmo001 @ludeeus
|
|
|
|
/tests/components/github/ @timmo001 @ludeeus
|
2022-04-13 14:05:14 +00:00
|
|
|
/homeassistant/components/glances/ @engrbm87
|
|
|
|
/tests/components/glances/ @engrbm87
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/goalzero/ @tkdrob
|
|
|
|
/tests/components/goalzero/ @tkdrob
|
2023-06-04 23:42:37 +00:00
|
|
|
/homeassistant/components/gogogate2/ @vangorra
|
|
|
|
/tests/components/gogogate2/ @vangorra
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/goodwe/ @mletenay @starkillerOG
|
|
|
|
/tests/components/goodwe/ @mletenay @starkillerOG
|
|
|
|
/homeassistant/components/google/ @allenporter
|
|
|
|
/tests/components/google/ @allenporter
|
|
|
|
/homeassistant/components/google_assistant/ @home-assistant/cloud
|
|
|
|
/tests/components/google_assistant/ @home-assistant/cloud
|
2022-12-09 15:14:43 +00:00
|
|
|
/homeassistant/components/google_assistant_sdk/ @tronikos
|
|
|
|
/tests/components/google_assistant_sdk/ @tronikos
|
2024-09-02 11:30:18 +00:00
|
|
|
/homeassistant/components/google_cloud/ @lufton @tronikos
|
|
|
|
/tests/components/google_cloud/ @lufton @tronikos
|
2023-05-17 01:05:56 +00:00
|
|
|
/homeassistant/components/google_generative_ai_conversation/ @tronikos
|
|
|
|
/tests/components/google_generative_ai_conversation/ @tronikos
|
2023-01-07 19:59:14 +00:00
|
|
|
/homeassistant/components/google_mail/ @tkdrob
|
|
|
|
/tests/components/google_mail/ @tkdrob
|
2024-08-30 14:27:19 +00:00
|
|
|
/homeassistant/components/google_photos/ @allenporter
|
|
|
|
/tests/components/google_photos/ @allenporter
|
2022-09-14 18:31:54 +00:00
|
|
|
/homeassistant/components/google_sheets/ @tkdrob
|
2022-09-26 02:12:07 +00:00
|
|
|
/tests/components/google_sheets/ @tkdrob
|
2023-10-25 04:30:29 +00:00
|
|
|
/homeassistant/components/google_tasks/ @allenporter
|
|
|
|
/tests/components/google_tasks/ @allenporter
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/google_travel_time/ @eifinger
|
|
|
|
/tests/components/google_travel_time/ @eifinger
|
2022-12-27 20:11:41 +00:00
|
|
|
/homeassistant/components/govee_ble/ @bdraco @PierreAronnax
|
|
|
|
/tests/components/govee_ble/ @bdraco @PierreAronnax
|
2024-01-16 19:00:29 +00:00
|
|
|
/homeassistant/components/govee_light_local/ @Galorhallen
|
|
|
|
/tests/components/govee_light_local/ @Galorhallen
|
2024-01-31 17:38:14 +00:00
|
|
|
/homeassistant/components/gpsd/ @fabaff @jrieger
|
|
|
|
/tests/components/gpsd/ @fabaff @jrieger
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/gree/ @cmroche
|
|
|
|
/tests/components/gree/ @cmroche
|
|
|
|
/homeassistant/components/greeneye_monitor/ @jkeljo
|
|
|
|
/tests/components/greeneye_monitor/ @jkeljo
|
|
|
|
/homeassistant/components/group/ @home-assistant/core
|
|
|
|
/tests/components/group/ @home-assistant/core
|
|
|
|
/homeassistant/components/guardian/ @bachya
|
|
|
|
/tests/components/guardian/ @bachya
|
2024-04-29 10:51:38 +00:00
|
|
|
/homeassistant/components/habitica/ @ASMfreaK @leikoilja @tr4nt0r
|
|
|
|
/tests/components/habitica/ @ASMfreaK @leikoilja @tr4nt0r
|
2022-05-26 20:15:44 +00:00
|
|
|
/homeassistant/components/hardkernel/ @home-assistant/core
|
|
|
|
/tests/components/hardkernel/ @home-assistant/core
|
2022-05-25 18:39:15 +00:00
|
|
|
/homeassistant/components/hardware/ @home-assistant/core
|
|
|
|
/tests/components/hardware/ @home-assistant/core
|
2024-04-26 12:31:37 +00:00
|
|
|
/homeassistant/components/harmony/ @ehendrix23 @bdraco @mkeesey @Aohzan
|
|
|
|
/tests/components/harmony/ @ehendrix23 @bdraco @mkeesey @Aohzan
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/hassio/ @home-assistant/supervisor
|
|
|
|
/tests/components/hassio/ @home-assistant/supervisor
|
2022-08-08 11:47:05 +00:00
|
|
|
/homeassistant/components/hdmi_cec/ @inytar
|
|
|
|
/tests/components/hdmi_cec/ @inytar
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/heatmiser/ @andylockran
|
|
|
|
/homeassistant/components/heos/ @andrewsayre
|
|
|
|
/tests/components/heos/ @andrewsayre
|
|
|
|
/homeassistant/components/here_travel_time/ @eifinger
|
|
|
|
/tests/components/here_travel_time/ @eifinger
|
|
|
|
/homeassistant/components/hikvision/ @mezz64
|
|
|
|
/homeassistant/components/hikvisioncam/ @fbradyirl
|
|
|
|
/homeassistant/components/hisense_aehw4a1/ @bannhead
|
|
|
|
/tests/components/hisense_aehw4a1/ @bannhead
|
|
|
|
/homeassistant/components/history/ @home-assistant/core
|
|
|
|
/tests/components/history/ @home-assistant/core
|
|
|
|
/homeassistant/components/hive/ @Rendili @KJonline
|
|
|
|
/tests/components/hive/ @Rendili @KJonline
|
2024-01-05 13:52:46 +00:00
|
|
|
/homeassistant/components/hko/ @MisterCommand
|
|
|
|
/tests/components/hko/ @MisterCommand
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/hlk_sw16/ @jameshilliard
|
|
|
|
/tests/components/hlk_sw16/ @jameshilliard
|
2023-12-28 15:32:55 +00:00
|
|
|
/homeassistant/components/holiday/ @jrieger @gjohansson-ST
|
|
|
|
/tests/components/holiday/ @jrieger @gjohansson-ST
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/home_connect/ @DavidMStraub
|
|
|
|
/tests/components/home_connect/ @DavidMStraub
|
|
|
|
/homeassistant/components/homeassistant/ @home-assistant/core
|
|
|
|
/tests/components/homeassistant/ @home-assistant/core
|
2022-07-27 08:13:16 +00:00
|
|
|
/homeassistant/components/homeassistant_alerts/ @home-assistant/core
|
|
|
|
/tests/components/homeassistant_alerts/ @home-assistant/core
|
2023-08-30 14:37:13 +00:00
|
|
|
/homeassistant/components/homeassistant_green/ @home-assistant/core
|
|
|
|
/tests/components/homeassistant_green/ @home-assistant/core
|
2022-11-16 16:38:07 +00:00
|
|
|
/homeassistant/components/homeassistant_hardware/ @home-assistant/core
|
|
|
|
/tests/components/homeassistant_hardware/ @home-assistant/core
|
2022-08-18 19:52:12 +00:00
|
|
|
/homeassistant/components/homeassistant_sky_connect/ @home-assistant/core
|
|
|
|
/tests/components/homeassistant_sky_connect/ @home-assistant/core
|
2022-06-14 06:25:11 +00:00
|
|
|
/homeassistant/components/homeassistant_yellow/ @home-assistant/core
|
|
|
|
/tests/components/homeassistant_yellow/ @home-assistant/core
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/homekit/ @bdraco
|
|
|
|
/tests/components/homekit/ @bdraco
|
|
|
|
/homeassistant/components/homekit_controller/ @Jc2k @bdraco
|
|
|
|
/tests/components/homekit_controller/ @Jc2k @bdraco
|
2024-03-15 22:42:04 +00:00
|
|
|
/homeassistant/components/homematic/ @pvizeli
|
|
|
|
/tests/components/homematic/ @pvizeli
|
2024-04-19 06:09:48 +00:00
|
|
|
/homeassistant/components/homematicip_cloud/ @hahn-th
|
|
|
|
/tests/components/homematicip_cloud/ @hahn-th
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/homewizard/ @DCSBL
|
|
|
|
/tests/components/homewizard/ @DCSBL
|
2023-01-18 15:03:13 +00:00
|
|
|
/homeassistant/components/honeywell/ @rdfurman @mkmer
|
|
|
|
/tests/components/honeywell/ @rdfurman @mkmer
|
2024-08-30 21:22:14 +00:00
|
|
|
/homeassistant/components/html5/ @alexyao2015
|
|
|
|
/tests/components/html5/ @alexyao2015
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/http/ @home-assistant/core
|
|
|
|
/tests/components/http/ @home-assistant/core
|
|
|
|
/homeassistant/components/huawei_lte/ @scop @fphammerle
|
|
|
|
/tests/components/huawei_lte/ @scop @fphammerle
|
|
|
|
/homeassistant/components/hue/ @balloob @marcelveldt
|
|
|
|
/tests/components/hue/ @balloob @marcelveldt
|
|
|
|
/homeassistant/components/huisbaasje/ @dennisschroer
|
|
|
|
/tests/components/huisbaasje/ @dennisschroer
|
|
|
|
/homeassistant/components/humidifier/ @home-assistant/core @Shulyaka
|
|
|
|
/tests/components/humidifier/ @home-assistant/core @Shulyaka
|
2022-05-30 17:54:39 +00:00
|
|
|
/homeassistant/components/hunterdouglas_powerview/ @bdraco @kingy444 @trullock
|
|
|
|
/tests/components/hunterdouglas_powerview/ @bdraco @kingy444 @trullock
|
2024-02-07 08:27:04 +00:00
|
|
|
/homeassistant/components/husqvarna_automower/ @Thomas55555
|
|
|
|
/tests/components/husqvarna_automower/ @Thomas55555
|
2024-01-25 11:55:55 +00:00
|
|
|
/homeassistant/components/huum/ @frwickst
|
|
|
|
/tests/components/huum/ @frwickst
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/hvv_departures/ @vigonotion
|
|
|
|
/tests/components/hvv_departures/ @vigonotion
|
2024-06-26 00:11:52 +00:00
|
|
|
/homeassistant/components/hydrawise/ @dknowles2 @thomaskistler @ptcryan
|
|
|
|
/tests/components/hydrawise/ @dknowles2 @thomaskistler @ptcryan
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/hyperion/ @dermotduffy
|
|
|
|
/tests/components/hyperion/ @dermotduffy
|
|
|
|
/homeassistant/components/ialarm/ @RyuzakiKK
|
|
|
|
/tests/components/ialarm/ @RyuzakiKK
|
|
|
|
/homeassistant/components/iammeter/ @lewei50
|
|
|
|
/homeassistant/components/iaqualink/ @flz
|
|
|
|
/tests/components/iaqualink/ @flz
|
2022-09-20 01:43:41 +00:00
|
|
|
/homeassistant/components/ibeacon/ @bdraco
|
|
|
|
/tests/components/ibeacon/ @bdraco
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/icloud/ @Quentame @nzapponi
|
|
|
|
/tests/components/icloud/ @Quentame @nzapponi
|
2023-09-20 00:44:35 +00:00
|
|
|
/homeassistant/components/idasen_desk/ @abmantis
|
|
|
|
/tests/components/idasen_desk/ @abmantis
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/ign_sismologia/ @exxamalte
|
|
|
|
/tests/components/ign_sismologia/ @exxamalte
|
2023-06-19 15:03:48 +00:00
|
|
|
/homeassistant/components/image/ @home-assistant/core
|
|
|
|
/tests/components/image/ @home-assistant/core
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/image_processing/ @home-assistant/core
|
|
|
|
/tests/components/image_processing/ @home-assistant/core
|
2022-12-16 13:16:38 +00:00
|
|
|
/homeassistant/components/image_upload/ @home-assistant/core
|
|
|
|
/tests/components/image_upload/ @home-assistant/core
|
2023-06-04 16:59:03 +00:00
|
|
|
/homeassistant/components/imap/ @jbouwh
|
|
|
|
/tests/components/imap/ @jbouwh
|
2024-05-01 12:38:36 +00:00
|
|
|
/homeassistant/components/imgw_pib/ @bieniu
|
|
|
|
/tests/components/imgw_pib/ @bieniu
|
2023-10-24 12:19:19 +00:00
|
|
|
/homeassistant/components/improv_ble/ @emontnemery
|
|
|
|
/tests/components/improv_ble/ @emontnemery
|
2024-06-03 09:29:54 +00:00
|
|
|
/homeassistant/components/incomfort/ @jbouwh
|
2024-06-03 18:37:48 +00:00
|
|
|
/tests/components/incomfort/ @jbouwh
|
2022-04-13 14:09:02 +00:00
|
|
|
/homeassistant/components/influxdb/ @mdegat01
|
|
|
|
/tests/components/influxdb/ @mdegat01
|
2022-07-22 03:17:09 +00:00
|
|
|
/homeassistant/components/inkbird/ @bdraco
|
|
|
|
/tests/components/inkbird/ @bdraco
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/input_boolean/ @home-assistant/core
|
|
|
|
/tests/components/input_boolean/ @home-assistant/core
|
|
|
|
/homeassistant/components/input_button/ @home-assistant/core
|
|
|
|
/tests/components/input_button/ @home-assistant/core
|
|
|
|
/homeassistant/components/input_datetime/ @home-assistant/core
|
|
|
|
/tests/components/input_datetime/ @home-assistant/core
|
|
|
|
/homeassistant/components/input_number/ @home-assistant/core
|
|
|
|
/tests/components/input_number/ @home-assistant/core
|
|
|
|
/homeassistant/components/input_select/ @home-assistant/core
|
|
|
|
/tests/components/input_select/ @home-assistant/core
|
|
|
|
/homeassistant/components/input_text/ @home-assistant/core
|
|
|
|
/tests/components/input_text/ @home-assistant/core
|
|
|
|
/homeassistant/components/insteon/ @teharris1
|
|
|
|
/tests/components/insteon/ @teharris1
|
|
|
|
/homeassistant/components/integration/ @dgomes
|
|
|
|
/tests/components/integration/ @dgomes
|
|
|
|
/homeassistant/components/intellifire/ @jeeftor
|
|
|
|
/tests/components/intellifire/ @jeeftor
|
2023-01-31 04:46:42 +00:00
|
|
|
/homeassistant/components/intent/ @home-assistant/core @synesthesiam
|
|
|
|
/tests/components/intent/ @home-assistant/core @synesthesiam
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/intesishome/ @jnimmo
|
|
|
|
/homeassistant/components/ios/ @robbiet480
|
|
|
|
/tests/components/ios/ @robbiet480
|
|
|
|
/homeassistant/components/iotawatt/ @gtdiehl @jyavenard
|
|
|
|
/tests/components/iotawatt/ @gtdiehl @jyavenard
|
2024-08-30 11:30:56 +00:00
|
|
|
/homeassistant/components/iotty/ @pburgio @shapournemati-iotty
|
|
|
|
/tests/components/iotty/ @pburgio @shapournemati-iotty
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/iperf3/ @rohankapoorcom
|
2023-08-14 17:36:58 +00:00
|
|
|
/homeassistant/components/ipma/ @dgomes
|
|
|
|
/tests/components/ipma/ @dgomes
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/ipp/ @ctalkington
|
|
|
|
/tests/components/ipp/ @ctalkington
|
|
|
|
/homeassistant/components/iqvia/ @bachya
|
|
|
|
/tests/components/iqvia/ @bachya
|
|
|
|
/homeassistant/components/irish_rail_transport/ @ttroy50
|
2024-07-29 09:44:01 +00:00
|
|
|
/homeassistant/components/iron_os/ @tr4nt0r
|
|
|
|
/tests/components/iron_os/ @tr4nt0r
|
2024-05-05 21:06:12 +00:00
|
|
|
/homeassistant/components/isal/ @bdraco
|
|
|
|
/tests/components/isal/ @bdraco
|
2024-09-04 13:33:23 +00:00
|
|
|
/homeassistant/components/iskra/ @iskramis
|
|
|
|
/tests/components/iskra/ @iskramis
|
2024-04-15 20:42:33 +00:00
|
|
|
/homeassistant/components/islamic_prayer_times/ @engrbm87 @cpfair
|
|
|
|
/tests/components/islamic_prayer_times/ @engrbm87 @cpfair
|
2024-07-11 06:45:32 +00:00
|
|
|
/homeassistant/components/israel_rail/ @shaiu
|
|
|
|
/tests/components/israel_rail/ @shaiu
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/iss/ @DurgNomis-drol
|
|
|
|
/tests/components/iss/ @DurgNomis-drol
|
2024-06-04 08:45:53 +00:00
|
|
|
/homeassistant/components/ista_ecotrend/ @tr4nt0r
|
|
|
|
/tests/components/ista_ecotrend/ @tr4nt0r
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/isy994/ @bdraco @shbatm
|
|
|
|
/tests/components/isy994/ @bdraco @shbatm
|
|
|
|
/homeassistant/components/izone/ @Swamp-Ig
|
|
|
|
/tests/components/izone/ @Swamp-Ig
|
2022-10-09 02:12:30 +00:00
|
|
|
/homeassistant/components/jellyfin/ @j-stienstra @ctalkington
|
|
|
|
/tests/components/jellyfin/ @j-stienstra @ctalkington
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/jewish_calendar/ @tsvi
|
|
|
|
/tests/components/jewish_calendar/ @tsvi
|
2024-03-07 15:41:54 +00:00
|
|
|
/homeassistant/components/juicenet/ @jesserockz
|
|
|
|
/tests/components/juicenet/ @jesserockz
|
2022-08-08 21:35:05 +00:00
|
|
|
/homeassistant/components/justnimbus/ @kvanzuijlen
|
|
|
|
/tests/components/justnimbus/ @kvanzuijlen
|
2024-01-25 21:49:03 +00:00
|
|
|
/homeassistant/components/jvc_projector/ @SteveEasley @msavazzi
|
|
|
|
/tests/components/jvc_projector/ @SteveEasley @msavazzi
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/kaiterra/ @Michsior14
|
|
|
|
/homeassistant/components/kaleidescape/ @SteveEasley
|
|
|
|
/tests/components/kaleidescape/ @SteveEasley
|
|
|
|
/homeassistant/components/keba/ @dannerph
|
|
|
|
/homeassistant/components/keenetic_ndms2/ @foxel
|
|
|
|
/tests/components/keenetic_ndms2/ @foxel
|
|
|
|
/homeassistant/components/kef/ @basnijholt
|
2022-09-21 15:09:39 +00:00
|
|
|
/homeassistant/components/kegtron/ @Ernst79
|
|
|
|
/tests/components/kegtron/ @Ernst79
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/keyboard_remote/ @bendavid @lanrat
|
2022-09-22 01:44:37 +00:00
|
|
|
/homeassistant/components/keymitt_ble/ @spycle
|
|
|
|
/tests/components/keymitt_ble/ @spycle
|
2023-01-10 16:31:47 +00:00
|
|
|
/homeassistant/components/kitchen_sink/ @home-assistant/core
|
|
|
|
/tests/components/kitchen_sink/ @home-assistant/core
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/kmtronic/ @dgomes
|
|
|
|
/tests/components/kmtronic/ @dgomes
|
2024-07-16 13:54:40 +00:00
|
|
|
/homeassistant/components/knocki/ @joostlek @jgatto1 @JakeBosh
|
|
|
|
/tests/components/knocki/ @joostlek @jgatto1 @JakeBosh
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/knx/ @Julius2342 @farmio @marvin-w
|
|
|
|
/tests/components/knx/ @Julius2342 @farmio @marvin-w
|
2023-10-08 15:01:00 +00:00
|
|
|
/homeassistant/components/kodi/ @OnFreund
|
|
|
|
/tests/components/kodi/ @OnFreund
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/konnected/ @heythisisnate
|
|
|
|
/tests/components/konnected/ @heythisisnate
|
|
|
|
/homeassistant/components/kostal_plenticore/ @stegm
|
|
|
|
/tests/components/kostal_plenticore/ @stegm
|
|
|
|
/homeassistant/components/kraken/ @eifinger
|
|
|
|
/tests/components/kraken/ @eifinger
|
|
|
|
/homeassistant/components/kulersky/ @emlove
|
|
|
|
/tests/components/kulersky/ @emlove
|
2022-07-27 14:37:22 +00:00
|
|
|
/homeassistant/components/lacrosse_view/ @IceBotYT
|
|
|
|
/tests/components/lacrosse_view/ @IceBotYT
|
2024-01-16 14:24:16 +00:00
|
|
|
/homeassistant/components/lamarzocco/ @zweckj
|
|
|
|
/tests/components/lamarzocco/ @zweckj
|
2022-10-07 13:33:53 +00:00
|
|
|
/homeassistant/components/lametric/ @robbiet480 @frenck @bachya
|
|
|
|
/tests/components/lametric/ @robbiet480 @frenck @bachya
|
2022-08-18 14:40:04 +00:00
|
|
|
/homeassistant/components/landisgyr_heat_meter/ @vpathuis
|
|
|
|
/tests/components/landisgyr_heat_meter/ @vpathuis
|
2023-05-25 12:48:16 +00:00
|
|
|
/homeassistant/components/lastfm/ @joostlek
|
|
|
|
/tests/components/lastfm/ @joostlek
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/launch_library/ @ludeeus @DurgNomis-drol
|
|
|
|
/tests/components/launch_library/ @ludeeus @DurgNomis-drol
|
2022-05-21 19:18:01 +00:00
|
|
|
/homeassistant/components/laundrify/ @xLarry
|
|
|
|
/tests/components/laundrify/ @xLarry
|
2023-08-21 10:19:55 +00:00
|
|
|
/homeassistant/components/lawn_mower/ @home-assistant/core
|
|
|
|
/tests/components/lawn_mower/ @home-assistant/core
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/lcn/ @alengwenus
|
|
|
|
/tests/components/lcn/ @alengwenus
|
2023-01-06 02:15:03 +00:00
|
|
|
/homeassistant/components/ld2410_ble/ @930913
|
|
|
|
/tests/components/ld2410_ble/ @930913
|
2024-01-24 08:08:20 +00:00
|
|
|
/homeassistant/components/leaone/ @bdraco
|
|
|
|
/tests/components/leaone/ @bdraco
|
2022-08-29 16:38:18 +00:00
|
|
|
/homeassistant/components/led_ble/ @bdraco
|
|
|
|
/tests/components/led_ble/ @bdraco
|
2024-08-30 11:20:15 +00:00
|
|
|
/homeassistant/components/lektrico/ @lektrico
|
|
|
|
/tests/components/lektrico/ @lektrico
|
2024-04-16 07:29:02 +00:00
|
|
|
/homeassistant/components/lg_netcast/ @Drafteed @splinter98
|
|
|
|
/tests/components/lg_netcast/ @Drafteed @splinter98
|
2022-09-20 15:51:29 +00:00
|
|
|
/homeassistant/components/lidarr/ @tkdrob
|
|
|
|
/tests/components/lidarr/ @tkdrob
|
2024-07-05 03:26:44 +00:00
|
|
|
/homeassistant/components/lifx/ @Djelibeybi
|
|
|
|
/tests/components/lifx/ @Djelibeybi
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/light/ @home-assistant/core
|
|
|
|
/tests/components/light/ @home-assistant/core
|
2023-11-22 08:35:31 +00:00
|
|
|
/homeassistant/components/linear_garage_door/ @IceBotYT
|
|
|
|
/tests/components/linear_garage_door/ @IceBotYT
|
2024-07-25 10:27:10 +00:00
|
|
|
/homeassistant/components/linkplay/ @Velleman
|
|
|
|
/tests/components/linkplay/ @Velleman
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/linux_battery/ @fabaff
|
|
|
|
/homeassistant/components/litejet/ @joncar
|
|
|
|
/tests/components/litejet/ @joncar
|
2022-08-29 04:40:28 +00:00
|
|
|
/homeassistant/components/litterrobot/ @natekspencer @tkdrob
|
|
|
|
/tests/components/litterrobot/ @natekspencer @tkdrob
|
2023-02-28 13:48:13 +00:00
|
|
|
/homeassistant/components/livisi/ @StefanIacobLivisi @planbnet
|
|
|
|
/tests/components/livisi/ @StefanIacobLivisi @planbnet
|
2022-11-30 20:20:21 +00:00
|
|
|
/homeassistant/components/local_calendar/ @allenporter
|
|
|
|
/tests/components/local_calendar/ @allenporter
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/local_ip/ @issacg
|
|
|
|
/tests/components/local_ip/ @issacg
|
2023-10-25 11:21:10 +00:00
|
|
|
/homeassistant/components/local_todo/ @allenporter
|
|
|
|
/tests/components/local_todo/ @allenporter
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/lock/ @home-assistant/core
|
|
|
|
/tests/components/lock/ @home-assistant/core
|
2022-06-20 02:24:42 +00:00
|
|
|
/homeassistant/components/logbook/ @home-assistant/core
|
|
|
|
/tests/components/logbook/ @home-assistant/core
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/logger/ @home-assistant/core
|
|
|
|
/tests/components/logger/ @home-assistant/core
|
2023-09-04 09:07:08 +00:00
|
|
|
/homeassistant/components/london_underground/ @jpbede
|
2023-09-21 08:44:32 +00:00
|
|
|
/tests/components/london_underground/ @jpbede
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/lookin/ @ANMalko @bdraco
|
|
|
|
/tests/components/lookin/ @ANMalko @bdraco
|
2023-06-28 07:42:12 +00:00
|
|
|
/homeassistant/components/loqed/ @mikewoudenberg
|
|
|
|
/tests/components/loqed/ @mikewoudenberg
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/lovelace/ @home-assistant/frontend
|
|
|
|
/tests/components/lovelace/ @home-assistant/frontend
|
|
|
|
/homeassistant/components/luci/ @mzdrale
|
|
|
|
/homeassistant/components/luftdaten/ @fabaff @frenck
|
|
|
|
/tests/components/luftdaten/ @fabaff @frenck
|
2024-01-25 17:52:30 +00:00
|
|
|
/homeassistant/components/lupusec/ @majuss @suaveolent
|
|
|
|
/tests/components/lupusec/ @majuss @suaveolent
|
2024-01-05 19:07:08 +00:00
|
|
|
/homeassistant/components/lutron/ @cdheiser @wilburCForce
|
|
|
|
/tests/components/lutron/ @cdheiser @wilburCForce
|
2024-09-10 06:40:18 +00:00
|
|
|
/homeassistant/components/lutron_caseta/ @swails @danaues @eclair4151
|
|
|
|
/tests/components/lutron_caseta/ @swails @danaues @eclair4151
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/lyric/ @timmo001
|
|
|
|
/tests/components/lyric/ @timmo001
|
Add madvr envy integration (#120382)
* feat: Add madvr envy
* fix: await and pass entry directly
* fix: add attributes and unique id for sensors
* fix: reflect power state well, improve state detection
* fix: don't connect on init, add options, add reload on change, keep on during test
* fix: cancel tasks on unload
* fix: test connection via library
* fix: wait for boot time
* docs: add readme and license
* fix: broken pipe in lib
* fix: detect out of band power off
* fix: improve extra attributes
* fix: fix unloading, add config flow test, limit to one platform
* fix: use conf, refresh coordinator, other comments
* fix: remove event data
* fix: fix tests passing, remove wake on lan
* fix: dont allow to proceed unless connection works
* chore: update dep
* fix: update config flow, add constants
* fix: write state, use runtime data instead
* fix: remove await
* fix: move unloading and stuff to coordinator/init
* fix: pass in config entry with correct type
* fix: move queue and tasks to library
* fix: config flow error flow, tests, name, and update lib
* fix: update lib, leave connection open on setup
* fix: update lib
* fix: address comments, remove wol from lib
* fix: remove unneeded options
* fix: remove fields
* fix: simplify code, address comments
* fix: move error to lib
* fix: fix test
* fix: stronger types
* fix: update lib
* fix: missing text from options flow
* chore: remove options flow
* chore: remove import
* chore: update comments
* fix: get mac from device, persist
* fix: add mac stuff to test
* fix: startup import errors
* chore: stale comment
* fix: get mac from persisted config
* chore: update lib
* fix: persist mac in a better way
* feat: use mac as unique ID for entry
* fix: use unique ID from mac, add proper device
* fix: will not be set in init potentially
* fix: access mac
* fix: optimize, move error to lib
* feat: add coordinator test, use conf
* fix: use one mock, add init test
* fix: not async
* feat: add remote test
* fix: types
* fix: patch client, expand remote tests
* fix: use snapshot test
* fix: update branding
* fix: add description, fix type check
* fix: update tests
* fix: test
* fix: update test
* fix: camelcase
* Fix
* feat: strict typing
* fix: strict typing in lib
* fix: type will never be None
* fix: reference to mac, all tests passing
---------
Co-authored-by: Joostlek <joostlek@outlook.com>
2024-07-07 18:41:53 +00:00
|
|
|
/homeassistant/components/madvr/ @iloveicedgreentea
|
|
|
|
/tests/components/madvr/ @iloveicedgreentea
|
2024-07-27 11:07:02 +00:00
|
|
|
/homeassistant/components/mastodon/ @fabaff @andrew-codechimp
|
|
|
|
/tests/components/mastodon/ @fabaff @andrew-codechimp
|
2023-09-02 13:02:55 +00:00
|
|
|
/homeassistant/components/matrix/ @PaarthShah
|
|
|
|
/tests/components/matrix/ @PaarthShah
|
2022-12-07 22:53:30 +00:00
|
|
|
/homeassistant/components/matter/ @home-assistant/matter
|
|
|
|
/tests/components/matter/ @home-assistant/matter
|
2024-07-08 16:58:10 +00:00
|
|
|
/homeassistant/components/mealie/ @joostlek @andrew-codechimp
|
|
|
|
/tests/components/mealie/ @joostlek @andrew-codechimp
|
2022-04-12 12:54:01 +00:00
|
|
|
/homeassistant/components/meater/ @Sotolotl @emontnemery
|
|
|
|
/tests/components/meater/ @Sotolotl @emontnemery
|
2023-09-26 18:41:34 +00:00
|
|
|
/homeassistant/components/medcom_ble/ @elafargue
|
|
|
|
/tests/components/medcom_ble/ @elafargue
|
2023-08-27 22:05:41 +00:00
|
|
|
/homeassistant/components/media_extractor/ @joostlek
|
2023-09-23 19:04:29 +00:00
|
|
|
/tests/components/media_extractor/ @joostlek
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/media_player/ @home-assistant/core
|
|
|
|
/tests/components/media_player/ @home-assistant/core
|
|
|
|
/homeassistant/components/media_source/ @hunterjm
|
|
|
|
/tests/components/media_source/ @hunterjm
|
|
|
|
/homeassistant/components/mediaroom/ @dgomes
|
2024-06-22 09:25:42 +00:00
|
|
|
/homeassistant/components/melcloud/ @erwindouna
|
|
|
|
/tests/components/melcloud/ @erwindouna
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/melissa/ @kennedyshead
|
|
|
|
/tests/components/melissa/ @kennedyshead
|
2022-08-30 21:06:44 +00:00
|
|
|
/homeassistant/components/melnor/ @vanstinator
|
|
|
|
/tests/components/melnor/ @vanstinator
|
2023-10-06 19:38:05 +00:00
|
|
|
/homeassistant/components/met/ @danielhiversen
|
|
|
|
/tests/components/met/ @danielhiversen
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/met_eireann/ @DylanGore
|
|
|
|
/tests/components/met_eireann/ @DylanGore
|
|
|
|
/homeassistant/components/meteo_france/ @hacf-fr @oncleben31 @Quentame
|
|
|
|
/tests/components/meteo_france/ @hacf-fr @oncleben31 @Quentame
|
|
|
|
/homeassistant/components/meteoalarm/ @rolfberkenbosch
|
|
|
|
/homeassistant/components/meteoclimatic/ @adrianmo
|
|
|
|
/tests/components/meteoclimatic/ @adrianmo
|
2022-07-04 16:12:41 +00:00
|
|
|
/homeassistant/components/metoffice/ @MrHarcombe @avee87
|
|
|
|
/tests/components/metoffice/ @MrHarcombe @avee87
|
2024-02-19 14:12:03 +00:00
|
|
|
/homeassistant/components/microbees/ @microBeesTech
|
|
|
|
/tests/components/microbees/ @microBeesTech
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/mikrotik/ @engrbm87
|
|
|
|
/tests/components/mikrotik/ @engrbm87
|
|
|
|
/homeassistant/components/mill/ @danielhiversen
|
|
|
|
/tests/components/mill/ @danielhiversen
|
2022-11-24 19:14:08 +00:00
|
|
|
/homeassistant/components/min_max/ @gjohansson-ST
|
|
|
|
/tests/components/min_max/ @gjohansson-ST
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/minecraft_server/ @elmurato
|
|
|
|
/tests/components/minecraft_server/ @elmurato
|
|
|
|
/homeassistant/components/minio/ @tkislan
|
|
|
|
/tests/components/minio/ @tkislan
|
2022-07-24 07:51:14 +00:00
|
|
|
/homeassistant/components/moat/ @bdraco
|
|
|
|
/tests/components/moat/ @bdraco
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/mobile_app/ @home-assistant/core
|
|
|
|
/tests/components/mobile_app/ @home-assistant/core
|
|
|
|
/homeassistant/components/modem_callerid/ @tkdrob
|
|
|
|
/tests/components/modem_callerid/ @tkdrob
|
|
|
|
/homeassistant/components/modern_forms/ @wonderslug
|
|
|
|
/tests/components/modern_forms/ @wonderslug
|
|
|
|
/homeassistant/components/moehlenhoff_alpha2/ @j-a-n
|
|
|
|
/tests/components/moehlenhoff_alpha2/ @j-a-n
|
2024-09-11 15:09:16 +00:00
|
|
|
/homeassistant/components/monarch_money/ @jeeftor
|
|
|
|
/tests/components/monarch_money/ @jeeftor
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/monoprice/ @etsinko @OnFreund
|
|
|
|
/tests/components/monoprice/ @etsinko @OnFreund
|
2024-05-07 18:38:58 +00:00
|
|
|
/homeassistant/components/monzo/ @jakemartin-icl
|
|
|
|
/tests/components/monzo/ @jakemartin-icl
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/moon/ @fabaff @frenck
|
|
|
|
/tests/components/moon/ @fabaff @frenck
|
2023-01-25 17:28:13 +00:00
|
|
|
/homeassistant/components/mopeka/ @bdraco
|
|
|
|
/tests/components/mopeka/ @bdraco
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/motion_blinds/ @starkillerOG
|
|
|
|
/tests/components/motion_blinds/ @starkillerOG
|
2024-03-26 08:52:04 +00:00
|
|
|
/homeassistant/components/motionblinds_ble/ @LennP @jerrybboy
|
|
|
|
/tests/components/motionblinds_ble/ @LennP @jerrybboy
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/motioneye/ @dermotduffy
|
|
|
|
/tests/components/motioneye/ @dermotduffy
|
2023-12-22 11:04:58 +00:00
|
|
|
/homeassistant/components/motionmount/ @RJPoelstra
|
|
|
|
/tests/components/motionmount/ @RJPoelstra
|
2024-04-21 20:57:57 +00:00
|
|
|
/homeassistant/components/mqtt/ @emontnemery @jbouwh @bdraco
|
|
|
|
/tests/components/mqtt/ @emontnemery @jbouwh @bdraco
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/msteams/ @peroyvind
|
|
|
|
/homeassistant/components/mullvad/ @meichthys
|
|
|
|
/tests/components/mullvad/ @meichthys
|
|
|
|
/homeassistant/components/mutesync/ @currentoor
|
|
|
|
/tests/components/mutesync/ @currentoor
|
|
|
|
/homeassistant/components/my/ @home-assistant/core
|
|
|
|
/tests/components/my/ @home-assistant/core
|
|
|
|
/homeassistant/components/mysensors/ @MartinHjelmare @functionpointer
|
|
|
|
/tests/components/mysensors/ @MartinHjelmare @functionpointer
|
|
|
|
/homeassistant/components/mystrom/ @fabaff
|
2023-06-06 12:16:27 +00:00
|
|
|
/tests/components/mystrom/ @fabaff
|
2024-02-26 09:32:37 +00:00
|
|
|
/homeassistant/components/myuplink/ @pajzo @astrandb
|
|
|
|
/tests/components/myuplink/ @pajzo @astrandb
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/nam/ @bieniu
|
|
|
|
/tests/components/nam/ @bieniu
|
2024-06-18 17:03:30 +00:00
|
|
|
/homeassistant/components/nanoleaf/ @milanmeu @joostlek
|
|
|
|
/tests/components/nanoleaf/ @milanmeu @joostlek
|
2024-03-05 20:40:51 +00:00
|
|
|
/homeassistant/components/neato/ @Santobert
|
|
|
|
/tests/components/neato/ @Santobert
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/nederlandse_spoorwegen/ @YarmoM
|
|
|
|
/homeassistant/components/ness_alarm/ @nickw444
|
|
|
|
/tests/components/ness_alarm/ @nickw444
|
|
|
|
/homeassistant/components/nest/ @allenporter
|
|
|
|
/tests/components/nest/ @allenporter
|
|
|
|
/homeassistant/components/netatmo/ @cgtobi
|
|
|
|
/tests/components/netatmo/ @cgtobi
|
|
|
|
/homeassistant/components/netdata/ @fabaff
|
|
|
|
/homeassistant/components/netgear/ @hacf-fr @Quentame @starkillerOG
|
|
|
|
/tests/components/netgear/ @hacf-fr @Quentame @starkillerOG
|
2023-05-11 00:32:14 +00:00
|
|
|
/homeassistant/components/netgear_lte/ @tkdrob
|
2023-12-26 04:19:28 +00:00
|
|
|
/tests/components/netgear_lte/ @tkdrob
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/network/ @home-assistant/core
|
|
|
|
/tests/components/network/ @home-assistant/core
|
|
|
|
/homeassistant/components/nexia/ @bdraco
|
|
|
|
/tests/components/nexia/ @bdraco
|
|
|
|
/homeassistant/components/nextbus/ @vividboarder
|
|
|
|
/tests/components/nextbus/ @vividboarder
|
2023-03-26 19:14:17 +00:00
|
|
|
/homeassistant/components/nextcloud/ @mib1185
|
|
|
|
/tests/components/nextcloud/ @mib1185
|
2022-07-03 16:51:50 +00:00
|
|
|
/homeassistant/components/nextdns/ @bieniu
|
|
|
|
/tests/components/nextdns/ @bieniu
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/nfandroidtv/ @tkdrob
|
|
|
|
/tests/components/nfandroidtv/ @tkdrob
|
2022-09-22 06:43:30 +00:00
|
|
|
/homeassistant/components/nibe_heatpump/ @elupus
|
|
|
|
/tests/components/nibe_heatpump/ @elupus
|
2024-08-15 16:46:06 +00:00
|
|
|
/homeassistant/components/nice_go/ @IceBotYT
|
|
|
|
/tests/components/nice_go/ @IceBotYT
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/nightscout/ @marciogranzotto
|
|
|
|
/tests/components/nightscout/ @marciogranzotto
|
|
|
|
/homeassistant/components/nilu/ @hfurubotten
|
|
|
|
/homeassistant/components/nina/ @DeerMaximum
|
|
|
|
/tests/components/nina/ @DeerMaximum
|
|
|
|
/homeassistant/components/nissan_leaf/ @filcole
|
|
|
|
/homeassistant/components/nmbs/ @thibmaek
|
|
|
|
/homeassistant/components/noaa_tides/ @jdelaney72
|
2022-09-03 08:11:40 +00:00
|
|
|
/homeassistant/components/nobo_hub/ @echoromeo @oyvindwe
|
|
|
|
/tests/components/nobo_hub/ @echoromeo @oyvindwe
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/notify/ @home-assistant/core
|
|
|
|
/tests/components/notify/ @home-assistant/core
|
|
|
|
/homeassistant/components/notify_events/ @matrozov @papajojo
|
|
|
|
/tests/components/notify_events/ @matrozov @papajojo
|
|
|
|
/homeassistant/components/notion/ @bachya
|
|
|
|
/tests/components/notion/ @bachya
|
|
|
|
/homeassistant/components/nsw_fuel_station/ @nickw444
|
|
|
|
/tests/components/nsw_fuel_station/ @nickw444
|
|
|
|
/homeassistant/components/nsw_rural_fire_service_feed/ @exxamalte
|
|
|
|
/tests/components/nsw_rural_fire_service_feed/ @exxamalte
|
2022-11-07 01:16:22 +00:00
|
|
|
/homeassistant/components/nuheat/ @tstabrawa
|
|
|
|
/tests/components/nuheat/ @tstabrawa
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/nuki/ @pschmitt @pvizeli @pree
|
|
|
|
/tests/components/nuki/ @pschmitt @pvizeli @pree
|
|
|
|
/homeassistant/components/numato/ @clssn
|
|
|
|
/tests/components/numato/ @clssn
|
|
|
|
/homeassistant/components/number/ @home-assistant/core @Shulyaka
|
|
|
|
/tests/components/number/ @home-assistant/core @Shulyaka
|
2023-04-23 19:09:36 +00:00
|
|
|
/homeassistant/components/nut/ @bdraco @ollo69 @pestevez
|
|
|
|
/tests/components/nut/ @bdraco @ollo69 @pestevez
|
2022-12-05 09:59:25 +00:00
|
|
|
/homeassistant/components/nws/ @MatthewFlamm @kamiyo
|
|
|
|
/tests/components/nws/ @MatthewFlamm @kamiyo
|
2024-09-23 15:40:19 +00:00
|
|
|
/homeassistant/components/nyt_games/ @joostlek
|
|
|
|
/tests/components/nyt_games/ @joostlek
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/nzbget/ @chriscla
|
|
|
|
/tests/components/nzbget/ @chriscla
|
2023-02-27 21:29:51 +00:00
|
|
|
/homeassistant/components/obihai/ @dshokouhi @ejpenney
|
|
|
|
/tests/components/obihai/ @dshokouhi @ejpenney
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/octoprint/ @rfleming71
|
|
|
|
/tests/components/octoprint/ @rfleming71
|
|
|
|
/homeassistant/components/ohmconnect/ @robbiet480
|
2024-03-26 21:15:20 +00:00
|
|
|
/homeassistant/components/ollama/ @synesthesiam
|
|
|
|
/tests/components/ollama/ @synesthesiam
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/ombi/ @larssont
|
|
|
|
/homeassistant/components/onboarding/ @home-assistant/core
|
|
|
|
/tests/components/onboarding/ @home-assistant/core
|
2022-10-23 23:01:43 +00:00
|
|
|
/homeassistant/components/oncue/ @bdraco @peterager
|
|
|
|
/tests/components/oncue/ @bdraco @peterager
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/ondilo_ico/ @JeromeHXP
|
|
|
|
/tests/components/ondilo_ico/ @JeromeHXP
|
|
|
|
/homeassistant/components/onewire/ @garbled1 @epenet
|
|
|
|
/tests/components/onewire/ @garbled1 @epenet
|
2024-06-26 08:28:06 +00:00
|
|
|
/homeassistant/components/onkyo/ @arturpragacz
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/onvif/ @hunterjm
|
|
|
|
/tests/components/onvif/ @hunterjm
|
|
|
|
/homeassistant/components/open_meteo/ @frenck
|
|
|
|
/tests/components/open_meteo/ @frenck
|
2023-01-25 16:30:13 +00:00
|
|
|
/homeassistant/components/openai_conversation/ @balloob
|
|
|
|
/tests/components/openai_conversation/ @balloob
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/openerz/ @misialq
|
|
|
|
/tests/components/openerz/ @misialq
|
2022-08-02 12:49:46 +00:00
|
|
|
/homeassistant/components/openexchangerates/ @MartinHjelmare
|
2022-08-07 21:45:32 +00:00
|
|
|
/tests/components/openexchangerates/ @MartinHjelmare
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/opengarage/ @danielhiversen
|
|
|
|
/tests/components/opengarage/ @danielhiversen
|
|
|
|
/homeassistant/components/openhome/ @bazwilliams
|
2023-06-21 16:46:17 +00:00
|
|
|
/tests/components/openhome/ @bazwilliams
|
2023-05-24 10:48:55 +00:00
|
|
|
/homeassistant/components/opensky/ @joostlek
|
2023-07-25 18:46:04 +00:00
|
|
|
/tests/components/opensky/ @joostlek
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/opentherm_gw/ @mvn23
|
|
|
|
/tests/components/opentherm_gw/ @mvn23
|
|
|
|
/homeassistant/components/openuv/ @bachya
|
|
|
|
/tests/components/openuv/ @bachya
|
|
|
|
/homeassistant/components/openweathermap/ @fabaff @freekode @nzapponi
|
|
|
|
/tests/components/openweathermap/ @fabaff @freekode @nzapponi
|
|
|
|
/homeassistant/components/opnsense/ @mtreinish
|
|
|
|
/tests/components/opnsense/ @mtreinish
|
2023-07-03 01:26:31 +00:00
|
|
|
/homeassistant/components/opower/ @tronikos
|
|
|
|
/tests/components/opower/ @tronikos
|
2023-01-23 02:04:52 +00:00
|
|
|
/homeassistant/components/oralb/ @bdraco @Lash-L
|
|
|
|
/tests/components/oralb/ @bdraco @Lash-L
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/oru/ @bvlaicu
|
2023-12-08 07:51:59 +00:00
|
|
|
/homeassistant/components/osoenergy/ @osohotwateriot
|
|
|
|
/tests/components/osoenergy/ @osohotwateriot
|
2023-01-17 13:01:36 +00:00
|
|
|
/homeassistant/components/otbr/ @home-assistant/core
|
|
|
|
/tests/components/otbr/ @home-assistant/core
|
2023-11-26 16:38:47 +00:00
|
|
|
/homeassistant/components/ourgroceries/ @OnFreund
|
|
|
|
/tests/components/ourgroceries/ @OnFreund
|
2024-07-31 18:52:32 +00:00
|
|
|
/homeassistant/components/overkiz/ @imicknl @vlebourl @tetienne @nyroDev @tronix117 @alexfp14
|
|
|
|
/tests/components/overkiz/ @imicknl @vlebourl @tetienne @nyroDev @tronix117 @alexfp14
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/ovo_energy/ @timmo001
|
|
|
|
/tests/components/ovo_energy/ @timmo001
|
|
|
|
/homeassistant/components/p1_monitor/ @klaasnicolaas
|
|
|
|
/tests/components/p1_monitor/ @klaasnicolaas
|
|
|
|
/homeassistant/components/panel_custom/ @home-assistant/frontend
|
|
|
|
/tests/components/panel_custom/ @home-assistant/frontend
|
|
|
|
/homeassistant/components/panel_iframe/ @home-assistant/frontend
|
|
|
|
/tests/components/panel_iframe/ @home-assistant/frontend
|
|
|
|
/homeassistant/components/peco/ @IceBotYT
|
|
|
|
/tests/components/peco/ @IceBotYT
|
2023-07-26 07:12:39 +00:00
|
|
|
/homeassistant/components/pegel_online/ @mib1185
|
|
|
|
/tests/components/pegel_online/ @mib1185
|
2023-11-24 09:40:59 +00:00
|
|
|
/homeassistant/components/permobil/ @IsakNyberg
|
|
|
|
/tests/components/permobil/ @IsakNyberg
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/persistent_notification/ @home-assistant/core
|
|
|
|
/tests/components/persistent_notification/ @home-assistant/core
|
|
|
|
/homeassistant/components/philips_js/ @elupus
|
|
|
|
/tests/components/philips_js/ @elupus
|
2024-04-15 20:32:14 +00:00
|
|
|
/homeassistant/components/pi_hole/ @shenxn
|
|
|
|
/tests/components/pi_hole/ @shenxn
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/picnic/ @corneyl
|
|
|
|
/tests/components/picnic/ @corneyl
|
2023-10-20 21:46:33 +00:00
|
|
|
/homeassistant/components/ping/ @jpbede
|
|
|
|
/tests/components/ping/ @jpbede
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/plaato/ @JohNan
|
|
|
|
/tests/components/plaato/ @JohNan
|
|
|
|
/homeassistant/components/plex/ @jjlawren
|
|
|
|
/tests/components/plex/ @jjlawren
|
2023-04-22 10:59:47 +00:00
|
|
|
/homeassistant/components/plugwise/ @CoMPaTech @bouwew @frenck
|
|
|
|
/tests/components/plugwise/ @CoMPaTech @bouwew @frenck
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/plum_lightpad/ @ColinHarrington @prystupa
|
|
|
|
/tests/components/plum_lightpad/ @ColinHarrington @prystupa
|
|
|
|
/homeassistant/components/point/ @fredrike
|
|
|
|
/tests/components/point/ @fredrike
|
|
|
|
/homeassistant/components/poolsense/ @haemishkyd
|
|
|
|
/tests/components/poolsense/ @haemishkyd
|
2023-01-24 01:03:15 +00:00
|
|
|
/homeassistant/components/powerwall/ @bdraco @jrester @daniel-simpson
|
|
|
|
/tests/components/powerwall/ @bdraco @jrester @daniel-simpson
|
2023-09-02 14:21:05 +00:00
|
|
|
/homeassistant/components/private_ble_device/ @Jc2k
|
|
|
|
/tests/components/private_ble_device/ @Jc2k
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/profiler/ @bdraco
|
|
|
|
/tests/components/profiler/ @bdraco
|
|
|
|
/homeassistant/components/progettihwsw/ @ardaseremet
|
|
|
|
/tests/components/progettihwsw/ @ardaseremet
|
|
|
|
/homeassistant/components/prometheus/ @knyar
|
|
|
|
/tests/components/prometheus/ @knyar
|
|
|
|
/homeassistant/components/prosegur/ @dgomes
|
|
|
|
/tests/components/prosegur/ @dgomes
|
2023-11-16 22:12:10 +00:00
|
|
|
/homeassistant/components/proximity/ @mib1185
|
|
|
|
/tests/components/proximity/ @mib1185
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/proxmoxve/ @jhollowe @Corbeno
|
2024-09-20 23:00:23 +00:00
|
|
|
/homeassistant/components/prusalink/ @balloob
|
|
|
|
/tests/components/prusalink/ @balloob
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/ps4/ @ktnrg45
|
|
|
|
/tests/components/ps4/ @ktnrg45
|
|
|
|
/homeassistant/components/pure_energie/ @klaasnicolaas
|
|
|
|
/tests/components/pure_energie/ @klaasnicolaas
|
2022-12-13 03:32:11 +00:00
|
|
|
/homeassistant/components/purpleair/ @bachya
|
|
|
|
/tests/components/purpleair/ @bachya
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/push/ @dgomes
|
|
|
|
/tests/components/push/ @dgomes
|
2022-11-02 15:11:44 +00:00
|
|
|
/homeassistant/components/pushbullet/ @engrbm87
|
|
|
|
/tests/components/pushbullet/ @engrbm87
|
2022-08-19 06:07:32 +00:00
|
|
|
/homeassistant/components/pushover/ @engrbm87
|
|
|
|
/tests/components/pushover/ @engrbm87
|
2022-04-13 14:04:09 +00:00
|
|
|
/homeassistant/components/pvoutput/ @frenck
|
|
|
|
/tests/components/pvoutput/ @frenck
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/pvpc_hourly_pricing/ @azogue
|
|
|
|
/tests/components/pvpc_hourly_pricing/ @azogue
|
2024-06-13 20:52:19 +00:00
|
|
|
/homeassistant/components/pyload/ @tr4nt0r
|
|
|
|
/tests/components/pyload/ @tr4nt0r
|
2023-12-27 08:48:52 +00:00
|
|
|
/homeassistant/components/qbittorrent/ @geoffreylagaisse @finder39
|
|
|
|
/tests/components/qbittorrent/ @geoffreylagaisse @finder39
|
2024-04-08 18:46:22 +00:00
|
|
|
/homeassistant/components/qingping/ @bdraco
|
|
|
|
/tests/components/qingping/ @bdraco
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/qld_bushfire/ @exxamalte
|
|
|
|
/tests/components/qld_bushfire/ @exxamalte
|
2023-06-01 12:53:28 +00:00
|
|
|
/homeassistant/components/qnap/ @disforw
|
2023-06-27 15:42:27 +00:00
|
|
|
/tests/components/qnap/ @disforw
|
2022-04-26 23:10:23 +00:00
|
|
|
/homeassistant/components/qnap_qsw/ @Noltari
|
|
|
|
/tests/components/qnap_qsw/ @Noltari
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/quantum_gateway/ @cisasteelersfan
|
|
|
|
/homeassistant/components/qvr_pro/ @oblogic7
|
|
|
|
/homeassistant/components/qwikswitch/ @kellerza
|
|
|
|
/tests/components/qwikswitch/ @kellerza
|
2024-01-05 15:34:28 +00:00
|
|
|
/homeassistant/components/rabbitair/ @rabbit-air
|
|
|
|
/tests/components/rabbitair/ @rabbit-air
|
2024-01-03 21:56:50 +00:00
|
|
|
/homeassistant/components/rachio/ @bdraco @rfverbruggen
|
|
|
|
/tests/components/rachio/ @bdraco @rfverbruggen
|
2022-09-23 02:16:24 +00:00
|
|
|
/homeassistant/components/radarr/ @tkdrob
|
|
|
|
/tests/components/radarr/ @tkdrob
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/radio_browser/ @frenck
|
|
|
|
/tests/components/radio_browser/ @frenck
|
2023-05-29 16:03:36 +00:00
|
|
|
/homeassistant/components/radiotherm/ @vinnyfuria
|
|
|
|
/tests/components/radiotherm/ @vinnyfuria
|
2022-12-22 05:45:47 +00:00
|
|
|
/homeassistant/components/rainbird/ @konikvranik @allenporter
|
2022-12-22 21:00:17 +00:00
|
|
|
/tests/components/rainbird/ @konikvranik @allenporter
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/raincloud/ @vanstinator
|
2022-05-24 22:48:54 +00:00
|
|
|
/homeassistant/components/rainforest_eagle/ @gtdiehl @jcalbert @hastarin
|
|
|
|
/tests/components/rainforest_eagle/ @gtdiehl @jcalbert @hastarin
|
2024-01-05 13:00:54 +00:00
|
|
|
/homeassistant/components/rainforest_raven/ @cottsay
|
|
|
|
/tests/components/rainforest_raven/ @cottsay
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/rainmachine/ @bachya
|
|
|
|
/tests/components/rainmachine/ @bachya
|
|
|
|
/homeassistant/components/random/ @fabaff
|
|
|
|
/tests/components/random/ @fabaff
|
2023-04-17 03:19:03 +00:00
|
|
|
/homeassistant/components/rapt_ble/ @sairon
|
|
|
|
/tests/components/rapt_ble/ @sairon
|
2022-05-25 18:39:15 +00:00
|
|
|
/homeassistant/components/raspberry_pi/ @home-assistant/core
|
|
|
|
/tests/components/raspberry_pi/ @home-assistant/core
|
2023-07-07 12:13:01 +00:00
|
|
|
/homeassistant/components/rdw/ @frenck @joostlek
|
|
|
|
/tests/components/rdw/ @frenck @joostlek
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/recollect_waste/ @bachya
|
|
|
|
/tests/components/recollect_waste/ @bachya
|
|
|
|
/homeassistant/components/recorder/ @home-assistant/core
|
|
|
|
/tests/components/recorder/ @home-assistant/core
|
2023-10-24 07:11:14 +00:00
|
|
|
/homeassistant/components/recovery_mode/ @home-assistant/core
|
|
|
|
/tests/components/recovery_mode/ @home-assistant/core
|
2023-12-22 12:18:32 +00:00
|
|
|
/homeassistant/components/refoss/ @ashionky
|
|
|
|
/tests/components/refoss/ @ashionky
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/remote/ @home-assistant/core
|
|
|
|
/tests/components/remote/ @home-assistant/core
|
|
|
|
/homeassistant/components/renault/ @epenet
|
|
|
|
/tests/components/renault/ @epenet
|
2023-06-10 07:21:33 +00:00
|
|
|
/homeassistant/components/renson/ @jimmyd-be
|
|
|
|
/tests/components/renson/ @jimmyd-be
|
2023-01-03 01:49:55 +00:00
|
|
|
/homeassistant/components/reolink/ @starkillerOG
|
|
|
|
/tests/components/reolink/ @starkillerOG
|
2022-07-20 10:06:52 +00:00
|
|
|
/homeassistant/components/repairs/ @home-assistant/core
|
|
|
|
/tests/components/repairs/ @home-assistant/core
|
2023-11-22 12:32:36 +00:00
|
|
|
/homeassistant/components/repetier/ @ShadowBr0ther
|
2023-12-19 11:07:13 +00:00
|
|
|
/homeassistant/components/rest_command/ @jpbede
|
|
|
|
/tests/components/rest_command/ @jpbede
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/rflink/ @javicalle
|
|
|
|
/tests/components/rflink/ @javicalle
|
|
|
|
/homeassistant/components/rfxtrx/ @danielhiversen @elupus @RobBie1221
|
|
|
|
/tests/components/rfxtrx/ @danielhiversen @elupus @RobBie1221
|
2022-07-11 15:40:52 +00:00
|
|
|
/homeassistant/components/rhasspy/ @balloob @synesthesiam
|
|
|
|
/tests/components/rhasspy/ @balloob @synesthesiam
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/ridwell/ @bachya
|
|
|
|
/tests/components/ridwell/ @bachya
|
2023-11-10 19:11:18 +00:00
|
|
|
/homeassistant/components/ring/ @sdb9696
|
|
|
|
/tests/components/ring/ @sdb9696
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/risco/ @OnFreund
|
|
|
|
/tests/components/risco/ @OnFreund
|
2023-04-29 23:49:52 +00:00
|
|
|
/homeassistant/components/rituals_perfume_genie/ @milanmeu @frenck
|
|
|
|
/tests/components/rituals_perfume_genie/ @milanmeu @frenck
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/rmvtransport/ @cgtobi
|
|
|
|
/tests/components/rmvtransport/ @cgtobi
|
2024-06-25 06:03:20 +00:00
|
|
|
/homeassistant/components/roborock/ @Lash-L
|
|
|
|
/tests/components/roborock/ @Lash-L
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/roku/ @ctalkington
|
|
|
|
/tests/components/roku/ @ctalkington
|
2024-01-31 09:48:44 +00:00
|
|
|
/homeassistant/components/romy/ @xeniter
|
|
|
|
/tests/components/romy/ @xeniter
|
2024-02-21 12:44:03 +00:00
|
|
|
/homeassistant/components/roomba/ @pschmitt @cyr-ius @shenxn @Xitee1 @Orhideous
|
|
|
|
/tests/components/roomba/ @pschmitt @cyr-ius @shenxn @Xitee1 @Orhideous
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/roon/ @pavoni
|
|
|
|
/tests/components/roon/ @pavoni
|
|
|
|
/homeassistant/components/rpi_power/ @shenxn @swetoast
|
|
|
|
/tests/components/rpi_power/ @shenxn @swetoast
|
|
|
|
/homeassistant/components/rss_feed_template/ @home-assistant/core
|
|
|
|
/tests/components/rss_feed_template/ @home-assistant/core
|
|
|
|
/homeassistant/components/rtsp_to_webrtc/ @allenporter
|
|
|
|
/tests/components/rtsp_to_webrtc/ @allenporter
|
2023-09-10 16:49:17 +00:00
|
|
|
/homeassistant/components/ruckus_unleashed/ @lanrat @ms264556 @gabe565
|
|
|
|
/tests/components/ruckus_unleashed/ @lanrat @ms264556 @gabe565
|
2024-07-10 21:02:33 +00:00
|
|
|
/homeassistant/components/russound_rio/ @noahhusby
|
|
|
|
/tests/components/russound_rio/ @noahhusby
|
2023-01-03 20:19:43 +00:00
|
|
|
/homeassistant/components/ruuvi_gateway/ @akx
|
|
|
|
/tests/components/ruuvi_gateway/ @akx
|
2022-11-09 14:35:30 +00:00
|
|
|
/homeassistant/components/ruuvitag_ble/ @akx
|
|
|
|
/tests/components/ruuvitag_ble/ @akx
|
2023-01-31 09:40:43 +00:00
|
|
|
/homeassistant/components/rympro/ @OnFreund @elad-bar @maorcc
|
|
|
|
/tests/components/rympro/ @OnFreund @elad-bar @maorcc
|
2024-04-03 13:15:23 +00:00
|
|
|
/homeassistant/components/sabnzbd/ @shaiu @jpbede
|
|
|
|
/tests/components/sabnzbd/ @shaiu @jpbede
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/saj/ @fredericvl
|
|
|
|
/homeassistant/components/samsungtv/ @chemelli74 @epenet
|
|
|
|
/tests/components/samsungtv/ @chemelli74 @epenet
|
2024-04-17 12:24:34 +00:00
|
|
|
/homeassistant/components/sanix/ @tomaszsluszniak
|
|
|
|
/tests/components/sanix/ @tomaszsluszniak
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/scene/ @home-assistant/core
|
|
|
|
/tests/components/scene/ @home-assistant/core
|
2022-08-11 14:14:01 +00:00
|
|
|
/homeassistant/components/schedule/ @home-assistant/core
|
|
|
|
/tests/components/schedule/ @home-assistant/core
|
2023-07-27 04:15:01 +00:00
|
|
|
/homeassistant/components/schlage/ @dknowles2
|
|
|
|
/tests/components/schlage/ @dknowles2
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/schluter/ @prairieapps
|
2023-07-31 09:15:59 +00:00
|
|
|
/homeassistant/components/scrape/ @fabaff @gjohansson-ST
|
|
|
|
/tests/components/scrape/ @fabaff @gjohansson-ST
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/screenlogic/ @dieselrabbit @bdraco
|
|
|
|
/tests/components/screenlogic/ @dieselrabbit @bdraco
|
|
|
|
/homeassistant/components/script/ @home-assistant/core
|
|
|
|
/tests/components/script/ @home-assistant/core
|
|
|
|
/homeassistant/components/search/ @home-assistant/core
|
|
|
|
/tests/components/search/ @home-assistant/core
|
|
|
|
/homeassistant/components/season/ @frenck
|
|
|
|
/tests/components/season/ @frenck
|
|
|
|
/homeassistant/components/select/ @home-assistant/core
|
|
|
|
/tests/components/select/ @home-assistant/core
|
|
|
|
/homeassistant/components/sense/ @kbickar
|
|
|
|
/tests/components/sense/ @kbickar
|
|
|
|
/homeassistant/components/sensibo/ @andrey-git @gjohansson-ST
|
|
|
|
/tests/components/sensibo/ @andrey-git @gjohansson-ST
|
2022-11-19 20:26:54 +00:00
|
|
|
/homeassistant/components/sensirion_ble/ @akx
|
|
|
|
/tests/components/sensirion_ble/ @akx
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/sensor/ @home-assistant/core
|
|
|
|
/tests/components/sensor/ @home-assistant/core
|
2022-08-31 01:49:31 +00:00
|
|
|
/homeassistant/components/sensorpro/ @bdraco
|
|
|
|
/tests/components/sensorpro/ @bdraco
|
2022-07-22 01:31:23 +00:00
|
|
|
/homeassistant/components/sensorpush/ @bdraco
|
|
|
|
/tests/components/sensorpush/ @bdraco
|
2024-09-05 19:37:44 +00:00
|
|
|
/homeassistant/components/sensoterra/ @markruys
|
|
|
|
/tests/components/sensoterra/ @markruys
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/sentry/ @dcramer @frenck
|
|
|
|
/tests/components/sentry/ @dcramer @frenck
|
2022-04-14 22:29:31 +00:00
|
|
|
/homeassistant/components/senz/ @milanmeu
|
|
|
|
/tests/components/senz/ @milanmeu
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/serial/ @fabaff
|
|
|
|
/homeassistant/components/seven_segments/ @fabaff
|
2024-03-11 11:47:39 +00:00
|
|
|
/homeassistant/components/seventeentrack/ @shaiu
|
|
|
|
/tests/components/seventeentrack/ @shaiu
|
2022-12-31 09:14:13 +00:00
|
|
|
/homeassistant/components/sfr_box/ @epenet
|
|
|
|
/tests/components/sfr_box/ @epenet
|
2023-03-08 21:05:23 +00:00
|
|
|
/homeassistant/components/sharkiq/ @JeffResc @funkybunch
|
|
|
|
/tests/components/sharkiq/ @JeffResc @funkybunch
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/shell_command/ @home-assistant/core
|
|
|
|
/tests/components/shell_command/ @home-assistant/core
|
2022-11-15 18:34:45 +00:00
|
|
|
/homeassistant/components/shelly/ @balloob @bieniu @thecode @chemelli74 @bdraco
|
|
|
|
/tests/components/shelly/ @balloob @bieniu @thecode @chemelli74 @bdraco
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/shodan/ @fabaff
|
|
|
|
/homeassistant/components/sia/ @eavanvalkenburg
|
|
|
|
/tests/components/sia/ @eavanvalkenburg
|
|
|
|
/homeassistant/components/sighthound/ @robmarkcole
|
|
|
|
/tests/components/sighthound/ @robmarkcole
|
|
|
|
/homeassistant/components/signal_messenger/ @bbernhard
|
|
|
|
/tests/components/signal_messenger/ @bbernhard
|
2024-07-10 10:44:04 +00:00
|
|
|
/homeassistant/components/simplefin/ @scottg489 @jeeftor
|
|
|
|
/tests/components/simplefin/ @scottg489 @jeeftor
|
2022-06-24 06:39:48 +00:00
|
|
|
/homeassistant/components/simplepush/ @engrbm87
|
|
|
|
/tests/components/simplepush/ @engrbm87
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/simplisafe/ @bachya
|
|
|
|
/tests/components/simplisafe/ @bachya
|
|
|
|
/homeassistant/components/sinch/ @bendikrb
|
|
|
|
/homeassistant/components/siren/ @home-assistant/core @raman325
|
|
|
|
/tests/components/siren/ @home-assistant/core @raman325
|
|
|
|
/homeassistant/components/sisyphus/ @jkeljo
|
|
|
|
/homeassistant/components/sky_hub/ @rogerselwyn
|
2022-06-05 02:37:08 +00:00
|
|
|
/homeassistant/components/skybell/ @tkdrob
|
|
|
|
/tests/components/skybell/ @tkdrob
|
2023-09-21 09:06:55 +00:00
|
|
|
/homeassistant/components/slack/ @tkdrob @fletcherau
|
|
|
|
/tests/components/slack/ @tkdrob @fletcherau
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/sleepiq/ @mfugate1 @kbickar
|
|
|
|
/tests/components/sleepiq/ @mfugate1 @kbickar
|
|
|
|
/homeassistant/components/slide/ @ualex73
|
2022-04-27 06:24:17 +00:00
|
|
|
/homeassistant/components/slimproto/ @marcelveldt
|
|
|
|
/tests/components/slimproto/ @marcelveldt
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/sma/ @kellerza @rklomp
|
|
|
|
/tests/components/sma/ @kellerza @rklomp
|
|
|
|
/homeassistant/components/smappee/ @bsmappee
|
|
|
|
/tests/components/smappee/ @bsmappee
|
|
|
|
/homeassistant/components/smart_meter_texas/ @grahamwetzler
|
|
|
|
/tests/components/smart_meter_texas/ @grahamwetzler
|
|
|
|
/homeassistant/components/smarttub/ @mdz
|
|
|
|
/tests/components/smarttub/ @mdz
|
|
|
|
/homeassistant/components/smarty/ @z0mbieprocess
|
|
|
|
/homeassistant/components/smhi/ @gjohansson-ST
|
|
|
|
/tests/components/smhi/ @gjohansson-ST
|
2024-08-20 08:44:06 +00:00
|
|
|
/homeassistant/components/smlight/ @tl-sl
|
|
|
|
/tests/components/smlight/ @tl-sl
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/sms/ @ocalvo
|
2024-04-16 19:34:09 +00:00
|
|
|
/tests/components/sms/ @ocalvo
|
2023-03-06 21:48:40 +00:00
|
|
|
/homeassistant/components/snapcast/ @luar123
|
2023-03-30 05:42:09 +00:00
|
|
|
/tests/components/snapcast/ @luar123
|
2024-04-08 08:04:59 +00:00
|
|
|
/homeassistant/components/snmp/ @nmaggioni
|
|
|
|
/tests/components/snmp/ @nmaggioni
|
2022-10-10 23:14:27 +00:00
|
|
|
/homeassistant/components/snooz/ @AustinBrunkhorst
|
|
|
|
/tests/components/snooz/ @AustinBrunkhorst
|
2024-04-23 20:07:16 +00:00
|
|
|
/homeassistant/components/solaredge/ @frenck @bdraco
|
|
|
|
/tests/components/solaredge/ @frenck @bdraco
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/solaredge_local/ @drobtravels @scheric
|
2024-06-18 07:06:22 +00:00
|
|
|
/homeassistant/components/solarlog/ @Ernst79 @dontinelli
|
|
|
|
/tests/components/solarlog/ @Ernst79 @dontinelli
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/solax/ @squishykid
|
|
|
|
/tests/components/solax/ @squishykid
|
|
|
|
/homeassistant/components/soma/ @ratsept @sebfortier2288
|
|
|
|
/tests/components/soma/ @ratsept @sebfortier2288
|
|
|
|
/homeassistant/components/sonarr/ @ctalkington
|
|
|
|
/tests/components/sonarr/ @ctalkington
|
|
|
|
/homeassistant/components/songpal/ @rytilahti @shenxn
|
|
|
|
/tests/components/songpal/ @rytilahti @shenxn
|
2024-04-07 22:51:44 +00:00
|
|
|
/homeassistant/components/sonos/ @jjlawren @peterager
|
|
|
|
/tests/components/sonos/ @jjlawren @peterager
|
2022-07-01 05:20:00 +00:00
|
|
|
/homeassistant/components/soundtouch/ @kroimon
|
|
|
|
/tests/components/soundtouch/ @kroimon
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/spaceapi/ @fabaff
|
|
|
|
/tests/components/spaceapi/ @fabaff
|
|
|
|
/homeassistant/components/speedtestdotnet/ @rohankapoorcom @engrbm87
|
|
|
|
/tests/components/speedtestdotnet/ @rohankapoorcom @engrbm87
|
|
|
|
/homeassistant/components/spider/ @peternijssen
|
|
|
|
/tests/components/spider/ @peternijssen
|
|
|
|
/homeassistant/components/splunk/ @Bre77
|
2023-09-19 14:43:00 +00:00
|
|
|
/homeassistant/components/spotify/ @frenck @joostlek
|
|
|
|
/tests/components/spotify/ @frenck @joostlek
|
2023-04-29 16:27:39 +00:00
|
|
|
/homeassistant/components/sql/ @gjohansson-ST @dougiteixeira
|
|
|
|
/tests/components/sql/ @gjohansson-ST @dougiteixeira
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/squeezebox/ @rajlaud
|
|
|
|
/tests/components/squeezebox/ @rajlaud
|
|
|
|
/homeassistant/components/srp_energy/ @briglx
|
|
|
|
/tests/components/srp_energy/ @briglx
|
|
|
|
/homeassistant/components/starline/ @anonym-tsk
|
|
|
|
/tests/components/starline/ @anonym-tsk
|
2023-01-07 20:13:37 +00:00
|
|
|
/homeassistant/components/starlink/ @boswelja
|
|
|
|
/tests/components/starlink/ @boswelja
|
2023-02-24 13:11:40 +00:00
|
|
|
/homeassistant/components/statistics/ @ThomDietrich
|
|
|
|
/tests/components/statistics/ @ThomDietrich
|
2022-04-27 06:07:21 +00:00
|
|
|
/homeassistant/components/steam_online/ @tkdrob
|
|
|
|
/tests/components/steam_online/ @tkdrob
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/steamist/ @bdraco
|
|
|
|
/tests/components/steamist/ @bdraco
|
|
|
|
/homeassistant/components/stiebel_eltron/ @fucm
|
|
|
|
/homeassistant/components/stookalert/ @fwestenberg @frenck
|
|
|
|
/tests/components/stookalert/ @fwestenberg @frenck
|
2023-01-20 12:42:47 +00:00
|
|
|
/homeassistant/components/stookwijzer/ @fwestenberg
|
|
|
|
/tests/components/stookwijzer/ @fwestenberg
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/stream/ @hunterjm @uvjustin @allenporter
|
|
|
|
/tests/components/stream/ @hunterjm @uvjustin @allenporter
|
2023-11-21 11:21:27 +00:00
|
|
|
/homeassistant/components/stt/ @home-assistant/core
|
|
|
|
/tests/components/stt/ @home-assistant/core
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/subaru/ @G-Two
|
|
|
|
/tests/components/subaru/ @G-Two
|
|
|
|
/homeassistant/components/suez_water/ @ooii
|
2023-12-11 21:06:16 +00:00
|
|
|
/tests/components/suez_water/ @ooii
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/sun/ @Swamp-Ig
|
|
|
|
/tests/components/sun/ @Swamp-Ig
|
2023-12-09 08:45:40 +00:00
|
|
|
/homeassistant/components/sunweg/ @rokam
|
|
|
|
/tests/components/sunweg/ @rokam
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/supla/ @mwegrzynek
|
|
|
|
/homeassistant/components/surepetcare/ @benleb @danielhiversen
|
|
|
|
/tests/components/surepetcare/ @benleb @danielhiversen
|
|
|
|
/homeassistant/components/swiss_hydrological_data/ @fabaff
|
2023-12-21 19:38:00 +00:00
|
|
|
/homeassistant/components/swiss_public_transport/ @fabaff @miaucl
|
|
|
|
/tests/components/swiss_public_transport/ @fabaff @miaucl
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/switch/ @home-assistant/core
|
|
|
|
/tests/components/switch/ @home-assistant/core
|
|
|
|
/homeassistant/components/switch_as_x/ @home-assistant/core
|
|
|
|
/tests/components/switch_as_x/ @home-assistant/core
|
2022-09-13 07:01:29 +00:00
|
|
|
/homeassistant/components/switchbee/ @jafar-atili
|
|
|
|
/tests/components/switchbee/ @jafar-atili
|
2023-08-27 07:37:27 +00:00
|
|
|
/homeassistant/components/switchbot/ @danielhiversen @RenierM26 @murtas @Eloston @dsypniewski
|
|
|
|
/tests/components/switchbot/ @danielhiversen @RenierM26 @murtas @Eloston @dsypniewski
|
2024-09-14 15:01:41 +00:00
|
|
|
/homeassistant/components/switchbot_cloud/ @SeraphicRav @laurence-presland @Gigatrappeur
|
|
|
|
/tests/components/switchbot_cloud/ @SeraphicRav @laurence-presland @Gigatrappeur
|
2024-09-20 20:19:27 +00:00
|
|
|
/homeassistant/components/switcher_kis/ @thecode @YogevBokobza
|
|
|
|
/tests/components/switcher_kis/ @thecode @YogevBokobza
|
2022-07-26 02:50:04 +00:00
|
|
|
/homeassistant/components/switchmate/ @danielhiversen @qiz-li
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/syncthing/ @zhulik
|
|
|
|
/tests/components/syncthing/ @zhulik
|
|
|
|
/homeassistant/components/syncthru/ @nielstron
|
|
|
|
/tests/components/syncthru/ @nielstron
|
|
|
|
/homeassistant/components/synology_dsm/ @hacf-fr @Quentame @mib1185
|
|
|
|
/tests/components/synology_dsm/ @hacf-fr @Quentame @mib1185
|
|
|
|
/homeassistant/components/synology_srm/ @aerialls
|
|
|
|
/homeassistant/components/system_bridge/ @timmo001
|
|
|
|
/tests/components/system_bridge/ @timmo001
|
2023-12-26 17:29:32 +00:00
|
|
|
/homeassistant/components/systemmonitor/ @gjohansson-ST
|
|
|
|
/tests/components/systemmonitor/ @gjohansson-ST
|
2024-01-10 08:54:43 +00:00
|
|
|
/homeassistant/components/tado/ @chiefdragon @erwindouna
|
|
|
|
/tests/components/tado/ @chiefdragon @erwindouna
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/tag/ @balloob @dmulcahey
|
|
|
|
/tests/components/tag/ @balloob @dmulcahey
|
|
|
|
/homeassistant/components/tailscale/ @frenck
|
|
|
|
/tests/components/tailscale/ @frenck
|
2023-12-18 07:42:53 +00:00
|
|
|
/homeassistant/components/tailwind/ @frenck
|
|
|
|
/tests/components/tailwind/ @frenck
|
2023-10-12 11:15:25 +00:00
|
|
|
/homeassistant/components/tami4/ @Guy293
|
|
|
|
/tests/components/tami4/ @Guy293
|
2024-01-31 13:57:08 +00:00
|
|
|
/homeassistant/components/tankerkoenig/ @guillempages @mib1185 @jpbede
|
|
|
|
/tests/components/tankerkoenig/ @guillempages @mib1185 @jpbede
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/tapsaff/ @bazwilliams
|
|
|
|
/homeassistant/components/tasmota/ @emontnemery
|
|
|
|
/tests/components/tasmota/ @emontnemery
|
2022-04-26 23:37:13 +00:00
|
|
|
/homeassistant/components/tautulli/ @ludeeus @tkdrob
|
|
|
|
/tests/components/tautulli/ @ludeeus @tkdrob
|
2024-01-17 10:04:35 +00:00
|
|
|
/homeassistant/components/technove/ @Moustachauve
|
|
|
|
/tests/components/technove/ @Moustachauve
|
2023-12-29 13:55:41 +00:00
|
|
|
/homeassistant/components/tedee/ @patrickhilker @zweckj
|
|
|
|
/tests/components/tedee/ @patrickhilker @zweckj
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/tellduslive/ @fredrike
|
|
|
|
/tests/components/tellduslive/ @fredrike
|
|
|
|
/homeassistant/components/template/ @PhracturedBlue @tetienne @home-assistant/core
|
|
|
|
/tests/components/template/ @PhracturedBlue @tetienne @home-assistant/core
|
2024-07-19 07:05:27 +00:00
|
|
|
/homeassistant/components/tesla_fleet/ @Bre77
|
|
|
|
/tests/components/tesla_fleet/ @Bre77
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/tesla_wall_connector/ @einarhauks
|
|
|
|
/tests/components/tesla_wall_connector/ @einarhauks
|
2024-01-25 11:54:47 +00:00
|
|
|
/homeassistant/components/teslemetry/ @Bre77
|
|
|
|
/tests/components/teslemetry/ @Bre77
|
2023-12-09 22:46:32 +00:00
|
|
|
/homeassistant/components/tessie/ @Bre77
|
|
|
|
/tests/components/tessie/ @Bre77
|
2022-11-24 19:01:01 +00:00
|
|
|
/homeassistant/components/text/ @home-assistant/core
|
|
|
|
/tests/components/text/ @home-assistant/core
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/tfiac/ @fredrike @mellado
|
2022-08-27 02:44:10 +00:00
|
|
|
/homeassistant/components/thermobeacon/ @bdraco
|
|
|
|
/tests/components/thermobeacon/ @bdraco
|
2024-01-25 03:26:58 +00:00
|
|
|
/homeassistant/components/thermopro/ @bdraco @h3ss
|
|
|
|
/tests/components/thermopro/ @bdraco @h3ss
|
2024-05-26 14:30:33 +00:00
|
|
|
/homeassistant/components/thethingsnetwork/ @angelnu
|
|
|
|
/tests/components/thethingsnetwork/ @angelnu
|
2023-01-23 15:27:24 +00:00
|
|
|
/homeassistant/components/thread/ @home-assistant/core
|
|
|
|
/tests/components/thread/ @home-assistant/core
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/tibber/ @danielhiversen
|
|
|
|
/tests/components/tibber/ @danielhiversen
|
|
|
|
/homeassistant/components/tile/ @bachya
|
|
|
|
/tests/components/tile/ @bachya
|
2022-09-07 14:24:21 +00:00
|
|
|
/homeassistant/components/tilt_ble/ @apt-itude
|
|
|
|
/tests/components/tilt_ble/ @apt-itude
|
2023-04-30 20:33:51 +00:00
|
|
|
/homeassistant/components/time/ @home-assistant/core
|
|
|
|
/tests/components/time/ @home-assistant/core
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/time_date/ @fabaff
|
|
|
|
/tests/components/time_date/ @fabaff
|
|
|
|
/homeassistant/components/tmb/ @alemuro
|
2023-10-23 20:53:00 +00:00
|
|
|
/homeassistant/components/todo/ @home-assistant/core
|
|
|
|
/tests/components/todo/ @home-assistant/core
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/todoist/ @boralyl
|
|
|
|
/tests/components/todoist/ @boralyl
|
|
|
|
/homeassistant/components/tolo/ @MatthiasLohr
|
|
|
|
/tests/components/tolo/ @MatthiasLohr
|
2022-05-30 22:41:30 +00:00
|
|
|
/homeassistant/components/tomorrowio/ @raman325 @lymanepp
|
|
|
|
/tests/components/tomorrowio/ @raman325 @lymanepp
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/totalconnect/ @austinmroczek
|
|
|
|
/tests/components/totalconnect/ @austinmroczek
|
2024-08-27 11:15:31 +00:00
|
|
|
/homeassistant/components/touchline_sl/ @jnsgruk
|
|
|
|
/tests/components/touchline_sl/ @jnsgruk
|
2024-06-26 12:35:22 +00:00
|
|
|
/homeassistant/components/tplink/ @rytilahti @bdraco @sdb9696
|
|
|
|
/tests/components/tplink/ @rytilahti @bdraco @sdb9696
|
2023-02-06 15:57:18 +00:00
|
|
|
/homeassistant/components/tplink_omada/ @MarkGodwin
|
|
|
|
/tests/components/tplink_omada/ @MarkGodwin
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/traccar/ @ludeeus
|
|
|
|
/tests/components/traccar/ @ludeeus
|
2024-01-31 13:50:18 +00:00
|
|
|
/homeassistant/components/traccar_server/ @ludeeus
|
|
|
|
/tests/components/traccar_server/ @ludeeus
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/trace/ @home-assistant/core
|
|
|
|
/tests/components/trace/ @home-assistant/core
|
|
|
|
/homeassistant/components/tractive/ @Danielhiversen @zhulik @bieniu
|
|
|
|
/tests/components/tractive/ @Danielhiversen @zhulik @bieniu
|
2023-08-24 08:39:22 +00:00
|
|
|
/homeassistant/components/trafikverket_camera/ @gjohansson-ST
|
|
|
|
/tests/components/trafikverket_camera/ @gjohansson-ST
|
2022-04-27 05:40:53 +00:00
|
|
|
/homeassistant/components/trafikverket_ferry/ @gjohansson-ST
|
|
|
|
/tests/components/trafikverket_ferry/ @gjohansson-ST
|
2023-10-12 15:07:11 +00:00
|
|
|
/homeassistant/components/trafikverket_train/ @gjohansson-ST
|
|
|
|
/tests/components/trafikverket_train/ @gjohansson-ST
|
|
|
|
/homeassistant/components/trafikverket_weatherstation/ @gjohansson-ST
|
|
|
|
/tests/components/trafikverket_weatherstation/ @gjohansson-ST
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/transmission/ @engrbm87 @JPHutchins
|
|
|
|
/tests/components/transmission/ @engrbm87 @JPHutchins
|
2023-09-06 07:55:25 +00:00
|
|
|
/homeassistant/components/trend/ @jpbede
|
|
|
|
/tests/components/trend/ @jpbede
|
2024-09-11 13:49:37 +00:00
|
|
|
/homeassistant/components/triggercmd/ @rvmey
|
|
|
|
/tests/components/triggercmd/ @rvmey
|
2023-11-21 11:21:27 +00:00
|
|
|
/homeassistant/components/tts/ @home-assistant/core
|
|
|
|
/tests/components/tts/ @home-assistant/core
|
2022-04-26 12:29:30 +00:00
|
|
|
/homeassistant/components/tuya/ @Tuya @zlinoliver @frenck
|
|
|
|
/tests/components/tuya/ @Tuya @zlinoliver @frenck
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/twentemilieu/ @frenck
|
|
|
|
/tests/components/twentemilieu/ @frenck
|
2023-09-13 11:09:57 +00:00
|
|
|
/homeassistant/components/twinkly/ @dr1rrb @Robbie1221 @Olen
|
|
|
|
/tests/components/twinkly/ @dr1rrb @Robbie1221 @Olen
|
2023-06-19 09:51:04 +00:00
|
|
|
/homeassistant/components/twitch/ @joostlek
|
|
|
|
/tests/components/twitch/ @joostlek
|
2022-05-08 15:22:20 +00:00
|
|
|
/homeassistant/components/ukraine_alarm/ @PaulAnnekov
|
|
|
|
/tests/components/ukraine_alarm/ @PaulAnnekov
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/unifi/ @Kane610
|
|
|
|
/tests/components/unifi/ @Kane610
|
2023-12-26 12:22:53 +00:00
|
|
|
/homeassistant/components/unifi_direct/ @tofuSCHNITZEL
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/unifiled/ @florisvdk
|
|
|
|
/homeassistant/components/upb/ @gwww
|
|
|
|
/tests/components/upb/ @gwww
|
|
|
|
/homeassistant/components/upc_connect/ @pvizeli @fabaff
|
|
|
|
/homeassistant/components/upcloud/ @scop
|
|
|
|
/tests/components/upcloud/ @scop
|
|
|
|
/homeassistant/components/update/ @home-assistant/core
|
|
|
|
/tests/components/update/ @home-assistant/core
|
2022-10-10 20:15:58 +00:00
|
|
|
/homeassistant/components/upnp/ @StevenLooman
|
|
|
|
/tests/components/upnp/ @StevenLooman
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/uptime/ @frenck
|
|
|
|
/tests/components/uptime/ @frenck
|
|
|
|
/homeassistant/components/uptimerobot/ @ludeeus @chemelli74
|
|
|
|
/tests/components/uptimerobot/ @ludeeus @chemelli74
|
|
|
|
/homeassistant/components/usb/ @bdraco
|
|
|
|
/tests/components/usb/ @bdraco
|
|
|
|
/homeassistant/components/usgs_earthquakes_feed/ @exxamalte
|
|
|
|
/tests/components/usgs_earthquakes_feed/ @exxamalte
|
|
|
|
/homeassistant/components/utility_meter/ @dgomes
|
|
|
|
/tests/components/utility_meter/ @dgomes
|
2023-11-07 20:53:22 +00:00
|
|
|
/homeassistant/components/v2c/ @dgomes
|
|
|
|
/tests/components/v2c/ @dgomes
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/vacuum/ @home-assistant/core
|
|
|
|
/tests/components/vacuum/ @home-assistant/core
|
2024-02-19 13:36:51 +00:00
|
|
|
/homeassistant/components/vallox/ @andre-richter @slovdahl @viiru- @yozik04
|
|
|
|
/tests/components/vallox/ @andre-richter @slovdahl @viiru- @yozik04
|
2023-12-18 18:48:00 +00:00
|
|
|
/homeassistant/components/valve/ @home-assistant/core
|
|
|
|
/tests/components/valve/ @home-assistant/core
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/velbus/ @Cereal2nd @brefra
|
|
|
|
/tests/components/velbus/ @Cereal2nd @brefra
|
2024-02-13 22:46:51 +00:00
|
|
|
/homeassistant/components/velux/ @Julius2342 @DeerMaximum
|
|
|
|
/tests/components/velux/ @Julius2342 @DeerMaximum
|
2023-09-13 06:35:59 +00:00
|
|
|
/homeassistant/components/venstar/ @garbled1 @jhollowe
|
|
|
|
/tests/components/venstar/ @garbled1 @jhollowe
|
2023-09-09 22:38:57 +00:00
|
|
|
/homeassistant/components/versasense/ @imstevenxyz
|
2022-04-15 23:27:09 +00:00
|
|
|
/homeassistant/components/version/ @ludeeus
|
|
|
|
/tests/components/version/ @ludeeus
|
2023-11-30 17:14:22 +00:00
|
|
|
/homeassistant/components/vesync/ @markperdue @webdjoe @thegardenmonkey @cdnninja
|
|
|
|
/tests/components/vesync/ @markperdue @webdjoe @thegardenmonkey @cdnninja
|
2023-11-10 10:31:14 +00:00
|
|
|
/homeassistant/components/vicare/ @CFenner
|
|
|
|
/tests/components/vicare/ @CFenner
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/vilfo/ @ManneW
|
|
|
|
/tests/components/vilfo/ @ManneW
|
|
|
|
/homeassistant/components/vivotek/ @HarlemSquirrel
|
|
|
|
/homeassistant/components/vizio/ @raman325
|
|
|
|
/tests/components/vizio/ @raman325
|
|
|
|
/homeassistant/components/vlc_telnet/ @rodripf @MartinHjelmare
|
|
|
|
/tests/components/vlc_telnet/ @rodripf @MartinHjelmare
|
2023-08-28 13:10:23 +00:00
|
|
|
/homeassistant/components/vodafone_station/ @paoloantinori @chemelli74
|
|
|
|
/tests/components/vodafone_station/ @paoloantinori @chemelli74
|
2023-04-12 00:25:05 +00:00
|
|
|
/homeassistant/components/voip/ @balloob @synesthesiam
|
|
|
|
/tests/components/voip/ @balloob @synesthesiam
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/volumio/ @OnFreund
|
|
|
|
/tests/components/volumio/ @OnFreund
|
2022-08-04 19:37:20 +00:00
|
|
|
/homeassistant/components/volvooncall/ @molobrakos
|
2022-08-23 18:58:17 +00:00
|
|
|
/tests/components/volvooncall/ @molobrakos
|
2022-03-30 15:55:24 +00:00
|
|
|
/homeassistant/components/vulcan/ @Antoni-Czaplicki
|
|
|
|
/tests/components/vulcan/ @Antoni-Czaplicki
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/wake_on_lan/ @ntilley905
|
|
|
|
/tests/components/wake_on_lan/ @ntilley905
|
2023-08-08 02:22:16 +00:00
|
|
|
/homeassistant/components/wake_word/ @home-assistant/core @synesthesiam
|
|
|
|
/tests/components/wake_word/ @home-assistant/core @synesthesiam
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/wallbox/ @hesselonline
|
|
|
|
/tests/components/wallbox/ @hesselonline
|
2023-09-09 15:49:54 +00:00
|
|
|
/homeassistant/components/waqi/ @joostlek
|
|
|
|
/tests/components/waqi/ @joostlek
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/water_heater/ @home-assistant/core
|
|
|
|
/tests/components/water_heater/ @home-assistant/core
|
|
|
|
/homeassistant/components/watson_tts/ @rutkai
|
|
|
|
/homeassistant/components/watttime/ @bachya
|
|
|
|
/tests/components/watttime/ @bachya
|
|
|
|
/homeassistant/components/waze_travel_time/ @eifinger
|
|
|
|
/tests/components/waze_travel_time/ @eifinger
|
2022-06-23 17:50:46 +00:00
|
|
|
/homeassistant/components/weather/ @home-assistant/core
|
|
|
|
/tests/components/weather/ @home-assistant/core
|
2023-09-27 15:28:05 +00:00
|
|
|
/homeassistant/components/weatherflow/ @natekspencer @jeeftor
|
|
|
|
/tests/components/weatherflow/ @natekspencer @jeeftor
|
2024-02-26 21:40:21 +00:00
|
|
|
/homeassistant/components/weatherflow_cloud/ @jeeftor
|
|
|
|
/tests/components/weatherflow_cloud/ @jeeftor
|
2023-09-11 17:06:55 +00:00
|
|
|
/homeassistant/components/weatherkit/ @tjhorner
|
|
|
|
/tests/components/weatherkit/ @tjhorner
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/webhook/ @home-assistant/core
|
|
|
|
/tests/components/webhook/ @home-assistant/core
|
2024-02-26 16:10:11 +00:00
|
|
|
/homeassistant/components/webmin/ @autinerd
|
|
|
|
/tests/components/webmin/ @autinerd
|
2023-01-15 18:14:36 +00:00
|
|
|
/homeassistant/components/webostv/ @thecode
|
|
|
|
/tests/components/webostv/ @thecode
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/websocket_api/ @home-assistant/core
|
|
|
|
/tests/components/websocket_api/ @home-assistant/core
|
2024-09-06 09:58:01 +00:00
|
|
|
/homeassistant/components/weheat/ @jesperraemaekers
|
|
|
|
/tests/components/weheat/ @jesperraemaekers
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/wemo/ @esev
|
|
|
|
/tests/components/wemo/ @esev
|
2023-01-06 20:41:46 +00:00
|
|
|
/homeassistant/components/whirlpool/ @abmantis @mkmer
|
|
|
|
/tests/components/whirlpool/ @abmantis @mkmer
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/whois/ @frenck
|
|
|
|
/tests/components/whois/ @frenck
|
|
|
|
/homeassistant/components/wiffi/ @mampfes
|
|
|
|
/tests/components/wiffi/ @mampfes
|
|
|
|
/homeassistant/components/wilight/ @leofig-rj
|
|
|
|
/tests/components/wilight/ @leofig-rj
|
|
|
|
/homeassistant/components/wirelesstag/ @sergeymaysak
|
2023-10-15 22:44:52 +00:00
|
|
|
/homeassistant/components/withings/ @joostlek
|
|
|
|
/tests/components/withings/ @joostlek
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/wiz/ @sbidy
|
|
|
|
/tests/components/wiz/ @sbidy
|
|
|
|
/homeassistant/components/wled/ @frenck
|
|
|
|
/tests/components/wled/ @frenck
|
2024-09-16 14:07:43 +00:00
|
|
|
/homeassistant/components/wmspro/ @mback2k
|
|
|
|
/tests/components/wmspro/ @mback2k
|
2024-04-20 17:09:32 +00:00
|
|
|
/homeassistant/components/wolflink/ @adamkrol93 @mtielen
|
|
|
|
/tests/components/wolflink/ @adamkrol93 @mtielen
|
2023-03-23 10:53:22 +00:00
|
|
|
/homeassistant/components/workday/ @fabaff @gjohansson-ST
|
|
|
|
/tests/components/workday/ @fabaff @gjohansson-ST
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/worldclock/ @fabaff
|
|
|
|
/tests/components/worldclock/ @fabaff
|
2022-05-08 21:52:39 +00:00
|
|
|
/homeassistant/components/ws66i/ @ssaenger
|
|
|
|
/tests/components/ws66i/ @ssaenger
|
2023-04-19 10:10:59 +00:00
|
|
|
/homeassistant/components/wyoming/ @balloob @synesthesiam
|
|
|
|
/tests/components/wyoming/ @balloob @synesthesiam
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/xbox/ @hunterjm
|
|
|
|
/tests/components/xbox/ @hunterjm
|
|
|
|
/homeassistant/components/xiaomi_aqara/ @danielhiversen @syssi
|
|
|
|
/tests/components/xiaomi_aqara/ @danielhiversen @syssi
|
2022-07-22 22:55:06 +00:00
|
|
|
/homeassistant/components/xiaomi_ble/ @Jc2k @Ernst79
|
|
|
|
/tests/components/xiaomi_ble/ @Jc2k @Ernst79
|
2022-10-22 10:36:52 +00:00
|
|
|
/homeassistant/components/xiaomi_miio/ @rytilahti @syssi @starkillerOG
|
|
|
|
/tests/components/xiaomi_miio/ @rytilahti @syssi @starkillerOG
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/xiaomi_tv/ @simse
|
|
|
|
/homeassistant/components/xmpp/ @fabaff @flowolf
|
2024-08-28 15:46:03 +00:00
|
|
|
/homeassistant/components/yale/ @bdraco
|
|
|
|
/tests/components/yale/ @bdraco
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/yale_smart_alarm/ @gjohansson-ST
|
|
|
|
/tests/components/yale_smart_alarm/ @gjohansson-ST
|
2022-08-10 20:08:02 +00:00
|
|
|
/homeassistant/components/yalexs_ble/ @bdraco
|
|
|
|
/tests/components/yalexs_ble/ @bdraco
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/yamaha_musiccast/ @vigonotion @micha91
|
|
|
|
/tests/components/yamaha_musiccast/ @vigonotion @micha91
|
|
|
|
/homeassistant/components/yandex_transport/ @rishatik92 @devbis
|
|
|
|
/tests/components/yandex_transport/ @rishatik92 @devbis
|
2023-08-24 22:48:49 +00:00
|
|
|
/homeassistant/components/yardian/ @h3l1o5
|
2023-09-14 07:04:12 +00:00
|
|
|
/tests/components/yardian/ @h3l1o5
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/yeelight/ @zewelor @shenxn @starkillerOG @alexyao2015
|
|
|
|
/tests/components/yeelight/ @zewelor @shenxn @starkillerOG @alexyao2015
|
|
|
|
/homeassistant/components/yeelightsunflower/ @lindsaymarkward
|
|
|
|
/homeassistant/components/yi/ @bachya
|
2022-05-20 17:06:47 +00:00
|
|
|
/homeassistant/components/yolink/ @matrixd2
|
|
|
|
/tests/components/yolink/ @matrixd2
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/youless/ @gjong
|
|
|
|
/tests/components/youless/ @gjong
|
2023-05-27 18:21:12 +00:00
|
|
|
/homeassistant/components/youtube/ @joostlek
|
|
|
|
/tests/components/youtube/ @joostlek
|
2022-10-26 16:35:12 +00:00
|
|
|
/homeassistant/components/zamg/ @killer0071234
|
|
|
|
/tests/components/zamg/ @killer0071234
|
2022-04-01 12:38:34 +00:00
|
|
|
/homeassistant/components/zengge/ @emontnemery
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/zeroconf/ @bdraco
|
|
|
|
/tests/components/zeroconf/ @bdraco
|
|
|
|
/homeassistant/components/zerproc/ @emlove
|
|
|
|
/tests/components/zerproc/ @emlove
|
2023-01-03 19:14:08 +00:00
|
|
|
/homeassistant/components/zeversolar/ @kvanzuijlen
|
|
|
|
/tests/components/zeversolar/ @kvanzuijlen
|
2023-10-25 21:53:14 +00:00
|
|
|
/homeassistant/components/zha/ @dmulcahey @adminiuga @puddly @TheJulianJES
|
|
|
|
/tests/components/zha/ @dmulcahey @adminiuga @puddly @TheJulianJES
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/zodiac/ @JulienTant
|
|
|
|
/tests/components/zodiac/ @JulienTant
|
|
|
|
/homeassistant/components/zone/ @home-assistant/core
|
|
|
|
/tests/components/zone/ @home-assistant/core
|
2024-01-06 03:19:35 +00:00
|
|
|
/homeassistant/components/zoneminder/ @rohankapoorcom @nabbi
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/zwave_js/ @home-assistant/z-wave
|
|
|
|
/tests/components/zwave_js/ @home-assistant/z-wave
|
2023-01-09 01:19:04 +00:00
|
|
|
/homeassistant/components/zwave_me/ @lawfulchaos @Z-Wave-Me @PoltoS
|
|
|
|
/tests/components/zwave_me/ @lawfulchaos @Z-Wave-Me @PoltoS
|
2019-04-08 04:01:05 +00:00
|
|
|
|
|
|
|
# Individual files
|
2022-03-29 11:17:49 +00:00
|
|
|
/homeassistant/components/demo/weather.py @fabaff
|
|
|
|
|
|
|
|
# Remove codeowners from files
|
2022-04-24 22:59:52 +00:00
|
|
|
/homeassistant/components/*/translations/
|