+
+You cannot trust a network that you are using in any [trusted_proxies](/integrations/http/#reverse-proxies). The `trusted_networks` authentication will fail with the message: Your computer is not allowed
+
+
+
Here is an example in `configuration.yaml` to set up Trusted Networks:
```yaml
diff --git a/source/_docs/automation/basics.markdown b/source/_docs/automation/basics.markdown
index 4ae74ca7de0..e49a1655874 100644
--- a/source/_docs/automation/basics.markdown
+++ b/source/_docs/automation/basics.markdown
@@ -37,7 +37,7 @@ Automation rules interact directly with the internal state of Home Assistant, so
State changes can be used as the source of triggers and the current state can be used in conditions.
-Actions are all about calling *services*. To explore the available *services* open the **{% my developer_states title="Developer Tools -> Services" %}**. *Services* allow changing anything. For example turn on a light, run a script or enable a scene. Each *service* has a domain and a name. For example the *service* {% my developer_call_service service="light.turn_on" %} is capable of turning on any light in your system. Parameters can be passed to a *service* to indicate, for example, which device to activate or which color to use.
+Actions are all about calling *services*. To explore the available *services* open the **{% my developer_services title="Developer Tools -> Services" %}**. *Services* allow changing anything. For example turn on a light, run a script or enable a scene. Each *service* has a domain and a name. For example the *service* {% my developer_call_service service="light.turn_on" %} is capable of turning on any light in your system. Parameters can be passed to a *service* to indicate, for example, which device to activate or which color to use.
## Creating automations
diff --git a/source/_docs/configuration/basic.markdown b/source/_docs/configuration/basic.markdown
index 0b2fef45192..1a35494be84 100644
--- a/source/_docs/configuration/basic.markdown
+++ b/source/_docs/configuration/basic.markdown
@@ -3,7 +3,7 @@ title: "Setup basic information"
description: "Setting up the basic info of Home Assistant."
---
-As part of the default onboarding process, Home Assistant can detect your location from IP address geolocation. Home Assistant will automatically select a unit system and time zone based on this location. You may adjust this during onboarding, or afterwards at {% my general title="Settings > System > General" %}.
+As part of the default onboarding process, Home Assistant can detect your location from IP address geolocation. Home Assistant will automatically select a unit system and time zone based on this location. You may adjust this during onboarding, or afterwards at {% my general title="Settings > System > General" %}, network related configuration is found under {% my network title="Settings > System > Network" %}.
If you prefer YAML, you can add the following information to your `configuration.yaml`:
diff --git a/source/_docs/configuration/templating.markdown b/source/_docs/configuration/templating.markdown
index 662a24e3112..42c67a81e19 100644
--- a/source/_docs/configuration/templating.markdown
+++ b/source/_docs/configuration/templating.markdown
@@ -118,7 +118,7 @@ Entities that are on:
{{ ['light.kitchen', 'light.dinig_room'] | select('is_state', 'on') | list }}
```
-{% endraw% }
+{% endraw %}
Other state examples:
{% raw %}
@@ -203,7 +203,7 @@ List of friendly names:
{{ ['binary_sensor.garage_door', 'binary_sensor.front_door'] | map('state_attr', 'friendly_name') | list }}
```
-{% endraw% }
+{% endraw %}
List of lights that are on with a brightness of 255:
@@ -213,7 +213,7 @@ List of lights that are on with a brightness of 255:
{{ ['light.kitchen', 'light.dinig_room'] | select('is_state', 'on') | select('is_state_attr', 'brightness', 255) | list }}
```
-{% endraw% }
+{% endraw %}
### Working with Groups
diff --git a/source/_includes/common-tasks/backups.md b/source/_includes/common-tasks/backups.md
index 77eae32ab0b..30a00904d66 100644
--- a/source/_includes/common-tasks/backups.md
+++ b/source/_includes/common-tasks/backups.md
@@ -55,7 +55,8 @@ You often need a backup in case your system has crashed. If you only store them
- [Google Drive Backup](https://github.com/sabeechen/hassio-google-drive-backup)
- [Dropbox Sync](https://github.com/danielwelch/hassio-dropbox-sync)
+- [OneDrive Backup](https://github.com/lavinir/hassio-onedrive-backup)
- [Nextcloud Backup](https://github.com/Sebclem/hassio-nextcloud-backup)
-- [Samba backup](https://github.com/thomasmauerer/hassio-addons/tree/master/samba-backup)
- [Remote Backup (scp/rsync/rclone)](https://github.com/ikifar2012/remote-backup-addon)
+- [Samba backup](https://github.com/thomasmauerer/hassio-addons/tree/master/samba-backup)
- [Syncthing](https://github.com/Poeschl/Hassio-Addons/tree/main/syncthing)
diff --git a/source/_includes/installation/operating_system.md b/source/_includes/installation/operating_system.md
index 74f6b737d3f..ebcac23b614 100644
--- a/source/_includes/installation/operating_system.md
+++ b/source/_includes/installation/operating_system.md
@@ -239,15 +239,15 @@ _All these can be extended if your usage calls for more resources._
- title: VirtualBox
content: |
1. Create a new virtual machine
- 2. Select Type “Linux” and Version “Linux 2.6 / 3.x / 4.x (64-bit)”
- 3. Select “Use an existing virtual hard disk file”, select the unzipped VDI file from above
- 4. Edit the “Settings” of the VM and go “System” then “Motherboard” and select “Enable EFI”
- 5. Then go to “Network” “Adapter 1” choose “Bridged Adapter” and choose your Network adapter
+ 2. Select Type "Linux" and Version "Linux 2.6 / 3.x / 4.x (64-bit)"
+ 3. Select "Use an existing virtual hard disk file", select the unzipped VDI file from above
+ 4. Edit the "Settings" of the VM and go "System" then "Motherboard" and select "Enable EFI"
+ 5. Then go to "Network" "Adapter 1" choose "Bridged Adapter" and choose your Network adapter
Please keep in mind that the bridged adapter only functions over a hardwired ethernet connection.
Using Wi-Fi on your VirtualBox host is unsupported.
- 6. Then go to “Audio” and choose “Intel HD Audio” as Audio Controller.
+ 6. Then go to "Audio" and choose "Intel HD Audio" as Audio Controller.
By default VirtualBox does not free up unused disk space. To automatically shrink the vdi disk image
@@ -261,11 +261,11 @@ _All these can be extended if your usage calls for more resources._
- title: KVM (virt-manager)
content: |
1. Create a new virtual machine in `virt-manager`
- 2. Select “Import existing disk image”, provide the path to the QCOW2 image above
- 3. Choose “Generic Default” for the operating system
- 4. Check the box for “Customize configuration before install”
- 5. Select your bridge under “Network Selection”
- 6. Under customization select “Overview” -> “Firmware” -> “UEFI x86_64: ...”
+ 2. Select "Import existing disk image", provide the path to the QCOW2 image above
+ 3. Choose "Generic Default" for the operating system
+ 4. Check the box for "Customize configuration before install"
+ 5. Select your bridge under "Network Selection"
+ 6. Under customization select "Overview" -> "Firmware" -> "UEFI x86_64: ...". Make sure to select a non-secureboot version of OVMF (does not contain the word `secure`, `secboot`, etc.), e.g., `/usr/share/edk2/ovmf/OVMF_CODE.fd`.
7. Click "Add Hardware" (bottom left), and select "Channel"
8. Select device type: "unix"
9. Select name: "org.qemu.guest_agent.0"
diff --git a/source/_includes/site/head.html b/source/_includes/site/head.html
index b965a92e387..586e850d16e 100644
--- a/source/_includes/site/head.html
+++ b/source/_includes/site/head.html
@@ -27,6 +27,7 @@
+ {% if site.social.mastodon.account %}{% endif %}
diff --git a/source/_integrations/acmeda.markdown b/source/_integrations/acmeda.markdown
index 131f7fef7f9..1224f4059d2 100644
--- a/source/_integrations/acmeda.markdown
+++ b/source/_integrations/acmeda.markdown
@@ -16,7 +16,7 @@ ha_platforms:
ha_integration_type: integration
---
-The Rollease Acmeda Automate integration allows you to control and monitor covers via your Rolelase Acmeda Automate hub. The integrations communicates directly with hubs on the local network, rather than connecting via the cloud or via RS-485. Devices are represented as a cover for monitoring and control as well as a sensor for monitoring battery condition.
+The Rollease Acmeda Automate integration allows you to control and monitor covers via your Rollease Acmeda Automate hub. The integrations communicates directly with hubs on the local network, rather than connecting via the cloud or via RS-485. Devices are represented as a cover for monitoring and control as well as a sensor for monitoring battery condition.
## Supported devices
diff --git a/source/_integrations/bluetooth.markdown b/source/_integrations/bluetooth.markdown
index 3c40752794d..37cbe112b23 100644
--- a/source/_integrations/bluetooth.markdown
+++ b/source/_integrations/bluetooth.markdown
@@ -77,25 +77,53 @@ Some systems may not come with Bluetooth and require a USB adapter. Installing a
If you experience an unreliable Bluetooth connection, installing a short USB extension cable between your Bluetooth adapter and your Home Assistant server may improve reliability.
+### Known working high performance adapters
+
+- ASUS USB-BT400 (BCM20702A1)
+- Feasycom FSC-BP119 (CSR8510A10) 📶
+- Kinivo BTD-400 (BCM20702A1)
+- Raspberry Pi 3B+ (CYW43455)
+- Raspberry Pi 4B (CYW43455)
+
+📶 Denotes external antenna
+
+Performance is primarily determined by a combination of the chip and the Linux drivers for the adapter. Some vendors using the same chip had an unacceptable performance and are listed as unsupported.
+
+The following requirements must be met for an adapter to be labeled as High Performance:
+
+- Establish a connection in about 1s or less
+- Process at least one advertisement per second from a device without dropping data
+- 95% of connection attempts are successful within two tries
+- Meets the above requirements with Home Assistant Core 2022.11.1 or later and Home Assistant Operating System 9.3 or later
+
+Performance testing used the following hardware:
+
+- Active connection to Nanoleaf A19 Bulb NL45-0800 after GATT services were cached by BlueZ
+- Advertisements from an Oral-B iO Series 8
+- External Adapters only: Home Assistant Blue running Home Assistant Operating System 9.3 with a USB extension cable.
+
### Known working adapters
-- ASUS USB-BT400 [BCM20702A1]
-- ASUS USB-BT500 [RTL8761BU]
-- Avantree DG45 [RTL8761BU]
-- EDUP LOVE EP-B3536 [RTL8761BU] (Long Range)
-- Feasycom FSC-BP119 [CSR8510A10] (Long Range)
-- Kinivo BTD-400 [BCM20702A1]
-- Maxuni BT-501 [RTL8761B]
-- SUMEE BT501 [RTL8761B]
-- UGREEN CM390 [RTL8761BU]
-- XDO BT802 [RTL8761BU] (Long Range)
-- ZEXMTE BT-505 [RTL8761BU] (Long Range)
-- ZEXMTE BT-DG54 [RTL8761BU]
+- ASUS USB-BT500 (RTL8761BU)
+- Avantree DG45 (RTL8761BU)
+- EDUP LOVE EP-B3536 (RTL8761BU) 📶
+- Maxuni BT-501 (RTL8761BU)
+- MPOW BH45A (RTL8761BU)
+- StarTech USBA-BLUETOOTH-V5-C2 (RTL8761BU)
+- SUMEE BT501 (RTL8761BU)
+- UGREEN CM390 (RTL8761BU)
+- XDO BT802 (RTL8761BU) 📶
+- ZEXMTE BT-505 (RTL8761BU) 📶
+- ZEXMTE BT-DG54 (RTL8761BU) 📶
+- ZETSAGE BH451A (RTL8761BU) 📶
+
+📶 Denotes external antenna
### Unsupported adapters
-- tp-link UB400 [BCM20702A1] - Frequent connection failures with active connections
-- tp-link UB500 [RTL8761BU] - Frequent connection failures with active connections
+- Belkin F8T003 ver 2. - Fails to setup and add successfully
+- tp-link UB400 (BCM20702A1) - Frequent connection failures with active connections
+- tp-link UB500 (RTL8761BU) - Frequent connection failures with active connections
## Multiple adapters
diff --git a/source/_integrations/bthome.markdown b/source/_integrations/bthome.markdown
index 987ecbeca4c..f93d10b4f00 100644
--- a/source/_integrations/bthome.markdown
+++ b/source/_integrations/bthome.markdown
@@ -26,4 +26,4 @@ BTHome is an energy effective but flexible BLE format to broadcast data with Blu
## Bindkey
-When using encryption for your BTHome sensor, you will promted to enter your 32 character hexadecimal (16 bytes) encryption key. This key is called the bindkey. More information about the bindkey can be found in the [specifications](https://bthome.io/#encryption).
+When using encryption for your BTHome sensor, you will prompted to enter your 32 character hexadecimal (16 bytes) encryption key. This key is called the bindkey. More information about the bindkey can be found in the [specifications](https://bthome.io/#encryption).
diff --git a/source/_integrations/comfoconnect.markdown b/source/_integrations/comfoconnect.markdown
index 73cd54b4caa..aaec51cd3f6 100644
--- a/source/_integrations/comfoconnect.markdown
+++ b/source/_integrations/comfoconnect.markdown
@@ -15,7 +15,7 @@ ha_platforms:
ha_integration_type: integration
---
-The `comfoconnect` integration lets you control Zehnder ComfoAir [Q350](https://www.international.zehnder-systems.com/products-and-systems/comfosystems/zehnder-comfoair-q350-tr)/[Q450](https://www.international.zehnder-systems.com/products-and-systems/comfosystems/zehnder-comfoair-q450-tr)/[Q600](https://www.international.zehnder-systems.com/products-and-systems/comfosystems/zehnder-comfoair-q600-st)
+The `comfoconnect` integration lets you control Zehnder ComfoAir [Q350](https://products.zehnder-systems.com/en/product/zehnder-comfoair-q350-tr)/[Q450](https://products.zehnder-systems.com/en/product/zehnder-comfoair-q450-tr)/[Q600](https://products.zehnder-systems.com/en/product/zehnder-comfoair-q600-st)
ventilation units from Home Assistant. You need a [ComfoConnect LAN C](https://www.zehnder.co.uk/products-and-systems/comfortable-indoor-ventilation/ms-comfoair-q/ideal-control#node-21233)
bridge to connect the unit to your local network.
diff --git a/source/_integrations/derivative.markdown b/source/_integrations/derivative.markdown
index f428c7c2ebc..d4144a099b3 100644
--- a/source/_integrations/derivative.markdown
+++ b/source/_integrations/derivative.markdown
@@ -41,7 +41,7 @@ Time unit:
## YAML Configuration
-Alternatlively, this integration can be configured and set up manually via YAML
+Alternatively, this integration can be configured and set up manually via YAML
instead. To enable the Integration sensor in your installation, add the
following to your `configuration.yaml` file:
diff --git a/source/_integrations/flipr.markdown b/source/_integrations/flipr.markdown
index b49617fa2f1..b509644bf5a 100644
--- a/source/_integrations/flipr.markdown
+++ b/source/_integrations/flipr.markdown
@@ -16,7 +16,7 @@ ha_integration_type: integration
---
[Flipr](https://www.goflipr.com) is a smart pool monitor that publishes data to the cloud via SigFox.
-Flipr sends data like ph, chlorine or temperature to a cloud server on a regular basis in order to monitor your pool.
+Flipr sends data like pH, chlorine or temperature to a cloud server on a regular basis in order to monitor your pool.
This integration gives you access to this information on Home Assistant in addition to the vendor's smartphone application.
There is currently support for the following information within Home Assistant:
diff --git a/source/_integrations/frontend.markdown b/source/_integrations/frontend.markdown
index 4d8eb946efe..a43e19a11a8 100644
--- a/source/_integrations/frontend.markdown
+++ b/source/_integrations/frontend.markdown
@@ -34,11 +34,11 @@ frontend:
required: true
type: [list, string]
extra_module_url:
- description: "List of additional javascript modules to load in `latest` javascript mode."
+ description: "List of additional JavaScript modules to load in `latest` JavaScript mode."
required: false
type: list
extra_js_url_es5:
- description: "List of additional javascript code to load in `es5` javascript mode."
+ description: "List of additional JavaScript code to load in `es5` JavaScript mode."
required: false
type: list
development_repo:
diff --git a/source/_integrations/google_assistant.markdown b/source/_integrations/google_assistant.markdown
index f11d6fb73dc..449e53ef786 100644
--- a/source/_integrations/google_assistant.markdown
+++ b/source/_integrations/google_assistant.markdown
@@ -134,7 +134,7 @@ For secure remote access, use a reverse proxy such as the {% my supervisor_addon
1. Open the project you created in the [Actions on Google console](https://console.actions.google.com/).
2. Click `Develop` on the top of the page, then click `Actions` located in the hamburger menu on the top left.
-3. Upload `app.js` from [here](https://github.com/NabuCasa/home-assistant-google-assistant-local-sdk/releases/latest) for both Node and Chrome by clicking the `Upload Javascript files` button.
+3. Upload `app.js` from [here](https://github.com/NabuCasa/home-assistant-google-assistant-local-sdk/releases/latest) for both Node and Chrome by clicking the `Upload JavaScript files` button.
4. Add device scan configuration:
1. Click `+ New scan config` if no configuration exists
2. Select `MDNS`
diff --git a/source/_integrations/ibeacon.markdown b/source/_integrations/ibeacon.markdown
index b5c51841a15..2a6c0f0f196 100644
--- a/source/_integrations/ibeacon.markdown
+++ b/source/_integrations/ibeacon.markdown
@@ -70,6 +70,7 @@ To get the Estimated distance sensor to work, in most cases, it has to be calibr
- Blue Charm Beacons BC037G-GeoPattern-iBeacon (discontinued)
- Blue Charm Beacons BC037S-SmoothPattern-iBeacon (discontinued)
- [Chipolo ONE](https://chipolo.net/products/chipolo-one)
+- [Blue SLIM ID](https://elainnovation.com/en/product/blue-slim-id-en/)
- [Feasycom FSC-BP103B](https://www.feasycom.com/bluetooth-ibeacon-da14531)
- [Feasycom FSC-BP104D](https://www.feasycom.com/dialog-da14531-bluetooth-low-energy-beacon)
- [Feasycom FSC-BP108](https://www.feasycom.com/bluetooth-5-1-waterproof-bluetooth-beacon)
diff --git a/source/_integrations/izone.markdown b/source/_integrations/izone.markdown
index abb017dae97..40ee910e3d3 100644
--- a/source/_integrations/izone.markdown
+++ b/source/_integrations/izone.markdown
@@ -19,7 +19,7 @@ The `iZone` integration allows access of control of a local [iZone](https://izon
## Supported hardware
-Any current iZone unit with ducted reverse cycle airconditioning and the CB wired or wireless bridge device installed should currently work. There is currently no support for the iZone lights, reticulation, or other devices.
+Any current iZone unit with ducted reverse cycle air-conditioning, and the CB wired or wireless bridge device installed should currently work. There is currently no support for the iZone lights, reticulation, or other devices.
{% include integrations/config_flow.md %}
diff --git a/source/_integrations/kostal_plenticore.markdown b/source/_integrations/kostal_plenticore.markdown
index d1818d764bb..31c51eee54c 100644
--- a/source/_integrations/kostal_plenticore.markdown
+++ b/source/_integrations/kostal_plenticore.markdown
@@ -57,9 +57,9 @@ The following sensors are available in the library:
| DC3 Current | A | Current of string 3. |
| PV to Battery Power | W | Power used to charge the battery. |
| Energy Manager State | | State of the energy manager. |
-| Battery Cycles | | Number of full charge/discharge cylces. |
+| Battery Cycles | | Number of full charge/discharge cycles. |
| Battery Power | W | Power from (+)/to (-) the battery. |
-| Battery SoC | % | Soc of the Battery. |
+| Battery SoC | % | SoC of the Battery. |
| Autarky Day | % | Autarky of the current day. |
| Autarky Month | % | Autarky of the current month. |
| Autarky Year | % | Autarky of the current year. |
@@ -119,7 +119,7 @@ The following sensors are available in the library:
| Name | Unit | RW | Description |
|-------------------------|------|----|:--------------|
-| Battery Dynamic Soc | | RW | Dynamic SoC. |
+| Battery Dynamic SoC | | RW | Dynamic SoC. |
| Battery Smart Control | | RW | Enable smart battery control |
| Battery Strategy | | RW | Battery strategy. |
| Shadow Management | | RW | PV string shadow management. |
@@ -135,4 +135,4 @@ The following Number entities are available. The values could also be change fro
| Name | Unit | RW | Description |
|-------------------------|------|----|:--------------|
| Battery min Home Consumption | W | RW | Min. home consumption power for battery. |
-| Battery min Soc | % | RW | Min. SoC of battery. |
+| Battery min SoC | % | RW | Min. SoC of battery. |
diff --git a/source/_integrations/motioneye.markdown b/source/_integrations/motioneye.markdown
index c2fbeb14df4..fa6f25f865a 100644
--- a/source/_integrations/motioneye.markdown
+++ b/source/_integrations/motioneye.markdown
@@ -18,7 +18,7 @@ ha_integration_type: integration
---
The motionEye integration allows you to integrate your
-[motionEye](https://github.com/ccrisan/motioneye) server into Home Assistant. motionEye
+[motionEye](https://github.com/motioneye-project/motioneye) server into Home Assistant. motionEye
is an open source web-frontend for the motion daemon, used to centralize the management
and visualization of multiple types of cameras.
diff --git a/source/_integrations/mqtt.markdown b/source/_integrations/mqtt.markdown
index 1004494a61e..d85f6a56b25 100644
--- a/source/_integrations/mqtt.markdown
+++ b/source/_integrations/mqtt.markdown
@@ -59,7 +59,7 @@ There are [at least two](https://issues.apache.org/jira/browse/AMQ-6360) [issues
### Connect to a public broker
-The Mosquitto project runs a [public broker](https://test.mosquitto.org). This is the easiest to set up, but there is no privacy as all messages are public. Use this only for testing purposes and not for real tracking of your devices or controlling your home. To use the public mosquitto broker, configure the MQTT integration to connect to broker `test.mosquitto.org` on port 1183 or 8883.
+The Mosquitto project runs a [public broker](https://test.mosquitto.org). This is the easiest to set up, but there is no privacy as all messages are public. Use this only for testing purposes and not for real tracking of your devices or controlling your home. To use the public mosquitto broker, configure the MQTT integration to connect to broker `test.mosquitto.org` on port 1883 or 8883.
@@ -488,7 +488,7 @@ The following software has built-in support for MQTT discovery:
- [Xiaomi DaFang Hacks](https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks)
- [Zigbee2mqtt](https://github.com/koenkk/zigbee2mqtt)
- [Zwave2Mqtt](https://github.com/OpenZWave/Zwave2Mqtt) (starting with 2.0.1)
-
+- [ArduinoHA](https://github.com/dawidchyrzynski/arduino-home-assistant)
### Discovery examples
diff --git a/source/_integrations/netgear_lte.markdown b/source/_integrations/netgear_lte.markdown
index d286a106a87..13d2e4bee8b 100644
--- a/source/_integrations/netgear_lte.markdown
+++ b/source/_integrations/netgear_lte.markdown
@@ -16,7 +16,7 @@ ha_platforms:
ha_integration_type: integration
---
-The NETGEAR LTE integration for Home Assistant allows you to observe and control [NETGEAR LTE modems](https://www.netgear.com/home/products/mobile-broadband/lte-modems/default.aspx).
+The NETGEAR LTE integration for Home Assistant allows you to observe and control [NETGEAR LTE modems](https://www.netgear.com/home/mobile-wifi/lte-modems/).
There is currently support for the following device types within Home Assistant:
diff --git a/source/_integrations/nibe_heatpump.markdown b/source/_integrations/nibe_heatpump.markdown
index a4b5cbb29ab..bfc3da57749 100644
--- a/source/_integrations/nibe_heatpump.markdown
+++ b/source/_integrations/nibe_heatpump.markdown
@@ -63,7 +63,7 @@ This can be built using a Raspberry Pi with an RS485 hat, an Arduino with RS485
#### ESPHome
-A ESPHome base hardware solution also works well and integrate nicely into Home Assistant.
+An ESPHome base hardware solution also works well, and integrate nicely into Home Assistant.
- [Homepage](https://github.com/elupus/esphome-nibe)
diff --git a/source/_integrations/notify_events.markdown b/source/_integrations/notify_events.markdown
index b0df1db849e..cf44b9db351 100644
--- a/source/_integrations/notify_events.markdown
+++ b/source/_integrations/notify_events.markdown
@@ -36,7 +36,7 @@ You can find a full supported messenger list [here](https://notify.events/featur
To start getting notifications, you need to follow those simple steps:
-1. SignUp to [Notify.Events](https://notify.events/) and create a Channel
+1. Sign up to [Notify.Events](https://notify.events/) and create a Channel
2. Add **Home Assistant** source to this channel and get your **token**
3. Add the Notify.Events integration to your installation by adding the following to your `configuration.yaml` file:
diff --git a/source/_integrations/oralb.markdown b/source/_integrations/oralb.markdown
index c90709eff95..1e89d99cc06 100644
--- a/source/_integrations/oralb.markdown
+++ b/source/_integrations/oralb.markdown
@@ -29,3 +29,12 @@ The Oral-B integration will automatically discover devices once the [Bluetooth](
- [IO 9 Series](https://oralb.com/en-us/products/electric-toothbrushes/oralbio)
- [Smart Series 7000](https://oralb.com/en-us/products/electric-toothbrushes/smart-7000-rechargeable-electric-toothbrush/)
- [Genius Series 9000](https://oralb.com/en-us/products/electric-toothbrushes/genius-9600-rechargeable-electric-toothbrush-white/)
+
+## Sensor
+
+* Mode - selected cleaning mode e.g. daily clean.
+* Number of sectors - brushing areas set in the **Set Pacer Visualisation** in the brushing preferences in the mobile app.
+* Sector - the current area of the mouth you are brushing.
+* Sector time - amount time brushing the current sector in seconds.
+* Time - total brushing time in seconds.
+* Toothbrush state - whether the toothbrush is running, idle.
diff --git a/source/_integrations/p1_monitor.markdown b/source/_integrations/p1_monitor.markdown
index c69f33f735a..0730a3a709f 100644
--- a/source/_integrations/p1_monitor.markdown
+++ b/source/_integrations/p1_monitor.markdown
@@ -37,7 +37,7 @@ Read out what your meter readings are for energy consumption/yield, see what you
- Gas Consumption (m3)
- Power Consumption / Production (W)
- Energy Consumption Low/High (kWh)
-- Energy Production Low/High (kwH)
+- Energy Production Low/High (kWh)
- Energy Tariff Period (low / high)
### Phases
@@ -51,6 +51,12 @@ See per phase what your voltage, current and power consumption/production is.
### WaterMeter
+
+
+You need to run at least version **1.1.0** of P1 Monitor, to use a water meter.
+
+
+
See how much water you consume per day, in total and the number of counted pulses.
- Water Consumption - day (liters)
diff --git a/source/_integrations/push.markdown b/source/_integrations/push.markdown
index 151d1f842b0..964b900b92e 100644
--- a/source/_integrations/push.markdown
+++ b/source/_integrations/push.markdown
@@ -21,7 +21,7 @@ Images are cleared on new events, and events are separated by a soft (configurab
## Integration with motionEye
-The `push` camera can as an example be used with [motionEye](https://github.com/ccrisan/motioneye/wiki) a web frontend for the motion daemon. motionEye is usually configured to save/record files ***only*** when motion is detected. It provides a hook to run a command whenever an image is saved, which can be used together with cURL to send the motion detected images to the `push` camera, as shown in this example:
+The `push` camera can as an example be used with [motionEye](https://github.com/motioneye-project/motioneye/wiki) a web frontend for the motion daemon. motionEye is usually configured to save/record files ***only*** when motion is detected. It provides a hook to run a command whenever an image is saved, which can be used together with cURL to send the motion detected images to the `push` camera, as shown in this example:
In motionEye, under **File Storage -> Run A Command** type in:
```bash
diff --git a/source/_integrations/rtsp_to_webrtc.markdown b/source/_integrations/rtsp_to_webrtc.markdown
index 9789b9f05c2..97425e9f234 100644
--- a/source/_integrations/rtsp_to_webrtc.markdown
+++ b/source/_integrations/rtsp_to_webrtc.markdown
@@ -30,7 +30,7 @@ RTSPtoWebRTC registers with the camera integration to override the camera attrib
See [WebRTC](https://webrtc.org/) for more technical details on the open standard for real-time communication. Here is a short summary of how it works:
-- The Home Assistant Frontend is a WebRTC client. This just means there is some javascript for initiating a WebRTC stream which creates an *offer*.
+- The Home Assistant Frontend is a WebRTC client. This just means there is some JavaScript for initiating a WebRTC stream which creates an *offer*.
- The `webrtc` integration is responsible for *signaling*, passing the *offer* and an RTSP URL to the *RTSPtoWebRTC* server.
- The *RTSPtoWeb{RTC}* server opens the RTSP URL, and returns back an *answer*.
- The Frontend accepts the answer and then establishes a *peer connection* to the *RTSPtoWebRTC* server.
diff --git a/source/_integrations/sensor.rflink.markdown b/source/_integrations/sensor.rflink.markdown
index 96a8ecad00b..453e6e1333b 100644
--- a/source/_integrations/sensor.rflink.markdown
+++ b/source/_integrations/sensor.rflink.markdown
@@ -73,31 +73,31 @@ Sensor type values:
- average_windspeed
- barometric_pressure
- battery
-- weather_forecast
-- doorbell_melody
-- command
- co2_air_quality
+- command
- current_phase_1
- current_phase_2
- current_phase_3
- distance
+- doorbell_melody
- firmware
-- humidity_status
-- humidity
- hardware
+- humidity
+- humidity_status
- kilowatt
- light_intensity
- meter_value
-- total_rain
+- noise_level
- rain_rate
- revision
-- noise_level
- temperature
- timestamp
+- total_rain
- uv_intensity
- version
- voltage
- watt
+- weather_forecast
- windchill
- winddirection
- windgusts
diff --git a/source/_integrations/shell_command.markdown b/source/_integrations/shell_command.markdown
index a768c9ae62a..b32177d30d2 100644
--- a/source/_integrations/shell_command.markdown
+++ b/source/_integrations/shell_command.markdown
@@ -50,7 +50,7 @@ If you are using [Home Assistant Operating System](https://github.com/home-assis
-With a `0` exit code, the output (stdout) of the command is used as `value`. In case a command results in a non `0` exit code or is terminated after a timeout of 60 seconds, the result is only logged to Home Assistant log and the value of the sensor is not updated.
+A `0` exit code means the commands completed successfully without error. In case a command results in a non `0` exit code or is terminated after a timeout of 60 seconds, the result is logged to Home Assistant log.
## Examples
diff --git a/source/_integrations/shelly.markdown b/source/_integrations/shelly.markdown
index 0b065eea4db..99d9f8cec8e 100644
--- a/source/_integrations/shelly.markdown
+++ b/source/_integrations/shelly.markdown
@@ -53,7 +53,7 @@ We recommend using `unicast` for communication. To enable this, enter the local
Generation 2 devices use the `RPC` protocol to communicate with the integration. Battery powered devices need manual outbound websocket configuration, Navigate to the local IP address of your Shelly device, **Networks** >> **Outbound websocket** and check the box **Enable**, under server enter the following address:
-`ws://` + `Home_Assistant_local_address:Port` + `/api/shelly/ws` (for example: `ws://homeassistant.local:8123/api/shelly/ws`), click **Apply** to save the settings.
+`ws://` + `Home_Assistant_local_ip_address:Port` + `/api/shelly/ws` (for example: `ws://192.168.1.100:8123/api/shelly/ws`), click **Apply** to save the settings.
Integration is communicating directly with the device; cloud connection is not needed.
diff --git a/source/_integrations/sms.markdown b/source/_integrations/sms.markdown
index 660af3713c3..7b86e0daf53 100644
--- a/source/_integrations/sms.markdown
+++ b/source/_integrations/sms.markdown
@@ -119,7 +119,7 @@ You will need a USB GSM stick modem or device like SIM800L v2 connected via USB
- [SIM800C](https://www.amazon.com/gp/product/B087Z6F953/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=UTF8&psc=1)
- [Huawei E3372](https://www.amazon.com/gp/product/B01N6P3HI2/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=UTF8&psc=1)(
Note: E3372h-153 and E3372h-510 need to be unlocked [this guide](http://blog.asiantuntijakaveri.fi/2015/07/convert-huawei-e3372h-153-from.html), The Huawei E3372h-320 won't work at all, since it is locked down too much)
-- [Huawei E3531](https://www.amazon.com/Modem-Huawei-Unlocked-Caribbean-Desbloqueado/dp/B011YZZ6Q2/ref=sr_1_1?keywords=Huawei+E3531&qid=1581447800&sr=8-1) (note: Devices with firmare versions 22.XX need to be unlocked using [this guide](https://community.home-assistant.io/t/trouble-setting-up-huawei-e3531s-2-with-sms-notifications-via-gsm-modem-integration/462737/9?u=alexschmitz222))
+- [Huawei E3531](https://www.amazon.com/Modem-Huawei-Unlocked-Caribbean-Desbloqueado/dp/B011YZZ6Q2/ref=sr_1_1?keywords=Huawei+E3531&qid=1581447800&sr=8-1) (note: Devices with firmware versions 22.XX need to be unlocked using [this guide](https://community.home-assistant.io/t/trouble-setting-up-huawei-e3531s-2-with-sms-notifications-via-gsm-modem-integration/462737/9?u=alexschmitz222))
- [Huawei E3272](https://www.amazon.com/Huawei-E3272s-506-Unlocked-Americas-Europe/dp/B00HBL51OQ)
- ZTE K3565-Z
diff --git a/source/_integrations/sql.markdown b/source/_integrations/sql.markdown
index 5fe8f3c0f9c..02d301b42ad 100644
--- a/source/_integrations/sql.markdown
+++ b/source/_integrations/sql.markdown
@@ -73,10 +73,10 @@ Use `db_size` as column for value.
#### MariaDB/MySQL
-Change `table_schema="hass"` to the name that you use as the database name, to ensure that your sensor will work properly.
+Change `table_schema="homeassistant"` to the name that you use as the database name, to ensure that your sensor will work properly.
```sql
-SELECT table_schema "database", Round(Sum(data_length + index_length) / 1024, 1) "value" FROM information_schema.tables WHERE table_schema="hass" GROUP BY table_schema;
+SELECT table_schema "database", Round(Sum(data_length + index_length) / 1024, 1) "value" FROM information_schema.tables WHERE table_schema="homeassistant" GROUP BY table_schema;
```
Use `value` as column for value.
diff --git a/source/_integrations/tibber.markdown b/source/_integrations/tibber.markdown
index 87be40a5b62..dc6dc514d38 100644
--- a/source/_integrations/tibber.markdown
+++ b/source/_integrations/tibber.markdown
@@ -55,6 +55,32 @@ The `tibber` sensor provides the current electricity price if you are a [Tibber]
You also get sensors for monthly consumption, monthly cost, and monthly peak hour
If you have a Tibber Pulse it will also show the electricity consumption in real time.
+## Available Sensors
+
+- Accumulated cost since midnight (requires active Tibber power deal)
+- kWh consumed since midnight
+- net kWh produced since midnight
+- net kWh produced since last hour shift
+- Current on L1, L2 and L3
+- Estimate of kWh consumption current hour
+- kWh consumed since since last hour shift
+- Average consumption since midnight (Watt)
+- Last meter active import register state (kWh)
+- Last meter active export register state (kWh)
+- Peak consumption since midnight (Watt)
+- Min consumption since midnight (Watt)
+- Consumption at the moment (Watt)
+- Consumption at the moment (Watt)
+- Net production (A-) at the moment (Watt)
+- The total price (energy + taxes)
+- Device signal strength (Pulse - dB; Watty - percent)
+- Voltage on phase 1, 2 and 3
+- Monthly cost
+- Monthly net consumption
+- Monthly peak hour
+- Time of max hour consumption
+
+
## Examples
@@ -83,4 +109,6 @@ The electricity price can be used to make automations. The sensor has a `max_pri
message: "The electricity price is now {{ states('sensor.electricity_price_hamretunet_10') }}"
```
+
+
{% endraw %}
diff --git a/source/_integrations/tradfri.markdown b/source/_integrations/tradfri.markdown
index f5ff6b91448..9b8101a342d 100644
--- a/source/_integrations/tradfri.markdown
+++ b/source/_integrations/tradfri.markdown
@@ -33,6 +33,11 @@ You will be prompted to configure the gateway through the Home Assistant interfa
If you see an "Unable to connect" message, restart the gateway and try again. Don't forget to assign a permanent IP address to your IKEA Trådfri Gateway on your router or DHCP server.
+
+ There is currently no native support for the Dirigera hub released in October, 2022.
+
+
+
## Troubleshooting
### Incorrect security key
diff --git a/source/_integrations/tuya.markdown b/source/_integrations/tuya.markdown
index c5b29fd322a..cc7fbbf1816 100644
--- a/source/_integrations/tuya.markdown
+++ b/source/_integrations/tuya.markdown
@@ -79,7 +79,8 @@ This is a separate account from the one you made for the app. You cannot log in

4. Click `Confirm` in the app.
5. To confirm that everything worked, navigate to the `All Devices` tab. Here you should be able to find the devices from the app.
-6. If zero devices are imported. Try changing the DataCenter and check the account used is the "Home Owner".
+6. If zero devices are imported, try changing the DataCenter and check the account used is the "Home Owner".
+ You can change DataCenter by clicking the Cloud icon on the left menu, then clicking the Edit link in the Operation column for your newly created project. You can change DataCenter in the popup window.

@@ -102,10 +103,10 @@ Click the created project to enter the `Project Overview` page and get the `Auth
description: Go to your cloud project on [Tuya IoT Platform](https://iot.tuya.com/). Find the **Access Secret** under [Authorization Key](#get-authorization-key) on the **Project Overview** tab.
Account:
- description: Tuya Smart or Smart Life **app** account.
+ description: Tuya Smart or Smart Life **app** account, not your Tuya IoT platform account.
Password:
- description: The password of your **app** account.
+ description: The password of your **app** account, not your Tuya IoT platform account.
{% endconfiguration_basic %}
diff --git a/source/_integrations/unifiprotect.markdown b/source/_integrations/unifiprotect.markdown
index 57a879afbac..6486b05ff4e 100644
--- a/source/_integrations/unifiprotect.markdown
+++ b/source/_integrations/unifiprotect.markdown
@@ -53,24 +53,28 @@ This Integration supports all UniFi OS Consoles that can run UniFi Protect. Curr
* Any UniFi "Dream" device (**UDMPRO**, **UDR**, or **UDMSE**), _except the base UniFi Dream Machine/UDM_
* UniFi Cloud Key Gen2 Plus (**UCKP**) firmware version v2.0.24+
-UCKP with Firmware v1.x **do NOT run UniFi OS**, you must upgrade to firmware v2.0.24 or newer.
+UCKP with Firmware v1.x **do NOT run UniFi OS**, you must upgrade to firmware `v2.0.24` or newer.
### Software Support
-The absolute **minimal** software version is `1.20.0` for UniFi Protect. If you have an older version, you will get errors trying to set up the integration. However, the general advice is the latest 2 minor versions of UniFi Protect and hardware supported by those are supported.
+The absolute **minimal** software version is `v1.20.0` for UniFi Protect. If you have an older version, you will get errors trying to set up the integration. However, the general advice is the latest 2 minor versions of UniFi Protect and hardware supported by those are supported.
#### About UniFi Early Access
-Since UniFi Protect has its own release cycle, you should only upgrade UniFi Protect _after_ the next Home Assistant release to ensure the new version is fully supported. Most importantly, that means **do not use Early Access versions of UniFi Protect if you want your UniFi Protect integration to be stable**. Early Access versions can and will break the UniFi Protect Home Assistant integration unexpectedly. If you desire to use Early Access versions of UniFi Protect, you can disable automatic updates and wait for the next bugfix version of UniFi Protect to come out.
+
-For example, the latest UniFi Protect Early Access version as of `2022.5.4` is UniFi Protect `2.0.0-beta.5` and the latest Early Access version of UniFi Protect is `2.0.0-beta.7`. So that means:
+**Early Access releases are not supported by Home Assistant.**
-* **do not** upgrade to `2.0.0-beta.7` until `2022.5.5` or `2022.6.0` comes out
-* the recommended version of UniFi Protect are any `1.21.x` version or `2.0.0-beta` version before `2.0.0-beta.7`
+Using Early Access versions will likely cause your UniFi Protect integration to break unexpectedly.
+
#### Downgrading UniFi Protect
-In the event you accidentally upgrade to an Early Access version of UniFi Protect and it breaks your UniFi Protect Home Assistant integration, you can access your UniFi OS Console via SSH and then do the following:
+In the event you accidentally upgrade to an Early Access version of UniFi Protect you can downgrade to a stable version by either [restoring a backup](https://help.ui.com/hc/en-us/articles/360008976393-UniFi-Backups-and-Migration) or by manually downgrading your UniFi Protect.
+
+##### Manually Downgrade
+
+Manually downgrading comes with its own risks and it is not recommended unless you do not have a backup available. Some Protect versions cannot be downgraded from (like `v2.0` to `v1.21`). To downgrade, you can access your [UniFi OS Console via SSH](https://help.ui.com/hc/en-us/articles/204909374#h_01F8G1NSFWE9GWXMT977VQEP8V) and then do the following:
```bash
# run this command first _only_ if you are on a 1.x firmware of the UDM Pro
@@ -82,9 +86,13 @@ apt-get update
apt-get install --reinstall --allow-downgrades unifi-protect=2.0.0~beta.5 -y
```
-You can replace `2.0.0-beta.5` with whatever version of UniFi Protect you want to downgrade to.
+You can replace `2.0.0~beta.5` with whatever version of UniFi Protect you want to downgrade to. Any dashes in the version (`-`), replace with tilde (`~`).
-**Note**: if you want to downgrade to another Early Access version, you must have Remote Access enabled and have the Early Access release channel enabled.
+
+
+If you want to downgrade to another Early Access version, you must have [Remote Access enabled](https://help.ui.com/hc/en-us/articles/115012240067-UniFi-How-to-enable-remote-access) and have the Early Access release channel enabled.
+
+
### Local User
diff --git a/source/_integrations/zone.markdown b/source/_integrations/zone.markdown
index b6dcda19278..3c3969976c9 100644
--- a/source/_integrations/zone.markdown
+++ b/source/_integrations/zone.markdown
@@ -16,6 +16,10 @@ Zones allow you to specify certain regions on earth (for now). When a device tra
Zones can be added and managed through the user interface at **{% my zones title="Settings -> Areas & Zones" %}**.
+
+
+You can add a zone in the user interface by specifying the GPS coordinates or dragging the icon on the map. You can adjust the zone radius (except for the Home zone) by changing the size of the zone circle.
+
Zones can also be configured via `configuration.yaml`:
```yaml
@@ -82,7 +86,7 @@ Devices that are in the zone **'Home'** will not appear on the map in the Home A
## Icons
-It is preferred to pick an icon to use for your zone. Pick any icon that you can find on [materialdesignicons.com](https://materialdesignicons.com/) and prefix the name with `mdi:`. For example `mdi:school`, `mdi:briefcase`, `mdi:home`, `mdi:cart`, or `mdi:castle`.
+It is recommended that you pick an icon to use for your zone. Pick any icon that you can find on [materialdesignicons.com](https://materialdesignicons.com/) and prefix the name with `mdi:`. For example `mdi:school`, `mdi:briefcase`, `mdi:home`, `mdi:cart`, or `mdi:castle`.
## State
diff --git a/source/_posts/2022-11-02-release-202211.markdown b/source/_posts/2022-11-02-release-202211.markdown
index 8ea365184ad..bf99374c895 100644
--- a/source/_posts/2022-11-02-release-202211.markdown
+++ b/source/_posts/2022-11-02-release-202211.markdown
@@ -52,6 +52,9 @@ Sunday, November 13, 2022 (11:00 AM PST / 20:00 CET).
- [Other noteworthy changes](#other-noteworthy-changes)
- [New Integrations](#new-integrations)
- [Integrations now available to set up from the UI](#integrations-now-available-to-set-up-from-the-ui)
+- [Release 2022.11.1 - November 3](#release-2022111---november-3)
+- [Release 2022.11.2 - November 8](#release-2022112---november-8)
+- [Release 2022.11.3 - November 16](#release-2022113---november-16)
- [Need help? Join the community!](#need-help-join-the-community)
- [Breaking Changes](#breaking-changes)
- [All changes](#all-changes)
@@ -161,7 +164,7 @@ automatically converted when needed, so this is not a breaking change 🎉
Additionally, integrations can now optionally use Kelvin directly if the
device or service accepts that. [HomeKit], [Shelly],
-[AVM FRITZ!SmartHome], and [LIFX] are all now using Kelvin natively.
+[AVM FRITZ!SmartHome], and [LIFX] are all now using Kelvin natively.
[AVM FRITZ!SmartHome]: /integrations/fritzbox
[HomeKit]: /integrations/homekit
@@ -315,6 +318,351 @@ The following integrations are now available via the Home Assistant UI:
[APC UPS Daemon]: /integrations/apcupsd
[Zentralanstalt für Meteorologie und Geodynamik (ZAMG)]: /integrations/zamg
+## Release 2022.11.1 - November 3
+
+- Update energyflip-client dependency to 0.2.2 ([@dennisschroer] - [#81426]) ([huisbaasje docs])
+- Update pysnooz to 0.8.3 ([@AustinBrunkhorst] - [#81428]) ([snooz docs])
+- Fix eight sleep client creation ([@raman325] - [#81440]) ([eight_sleep docs])
+- Skip flume devices with location missing ([@bdraco] - [#81441]) ([flume docs])
+- Fix SSDP failure to start on missing URLs ([@frenck] - [#81453]) ([ssdp docs])
+- Bump aiohomekit to 2.2.14 ([@bdraco] - [#81454]) ([homekit_controller docs])
+- Update cryptography to 38.0.3 ([@frenck] - [#81455])
+- Fix HomeKit thermostat to take priority over fans ([@bdraco] - [#81473]) ([homekit docs])
+- Bump AIOAladdinConnect to 0.1.47 ([@mkmer] - [#81479]) ([aladdin_connect docs])
+
+[#81423]: https://github.com/home-assistant/core/pull/81423
+[#81426]: https://github.com/home-assistant/core/pull/81426
+[#81428]: https://github.com/home-assistant/core/pull/81428
+[#81440]: https://github.com/home-assistant/core/pull/81440
+[#81441]: https://github.com/home-assistant/core/pull/81441
+[#81453]: https://github.com/home-assistant/core/pull/81453
+[#81454]: https://github.com/home-assistant/core/pull/81454
+[#81455]: https://github.com/home-assistant/core/pull/81455
+[#81473]: https://github.com/home-assistant/core/pull/81473
+[#81479]: https://github.com/home-assistant/core/pull/81479
+[3_day_blinds docs]: /integrations/3_day_blinds/
+[@AustinBrunkhorst]: https://github.com/AustinBrunkhorst
+[@bdraco]: https://github.com/bdraco
+[@dennisschroer]: https://github.com/dennisschroer
+[@frenck]: https://github.com/frenck
+[@mkmer]: https://github.com/mkmer
+[@raman325]: https://github.com/raman325
+[abode docs]: /integrations/abode/
+[accuweather docs]: /integrations/accuweather/
+[aladdin_connect docs]: /integrations/aladdin_connect/
+[eight_sleep docs]: /integrations/eight_sleep/
+[flume docs]: /integrations/flume/
+[homekit docs]: /integrations/homekit/
+[homekit_controller docs]: /integrations/homekit_controller/
+[huisbaasje docs]: /integrations/huisbaasje/
+[snooz docs]: /integrations/snooz/
+[ssdp docs]: /integrations/ssdp/
+
+## Release 2022.11.2 - November 8
+
+- Fix scrape scan interval ([@epenet] - [#81763]) ([scrape docs])
+- Fix ignored upnp discoveries not being matched when device changes its unique identifier ([@StevenLooman] - [#81240]) ([upnp docs])
+- Align esphome ble client notify behavior to match BlueZ ([@bdraco] - [#81463]) ([esphome docs])
+- Bump nexia to 2.0.6 ([@bdraco] - [#81474]) ([nexia docs])
+- Bump oralb-ble to 0.10.1 ([@bdraco] - [#81491]) ([oralb docs]) (dependency)
+- Fix lifx.set_state so it works with kelvin and color_temp_kelvin and color names ([@Djelibeybi] - [#81515]) ([lifx docs])
+- Add additional coverage for adding multiple elkm1 instances ([@bdraco] - [#81528]) ([elkm1 docs])
+- Bump oralb-ble to 0.10.2 ([@bdraco] - [#81537]) ([oralb docs]) (dependency)
+- Bump pyairvisual to 2022.11.1 ([@bachya] - [#81556]) ([airvisual docs])
+- Bump gcal_sync to 4.0.0 ([@allenporter] - [#81562]) ([google docs]) (dependency)
+- Fix Shelly Plus HT missing battery entity ([@thecode] - [#81564]) ([shelly docs])
+- Fix watermeter issue for old P1 Monitor versions ([@klaasnicolaas] - [#81570]) ([p1_monitor docs]) (dependency)
+- Bump pylitterbot to 2022.11.0 ([@natekspencer] - [#81572]) ([litterrobot docs]) (dependency)
+- Fix HomeKit reset accessory procedure ([@bdraco] - [#81573]) ([homekit docs])
+- Ensure HomeKit temperature controls appear before fan controls on thermostat accessories ([@bdraco] - [#81586]) ([homekit docs])
+- Bump ZHA quirks and associated changes ([@dmulcahey] - [#81587]) ([zha docs]) (dependency)
+- Always use Celsius in Shelly integration, part 2 ([@bieniu] - [#81602]) ([shelly docs])
+- Bump PyXiaomiGateway to 0.14.3 ([@syssi] - [#81603]) (dependency)
+- Fix invalid min and max color temp in bad ZHA light devices ([@dmulcahey] - [#81604]) ([zha docs])
+- Fix repeating SSDP errors by checking address scope_ids and proper hostname ([@StevenLooman] - [#81611]) ([upnp docs]) ([yeelight docs]) ([dlna_dmr docs]) ([samsungtv docs]) ([ssdp docs]) ([dlna_dms docs]) (dependency)
+- Bump plugwise to v0.25.7 ([@bouwew] - [#81612]) ([plugwise docs]) (dependency)
+- Fix homekit bridge iid allocations ([@bdraco] - [#81613]) ([homekit docs])
+- Bump venstarcolortouch to 0.19 to fix API rev 3 devices ([@garbled1] - [#81614])
+- Ignore unspecified addresses from zeroconf ([@bdraco] - [#81620]) ([zeroconf docs])
+- Bump aiohomekit to 2.2.16 ([@bdraco] - [#81621]) ([homekit_controller docs]) (dependency)
+- Bump oralb-ble to 0.13.0 ([@bdraco] - [#81622]) ([oralb docs]) (dependency)
+- Fix creating multiple ElkM1 systems with TLS 1.2 ([@bdraco] - [#81627]) ([elkm1 docs])
+- Fix situation where deCONZ sensor platform setup would fail ([@Kane610] - [#81629]) ([deconz docs])
+- Add missing h2 dep to iaqualink ([@bdraco] - [#81630]) ([iaqualink docs])
+- Bump pyatmo to 7.4.0 ([@cgtobi] - [#81636]) ([netatmo docs])
+- Fix Bravia TV options flow when device is off ([@Drafteed] - [#81644]) ([braviatv docs])
+- Bump aiohomekit to 2.2.17 ([@bdraco] - [#81657]) ([homekit_controller docs]) (dependency)
+- Fix missing RainMachine restrictions switches ([@bachya] - [#81673]) ([rainmachine docs])
+- Bump bluetooth-adapters to 0.7.0 ([@bdraco] - [#81576]) ([bluetooth docs]) (dependency)
+- Bump bleak-retry-connector to 2.8.3 ([@bdraco] - [#81675]) ([bluetooth docs]) (dependency)
+- Bump aioesphomeapi to 11.4.3 ([@bdraco] - [#81676]) ([esphome docs]) (dependency)
+- Bump bleak to 0.19.2 ([@bdraco] - [#81688]) ([bluetooth docs]) (dependency)
+- Restore negative values for shelly power factors ([@chemelli74] - [#81689]) ([shelly docs])
+- Bump aiohomekit to 2.2.18 ([@bdraco] - [#81693]) ([homekit_controller docs]) (dependency)
+- Bump aiopyarr to 22.11.0 ([@tkdrob] - [#81694]) ([sonarr docs]) ([radarr docs]) ([lidarr docs]) (dependency)
+- Fix flapping logbook tests ([@bdraco] - [#81695]) ([logbook docs])
+- Adjust REST schema validation ([@epenet] - [#81723]) ([rest docs])
+- Fix check for duplicate config entry reauth when context is passed or augmented ([@bdraco] - [#81753])
+- Use more efficient async_progress_by_handler call in async_start_reauth ([@bdraco] - [#81757])
+- Partially revert google local sync for search cases ([@allenporter] - [#81761]) ([google docs])
+- Fix rest import ([@epenet] - [#81784]) ([rest docs])
+- Update frontend to 20221108.0 ([@bramkragten] - [#81787]) ([frontend docs])
+- Retry tibber setup ([@ztamas83] - [#81785]) ([tibber docs])
+- Fix off by one in HomeKit iid allocator ([@bdraco] - [#81793]) ([homekit docs])
+
+[#81240]: https://github.com/home-assistant/core/pull/81240
+[#81423]: https://github.com/home-assistant/core/pull/81423
+[#81463]: https://github.com/home-assistant/core/pull/81463
+[#81474]: https://github.com/home-assistant/core/pull/81474
+[#81488]: https://github.com/home-assistant/core/pull/81488
+[#81491]: https://github.com/home-assistant/core/pull/81491
+[#81515]: https://github.com/home-assistant/core/pull/81515
+[#81528]: https://github.com/home-assistant/core/pull/81528
+[#81537]: https://github.com/home-assistant/core/pull/81537
+[#81556]: https://github.com/home-assistant/core/pull/81556
+[#81562]: https://github.com/home-assistant/core/pull/81562
+[#81564]: https://github.com/home-assistant/core/pull/81564
+[#81570]: https://github.com/home-assistant/core/pull/81570
+[#81572]: https://github.com/home-assistant/core/pull/81572
+[#81573]: https://github.com/home-assistant/core/pull/81573
+[#81576]: https://github.com/home-assistant/core/pull/81576
+[#81586]: https://github.com/home-assistant/core/pull/81586
+[#81587]: https://github.com/home-assistant/core/pull/81587
+[#81602]: https://github.com/home-assistant/core/pull/81602
+[#81603]: https://github.com/home-assistant/core/pull/81603
+[#81604]: https://github.com/home-assistant/core/pull/81604
+[#81611]: https://github.com/home-assistant/core/pull/81611
+[#81612]: https://github.com/home-assistant/core/pull/81612
+[#81613]: https://github.com/home-assistant/core/pull/81613
+[#81614]: https://github.com/home-assistant/core/pull/81614
+[#81620]: https://github.com/home-assistant/core/pull/81620
+[#81621]: https://github.com/home-assistant/core/pull/81621
+[#81622]: https://github.com/home-assistant/core/pull/81622
+[#81627]: https://github.com/home-assistant/core/pull/81627
+[#81629]: https://github.com/home-assistant/core/pull/81629
+[#81630]: https://github.com/home-assistant/core/pull/81630
+[#81636]: https://github.com/home-assistant/core/pull/81636
+[#81644]: https://github.com/home-assistant/core/pull/81644
+[#81657]: https://github.com/home-assistant/core/pull/81657
+[#81673]: https://github.com/home-assistant/core/pull/81673
+[#81675]: https://github.com/home-assistant/core/pull/81675
+[#81676]: https://github.com/home-assistant/core/pull/81676
+[#81688]: https://github.com/home-assistant/core/pull/81688
+[#81689]: https://github.com/home-assistant/core/pull/81689
+[#81693]: https://github.com/home-assistant/core/pull/81693
+[#81694]: https://github.com/home-assistant/core/pull/81694
+[#81695]: https://github.com/home-assistant/core/pull/81695
+[#81723]: https://github.com/home-assistant/core/pull/81723
+[#81753]: https://github.com/home-assistant/core/pull/81753
+[#81757]: https://github.com/home-assistant/core/pull/81757
+[#81761]: https://github.com/home-assistant/core/pull/81761
+[#81763]: https://github.com/home-assistant/core/pull/81763
+[#81784]: https://github.com/home-assistant/core/pull/81784
+[#81785]: https://github.com/home-assistant/core/pull/81785
+[#81787]: https://github.com/home-assistant/core/pull/81787
+[#81793]: https://github.com/home-assistant/core/pull/81793
+[3_day_blinds docs]: /integrations/3_day_blinds/
+[@Djelibeybi]: https://github.com/Djelibeybi
+[@Drafteed]: https://github.com/Drafteed
+[@Kane610]: https://github.com/Kane610
+[@StevenLooman]: https://github.com/StevenLooman
+[@allenporter]: https://github.com/allenporter
+[@bachya]: https://github.com/bachya
+[@balloob]: https://github.com/balloob
+[@bdraco]: https://github.com/bdraco
+[@bieniu]: https://github.com/bieniu
+[@bouwew]: https://github.com/bouwew
+[@bramkragten]: https://github.com/bramkragten
+[@cgtobi]: https://github.com/cgtobi
+[@chemelli74]: https://github.com/chemelli74
+[@dmulcahey]: https://github.com/dmulcahey
+[@epenet]: https://github.com/epenet
+[@frenck]: https://github.com/frenck
+[@garbled1]: https://github.com/garbled1
+[@klaasnicolaas]: https://github.com/klaasnicolaas
+[@natekspencer]: https://github.com/natekspencer
+[@syssi]: https://github.com/syssi
+[@thecode]: https://github.com/thecode
+[@tkdrob]: https://github.com/tkdrob
+[@ztamas83]: https://github.com/ztamas83
+[abode docs]: /integrations/abode/
+[accuweather docs]: /integrations/accuweather/
+[airvisual docs]: /integrations/airvisual/
+[bluetooth docs]: /integrations/bluetooth/
+[braviatv docs]: /integrations/braviatv/
+[deconz docs]: /integrations/deconz/
+[dlna_dmr docs]: /integrations/dlna_dmr/
+[dlna_dms docs]: /integrations/dlna_dms/
+[elkm1 docs]: /integrations/elkm1/
+[esphome docs]: /integrations/esphome/
+[frontend docs]: /integrations/frontend/
+[google docs]: /integrations/google/
+[homekit docs]: /integrations/homekit/
+[homekit_controller docs]: /integrations/homekit_controller/
+[iaqualink docs]: /integrations/iaqualink/
+[lidarr docs]: /integrations/lidarr/
+[lifx docs]: /integrations/lifx/
+[litterrobot docs]: /integrations/litterrobot/
+[logbook docs]: /integrations/logbook/
+[netatmo docs]: /integrations/netatmo/
+[nexia docs]: /integrations/nexia/
+[oralb docs]: /integrations/oralb/
+[p1_monitor docs]: /integrations/p1_monitor/
+[plugwise docs]: /integrations/plugwise/
+[radarr docs]: /integrations/radarr/
+[rainmachine docs]: /integrations/rainmachine/
+[rest docs]: /integrations/rest/
+[samsungtv docs]: /integrations/samsungtv/
+[scrape docs]: /integrations/scrape/
+[shelly docs]: /integrations/shelly/
+[sonarr docs]: /integrations/sonarr/
+[ssdp docs]: /integrations/ssdp/
+[tibber docs]: /integrations/tibber/
+[upnp docs]: /integrations/upnp/
+[yeelight docs]: /integrations/yeelight/
+[zeroconf docs]: /integrations/zeroconf/
+[zha docs]: /integrations/zha/
+
+## Release 2022.11.3 - November 16
+
+- Fix UniFi block client switches on 2022.11.2 ([@Kane610] - [#81884]) ([unifi docs])
+- Fix Z-Wave JS cover stop support ([@Yukon] - [#78723]) ([zwave_js docs])
+- Fix instability with HomeKit trigger accessories ([@bdraco] - [#80703]) ([homekit docs])
+- Fix accelerator sensor in fibaro integration ([@rappenze] - [#81237]) ([fibaro docs])
+- Fix Fully Kiosk start application service field ([@chpego] - [#81738]) ([fully_kiosk docs])
+- Fix ibeacon source attribute not being updated ([@multigcs] - [#81740]) ([ibeacon docs])
+- Upgrade huawei-lte-api to 1.6.7, fixes empty username issues ([@scop] - [#81751]) ([huawei_lte docs]) (dependency)
+- Change life360 timeouts & retries ([@pnbruckner] - [#81799]) ([life360 docs])
+- Fix switchbot not becoming available again after unavailable ([@bdraco] - [#81822]) ([switchbot docs])
+- Fix statistic_during_period for data with holes ([@emontnemery] - [#81847]) ([recorder docs])
+- Fix rest schema ([@epenet] - [#81857]) ([rest docs])
+- Bump aiohomekit to 2.2.19 ([@bdraco] - [#81867]) ([homekit_controller docs]) (dependency)
+- Fix homekit_controller climate entity not becoming active when changing modes ([@Jc2k] - [#81868]) ([homekit_controller docs])
+- Bump oralb-ble to 0.14.1 ([@bdraco] - [#81869]) ([oralb docs]) (dependency)
+- Bump gcal_sync to 4.0.1 to fix Google Calendar config flow ([@allenporter] - [#81873]) ([google docs]) (dependency)
+- Fix ZHA configuration APIs ([@dmulcahey] - [#81874]) ([zha docs])
+- Revert google calendar back to old API for free/busy readers ([@allenporter] - [#81894]) ([google docs])
+- Fix bluetooth adapters with missing firmware patch files not being discovered ([@bdraco] - [#81926]) ([bluetooth docs])
+- Bump aioridwell to 2022.11.0 ([@bachya] - [#81929]) ([ridwell docs]) (dependency)
+- Fix esphome bleak client seeing disconnects too late ([@bdraco] - [#81932]) ([esphome docs])
+- Bump bleak-retry-connector to 2.8.4 ([@bdraco] - [#81937]) ([bluetooth docs]) (dependency)
+- Bump PySwitchbot to 0.20.3 ([@bdraco] - [#81938]) ([switchbot docs]) (dependency)
+- Fix ONVIF subscription errors ([@dgomes] - [#81965]) ([onvif docs])
+- Bump ZHA quirks lib to 0.0.86 ([@dmulcahey] - [#81966]) ([zha docs]) (dependency)
+- Increasing device usage update interval for Flume ([@jeeftor] - [#81968]) ([flume docs])
+- Bump oralb-ble to 0.14.2 ([@bdraco] - [#81969]) ([oralb docs]) (dependency)
+- Bump gcal_sync 4.0.2 ([@allenporter] - [#82017]) ([google docs])
+- Bump airthings-ble to 0.5.3 ([@vincegio] - [#82033]) ([airthings_ble docs]) (dependency)
+- Make sure the config_flow key is set for brands ([@bdraco] - [#82038])
+- Bump pySwitchbot to 0.20.4 ([@bdraco] - [#82055]) ([switchbot docs]) (dependency)
+- Restore color_temp handling for lifx.set_state ([@Djelibeybi] - [#82067]) ([lifx docs])
+- Bump growattServer to 1.2.4 ([@muppet3000] - [#82071]) ([growatt_server docs])
+- Bump PySwitchbot to 0.20.5 ([@bdraco] - [#82099]) ([switchbot docs]) (dependency)
+- Update sqlalchemy to 1.4.44 ([@frenck] - [#82129]) ([recorder docs]) ([sql docs]) (dependency)
+- Always update attributes on an update for MQTT update ([@jbouwh] - [#82139]) ([mqtt docs])
+- Add missing strings in Onvif ([@tkdrob] - [#82141]) ([onvif docs])
+- Fix Google Sheets formula input ([@tkdrob] - [#82157]) ([google_sheets docs])
+- Fix Growatt incorrect energy dashboard values for grid import ([@muppet3000] - [#82163]) ([growatt_server docs])
+- Fix static version in homekit tests ([@bdraco] - [#82201]) ([homekit docs])
+- Fix missing await in nexia emergency heat ([@bdraco] - [#82207]) ([nexia docs])
+
+[#78723]: https://github.com/home-assistant/core/pull/78723
+[#80703]: https://github.com/home-assistant/core/pull/80703
+[#81237]: https://github.com/home-assistant/core/pull/81237
+[#81423]: https://github.com/home-assistant/core/pull/81423
+[#81488]: https://github.com/home-assistant/core/pull/81488
+[#81738]: https://github.com/home-assistant/core/pull/81738
+[#81740]: https://github.com/home-assistant/core/pull/81740
+[#81751]: https://github.com/home-assistant/core/pull/81751
+[#81780]: https://github.com/home-assistant/core/pull/81780
+[#81799]: https://github.com/home-assistant/core/pull/81799
+[#81822]: https://github.com/home-assistant/core/pull/81822
+[#81847]: https://github.com/home-assistant/core/pull/81847
+[#81857]: https://github.com/home-assistant/core/pull/81857
+[#81867]: https://github.com/home-assistant/core/pull/81867
+[#81868]: https://github.com/home-assistant/core/pull/81868
+[#81869]: https://github.com/home-assistant/core/pull/81869
+[#81873]: https://github.com/home-assistant/core/pull/81873
+[#81874]: https://github.com/home-assistant/core/pull/81874
+[#81884]: https://github.com/home-assistant/core/pull/81884
+[#81894]: https://github.com/home-assistant/core/pull/81894
+[#81926]: https://github.com/home-assistant/core/pull/81926
+[#81929]: https://github.com/home-assistant/core/pull/81929
+[#81932]: https://github.com/home-assistant/core/pull/81932
+[#81937]: https://github.com/home-assistant/core/pull/81937
+[#81938]: https://github.com/home-assistant/core/pull/81938
+[#81965]: https://github.com/home-assistant/core/pull/81965
+[#81966]: https://github.com/home-assistant/core/pull/81966
+[#81968]: https://github.com/home-assistant/core/pull/81968
+[#81969]: https://github.com/home-assistant/core/pull/81969
+[#82017]: https://github.com/home-assistant/core/pull/82017
+[#82033]: https://github.com/home-assistant/core/pull/82033
+[#82038]: https://github.com/home-assistant/core/pull/82038
+[#82055]: https://github.com/home-assistant/core/pull/82055
+[#82067]: https://github.com/home-assistant/core/pull/82067
+[#82071]: https://github.com/home-assistant/core/pull/82071
+[#82099]: https://github.com/home-assistant/core/pull/82099
+[#82129]: https://github.com/home-assistant/core/pull/82129
+[#82139]: https://github.com/home-assistant/core/pull/82139
+[#82141]: https://github.com/home-assistant/core/pull/82141
+[#82157]: https://github.com/home-assistant/core/pull/82157
+[#82163]: https://github.com/home-assistant/core/pull/82163
+[#82201]: https://github.com/home-assistant/core/pull/82201
+[#82207]: https://github.com/home-assistant/core/pull/82207
+[3_day_blinds docs]: /integrations/3_day_blinds/
+[@Djelibeybi]: https://github.com/Djelibeybi
+[@Jc2k]: https://github.com/Jc2k
+[@Kane610]: https://github.com/Kane610
+[@Yukon]: https://github.com/Yukon
+[@allenporter]: https://github.com/allenporter
+[@bachya]: https://github.com/bachya
+[@balloob]: https://github.com/balloob
+[@bdraco]: https://github.com/bdraco
+[@chpego]: https://github.com/chpego
+[@dgomes]: https://github.com/dgomes
+[@dmulcahey]: https://github.com/dmulcahey
+[@emontnemery]: https://github.com/emontnemery
+[@epenet]: https://github.com/epenet
+[@frenck]: https://github.com/frenck
+[@jbouwh]: https://github.com/jbouwh
+[@jeeftor]: https://github.com/jeeftor
+[@multigcs]: https://github.com/multigcs
+[@muppet3000]: https://github.com/muppet3000
+[@pnbruckner]: https://github.com/pnbruckner
+[@rappenze]: https://github.com/rappenze
+[@scop]: https://github.com/scop
+[@tkdrob]: https://github.com/tkdrob
+[@vincegio]: https://github.com/vincegio
+[abode docs]: /integrations/abode/
+[accuweather docs]: /integrations/accuweather/
+[airthings_ble docs]: /integrations/airthings_ble/
+[bluetooth docs]: /integrations/bluetooth/
+[esphome docs]: /integrations/esphome/
+[fibaro docs]: /integrations/fibaro/
+[flume docs]: /integrations/flume/
+[fully_kiosk docs]: /integrations/fully_kiosk/
+[google docs]: /integrations/google/
+[google_sheets docs]: /integrations/google_sheets/
+[growatt_server docs]: /integrations/growatt_server/
+[homekit docs]: /integrations/homekit/
+[homekit_controller docs]: /integrations/homekit_controller/
+[huawei_lte docs]: /integrations/huawei_lte/
+[ibeacon docs]: /integrations/ibeacon/
+[life360 docs]: /integrations/life360/
+[lifx docs]: /integrations/lifx/
+[mqtt docs]: /integrations/mqtt/
+[nexia docs]: /integrations/nexia/
+[onvif docs]: /integrations/onvif/
+[oralb docs]: /integrations/oralb/
+[recorder docs]: /integrations/recorder/
+[rest docs]: /integrations/rest/
+[ridwell docs]: /integrations/ridwell/
+[sql docs]: /integrations/sql/
+[switchbot docs]: /integrations/switchbot/
+[unifi docs]: /integrations/unifi/
+[zha docs]: /integrations/zha/
+[zwave_js docs]: /integrations/zwave_js/
+
## Need help? Join the community!
Home Assistant has a great community of users who are all more than willing
@@ -551,8 +899,8 @@ and doing a one-time re-pairing.
{% details "Hunter Douglas PowerView" %}
-This change ceases creating battery sensors for hardwired shades.
-Existing sensor entities need to be manually deleted.
+This change ceases creating battery sensors for hardwired shades.
+Existing sensor entities need to be manually deleted.
([@kingy444] - [#81013]) ([documentation](/integrations/hunterdouglas_powerview))
diff --git a/source/changelogs/core-2022.11.markdown b/source/changelogs/core-2022.11.markdown
index 749872fac03..e5dbfbf2c37 100644
--- a/source/changelogs/core-2022.11.markdown
+++ b/source/changelogs/core-2022.11.markdown
@@ -6,7 +6,7 @@ description: Detailed changelog for the Home Assistant Core 2022.11 release
These are all the changes included in the Home Assistant Core 2022.11 release.
For a summary in a more readable format:
-[Release notes blog for this release](/blog/2022/10/26/release-202211/).
+[Release notes blog for this release](/blog/2022/11/02/release-202211/).
## Full Changelog
diff --git a/source/developers/credits.markdown b/source/developers/credits.markdown
index 65a6a562b57..7337deb466d 100644
--- a/source/developers/credits.markdown
+++ b/source/developers/credits.markdown
@@ -1,31 +1,33 @@
---
title: "Credits"
description: "Credits for the developers who contributed to Home Assistant."
-date: 2022-09-01, 13:30:01 +0000
+date: 2022-11-16, 14:21:10 +0000
---
This page contains a list of people who have contributed in one way or another to Home Assistant. Hover over a username to see their contributions.
### Author
-- [Paulus Schoutsen (@balloob)](https://github.com/balloob "14398 total commits to the Home Assistant orga:
-7899 commits to core
-2661 commits to frontend
-2601 commits to home-assistant.io
-310 commits to developers.home-assistant
+- [Paulus Schoutsen (@balloob)](https://github.com/balloob "14578 total commits to the Home Assistant orga:
+7994 commits to core
+2674 commits to frontend
+2639 commits to home-assistant.io
+311 commits to developers.home-assistant
237 commits to home-assistant-js
210 commits to home-assistant-js-websocket
70 commits to my.home-assistant.io
68 commits to hass-release
-50 commits to alerts.home-assistant.io
-40 commits to probot-home-assistant
+51 commits to alerts.home-assistant.io
+41 commits to probot-home-assistant
+32 commits to bthome.io
26 commits to LabelBot
-26 commits to bthome.io
24 commits to data.home-assistant
20 commits to assets
16 commits to supervisor
+16 commits to brands
15 commits to example-custom-config
14 commits to architecture
+10 commits to yellow.home-assistant.io
9 commits to hbmqtt-auth-home-assistant
8 commits to addons
8 commits to newsletter-ghost-theme
@@ -35,30 +37,29 @@ This page contains a list of people who have contributed in one way or another t
6 commits to home-assistant-notebooks
6 commits to ui-schema
5 commits to github-issue-maker
-5 commits to brands
4 commits to supervised-installer
+4 commits to partner.home-assistant
3 commits to iOS
3 commits to hassio-build
-3 commits to docker
3 commits to version
+3 commits to docker
2 commits to lambda-home-assistant-github
2 commits to issue-bot
2 commits to addons-example
+2 commits to addons-development
2 commits to .github
2 commits to companion.home-assistant
-2 commits to ci-azure
2 commits to ada
+2 commits to ci-azure
2 commits to plugin-observer
-2 commits to partner.home-assistant
+2 commits to analytics.home-assistant.io
1 commit to warrant
-1 commit to addons-development
-1 commit to mobile-apps-fcm-push
1 commit to feedparser
+1 commit to mobile-apps-fcm-push
1 commit to codeowners-mention
1 commit to wheels
1 commit to wheels-custom-integrations
1 commit to open-zwave
-1 commit to analytics.home-assistant.io
")
### Contributors
@@ -145,6 +146,10 @@ This page contains a list of people who have contributed in one way or another t
- [aapjeisbaas (@aapjeisbaas)](https://github.com/aapjeisbaas "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [Aarni Koskela (@akx)](https://github.com/akx "18 total commits to the Home Assistant orga:
+17 commits to core
+1 commit to brands
+")
- [Aaron (@mcd1992)](https://github.com/mcd1992 "5 total commits to the Home Assistant orga:
5 commits to open-zwave
")
@@ -154,11 +159,11 @@ This page contains a list of people who have contributed in one way or another t
- [Aaron (@aaroncmills)](https://github.com/aaroncmills "4 total commits to the Home Assistant orga:
4 commits to home-assistant.io
")
-- [Aaron Bach (@bachya)](https://github.com/bachya "1088 total commits to the Home Assistant orga:
-957 commits to core
-116 commits to home-assistant.io
+- [Aaron Bach (@bachya)](https://github.com/bachya "1164 total commits to the Home Assistant orga:
+1023 commits to core
+125 commits to home-assistant.io
7 commits to alerts.home-assistant.io
-6 commits to brands
+7 commits to brands
1 commit to architecture
1 commit to people
")
@@ -356,6 +361,9 @@ This page contains a list of people who have contributed in one way or another t
- [Adam Knight (@ahknight)](https://github.com/ahknight "1 total commits to the Home Assistant orga:
1 commit to open-zwave
")
+- [Adam Kropp (@akropp)](https://github.com/akropp "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
- [Adam Król (@adamkrol93)](https://github.com/adamkrol93 "8 total commits to the Home Assistant orga:
6 commits to core
1 commit to brands
@@ -369,8 +377,8 @@ This page contains a list of people who have contributed in one way or another t
2 commits to core
1 commit to brands
")
-- [Adam Outler (@adamoutler)](https://github.com/adamoutler "10 total commits to the Home Assistant orga:
-5 commits to developers.home-assistant
+- [Adam Outler (@adamoutler)](https://github.com/adamoutler "11 total commits to the Home Assistant orga:
+6 commits to developers.home-assistant
2 commits to brands
2 commits to home-assistant.io
1 commit to core
@@ -423,6 +431,9 @@ This page contains a list of people who have contributed in one way or another t
- [AdeZwart (@AdeZwart)](https://github.com/AdeZwart "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [Adi Roiban (@adiroiban)](https://github.com/adiroiban "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [AdighaLogic (@AdighaLogic)](https://github.com/AdighaLogic "13 total commits to the Home Assistant orga:
12 commits to addons
1 commit to home-assistant.io
@@ -463,7 +474,9 @@ This page contains a list of people who have contributed in one way or another t
- [Adrian Goins (@oskapt)](https://github.com/oskapt "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Adrian Huber (@Adi146)](https://github.com/Adi146 "2 total commits to the Home Assistant orga:
+- [Adrian Huber (@Adi146)](https://github.com/Adi146 "4 total commits to the Home Assistant orga:
+1 commit to android
+1 commit to companion.home-assistant
1 commit to home-assistant.io
1 commit to core
")
@@ -579,6 +592,9 @@ This page contains a list of people who have contributed in one way or another t
- [Aijay Adams (@aijayadams)](https://github.com/aijayadams "1 total commits to the Home Assistant orga:
1 commit to brands
")
+- [ain\-ver (@ain-ver)](https://github.com/ain-ver "2 total commits to the Home Assistant orga:
+2 commits to brands
+")
- [airthusiast (@airthusiast)](https://github.com/airthusiast "4 total commits to the Home Assistant orga:
4 commits to core
")
@@ -608,6 +624,9 @@ This page contains a list of people who have contributed in one way or another t
- [AJStubbsy (@AJStubbsy)](https://github.com/AJStubbsy "3 total commits to the Home Assistant orga:
3 commits to home-assistant.io
")
+- [Ajurna (@ajurna)](https://github.com/ajurna "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [akargl (@akargl)](https://github.com/akargl "2 total commits to the Home Assistant orga:
1 commit to frontend
1 commit to developers.home-assistant
@@ -646,6 +665,9 @@ This page contains a list of people who have contributed in one way or another t
- [AlainH (@AlainH)](https://github.com/AlainH "1 total commits to the Home Assistant orga:
1 commit to core
")
+- [alakdae (@alakdae)](https://github.com/alakdae "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [Alan Bowman (@alanbowman)](https://github.com/alanbowman "5 total commits to the Home Assistant orga:
4 commits to core
1 commit to home-assistant.io
@@ -717,7 +739,8 @@ This page contains a list of people who have contributed in one way or another t
3 commits to core
1 commit to home-assistant.io
")
-- [AlCalzone (@AlCalzone)](https://github.com/AlCalzone "1 total commits to the Home Assistant orga:
+- [AlCalzone (@AlCalzone)](https://github.com/AlCalzone "2 total commits to the Home Assistant orga:
+1 commit to addons
1 commit to open-zwave
")
- [aldot (@aldot)](https://github.com/aldot "924 total commits to the Home Assistant orga:
@@ -726,10 +749,10 @@ This page contains a list of people who have contributed in one way or another t
- [Alec Holmes (@clockworkant)](https://github.com/clockworkant "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Alec Rust (@AlecRust)](https://github.com/AlecRust "33 total commits to the Home Assistant orga:
+- [Alec Rust (@AlecRust)](https://github.com/AlecRust "34 total commits to the Home Assistant orga:
23 commits to home-assistant.io
+3 commits to companion.home-assistant
2 commits to cli
-2 commits to companion.home-assistant
2 commits to alerts.home-assistant.io
1 commit to addons
1 commit to frontend
@@ -744,6 +767,9 @@ This page contains a list of people who have contributed in one way or another t
- [Alejandro Almazán (@aalmazanarbs)](https://github.com/aalmazanarbs "1 total commits to the Home Assistant orga:
1 commit to brands
")
+- [Alejandro Del Rincón López (@alexdrl)](https://github.com/alexdrl "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [Alejandro González (@AlexTMjugador)](https://github.com/AlexTMjugador "7 total commits to the Home Assistant orga:
7 commits to buildroot
")
@@ -863,9 +889,9 @@ This page contains a list of people who have contributed in one way or another t
11 commits to home-assistant.io
4 commits to operating-system
")
-- [Alex Henry (@Hyralex)](https://github.com/Hyralex "7 total commits to the Home Assistant orga:
+- [Alex Henry (@Hyralex)](https://github.com/Hyralex "8 total commits to the Home Assistant orga:
6 commits to core
-1 commit to home-assistant.io
+2 commits to home-assistant.io
")
- [Alex Iribarren (@alexiri)](https://github.com/alexiri "1 total commits to the Home Assistant orga:
1 commit to cli
@@ -922,11 +948,17 @@ This page contains a list of people who have contributed in one way or another t
- [Alex Szlavik (@AlexSzlavik)](https://github.com/AlexSzlavik "2 total commits to the Home Assistant orga:
2 commits to core
")
+- [Alex Thompson (@apt-itude)](https://github.com/apt-itude "4 total commits to the Home Assistant orga:
+2 commits to core
+1 commit to brands
+1 commit to home-assistant.io
+")
- [Alex Tzonkov (@attzonko)](https://github.com/attzonko "3 total commits to the Home Assistant orga:
3 commits to home-assistant.io
")
-- [Alex van den Hoogen (@alex3305)](https://github.com/alex3305 "5 total commits to the Home Assistant orga:
+- [Alex van den Hoogen (@alex3305)](https://github.com/alex3305 "7 total commits to the Home Assistant orga:
3 commits to home-assistant.io
+2 commits to frontend
2 commits to core
")
- [Alex Vermulst (@alexdepalex)](https://github.com/alexdepalex "1 total commits to the Home Assistant orga:
@@ -1062,6 +1094,9 @@ This page contains a list of people who have contributed in one way or another t
- [Alexandre Leites (@alexandre-leites)](https://github.com/alexandre-leites "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [Alexandre Macabies (@zopieux)](https://github.com/zopieux "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [Alexandre Pereira da Silva (@aletes)](https://github.com/aletes "1 total commits to the Home Assistant orga:
1 commit to buildroot
")
@@ -1128,8 +1163,8 @@ This page contains a list of people who have contributed in one way or another t
- [Alexis Tyler (@OmgImAlexis)](https://github.com/OmgImAlexis "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [AlexSchmitz222 (@AlexSchmitz222)](https://github.com/AlexSchmitz222 "4 total commits to the Home Assistant orga:
-3 commits to home-assistant.io
+- [AlexSchmitz222 (@AlexSchmitz222)](https://github.com/AlexSchmitz222 "5 total commits to the Home Assistant orga:
+4 commits to home-assistant.io
1 commit to core
")
- [Alexxander0 (@Alexxander0)](https://github.com/Alexxander0 "4 total commits to the Home Assistant orga:
@@ -1146,6 +1181,9 @@ This page contains a list of people who have contributed in one way or another t
- [Alfonso Sorrentino (@BigNocciolino)](https://github.com/BigNocciolino "1 total commits to the Home Assistant orga:
1 commit to brands
")
+- [AlfredJKwack (@AlfredJKwack)](https://github.com/AlfredJKwack "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [Algirdas Č\. (@algirdasc)](https://github.com/algirdasc "2 total commits to the Home Assistant orga:
1 commit to wheels-custom-integrations
1 commit to brands
@@ -1190,11 +1228,11 @@ This page contains a list of people who have contributed in one way or another t
- [Allen Derusha (@aderusha)](https://github.com/aderusha "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Allen Porter (@allenporter)](https://github.com/allenporter "526 total commits to the Home Assistant orga:
-372 commits to core
-65 commits to home-assistant.io
-56 commits to developers.home-assistant
-22 commits to frontend
+- [Allen Porter (@allenporter)](https://github.com/allenporter "566 total commits to the Home Assistant orga:
+406 commits to core
+67 commits to home-assistant.io
+57 commits to developers.home-assistant
+25 commits to frontend
4 commits to wheels
3 commits to supervisor
3 commits to alerts.home-assistant.io
@@ -1226,8 +1264,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to addons
1 commit to people
")
-- [Alon (@0xAlon)](https://github.com/0xAlon "1 total commits to the Home Assistant orga:
-1 commit to brands
+- [Alon (@0xAlon)](https://github.com/0xAlon "2 total commits to the Home Assistant orga:
+2 commits to brands
")
- [Alone (@al-one)](https://github.com/al-one "6 total commits to the Home Assistant orga:
3 commits to wheels-custom-integrations
@@ -1285,19 +1323,19 @@ This page contains a list of people who have contributed in one way or another t
- [Amit Keret (@amitkeret)](https://github.com/amitkeret "1 total commits to the Home Assistant orga:
1 commit to brands
")
-- [amitfin (@amitfin)](https://github.com/amitfin "5 total commits to the Home Assistant orga:
-2 commits to core
-1 commit to frontend
+- [amitfin (@amitfin)](https://github.com/amitfin "7 total commits to the Home Assistant orga:
+3 commits to core
+2 commits to frontend
1 commit to developers.home-assistant
1 commit to brands
")
- [Amol Katdare (@amolkatdare)](https://github.com/amolkatdare "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Amos Yuen (@amosyuen)](https://github.com/amosyuen "4 total commits to the Home Assistant orga:
+- [Amos Yuen (@amosyuen)](https://github.com/amosyuen "7 total commits to the Home Assistant orga:
+4 commits to brands
2 commits to core
1 commit to wheels-custom-integrations
-1 commit to brands
")
- [Amran Haroon (@haroon3rd)](https://github.com/haroon3rd "1 total commits to the Home Assistant orga:
1 commit to brands
@@ -1346,8 +1384,8 @@ This page contains a list of people who have contributed in one way or another t
- [Anders Ljusberg (@andlju)](https://github.com/andlju "1 total commits to the Home Assistant orga:
1 commit to 1password-teams-open-source
")
-- [Anders Melchiorsen (@amelchio)](https://github.com/amelchio "503 total commits to the Home Assistant orga:
-413 commits to core
+- [Anders Melchiorsen (@amelchio)](https://github.com/amelchio "505 total commits to the Home Assistant orga:
+415 commits to core
76 commits to home-assistant.io
6 commits to pyharmony
3 commits to frontend
@@ -1432,8 +1470,8 @@ This page contains a list of people who have contributed in one way or another t
- [Andreas Cambitsis (@acambitsis)](https://github.com/acambitsis "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [Andreas Ehn (@ehn)](https://github.com/ehn "3 total commits to the Home Assistant orga:
-3 commits to home-assistant.io
+- [Andreas Ehn (@ehn)](https://github.com/ehn "4 total commits to the Home Assistant orga:
+4 commits to home-assistant.io
")
- [Andreas Franz (@andreasfranz)](https://github.com/andreasfranz "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
@@ -1456,8 +1494,8 @@ This page contains a list of people who have contributed in one way or another t
- [Andreas Lindhé (@lindhe)](https://github.com/lindhe "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Andreas Oberritter (@mtdcr)](https://github.com/mtdcr "18 total commits to the Home Assistant orga:
-13 commits to core
+- [Andreas Oberritter (@mtdcr)](https://github.com/mtdcr "19 total commits to the Home Assistant orga:
+14 commits to core
5 commits to home-assistant.io
")
- [Andreas Oetken (@oetken)](https://github.com/oetken "2 total commits to the Home Assistant orga:
@@ -1550,9 +1588,10 @@ This page contains a list of people who have contributed in one way or another t
- [Andrew Barnes (@UmbraMalison)](https://github.com/UmbraMalison "1 total commits to the Home Assistant orga:
1 commit to buildroot
")
-- [Andrew Berry (@deviantintegral)](https://github.com/deviantintegral "2 total commits to the Home Assistant orga:
+- [Andrew Berry (@deviantintegral)](https://github.com/deviantintegral "3 total commits to the Home Assistant orga:
1 commit to developers.home-assistant
1 commit to home-assistant.io
+1 commit to core
")
- [Andrew Beveridge ☄️ (@beveradb)](https://github.com/beveradb "1 total commits to the Home Assistant orga:
1 commit to developers.home-assistant
@@ -1773,6 +1812,9 @@ This page contains a list of people who have contributed in one way or another t
- [André Hahn (@ahahn94)](https://github.com/ahahn94 "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [André Lemos (@avlemos)](https://github.com/avlemos "1 total commits to the Home Assistant orga:
+1 commit to addons
+")
- [André Lobo (@andrewolfy)](https://github.com/andrewolfy "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -1815,8 +1857,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Andy Loughran (@andylockran)](https://github.com/andylockran "6 total commits to the Home Assistant orga:
-3 commits to core
3 commits to home-assistant.io
+3 commits to core
")
- [Andy Piper (@andypiper)](https://github.com/andypiper "1 total commits to the Home Assistant orga:
1 commit to brands
@@ -1830,6 +1872,10 @@ This page contains a list of people who have contributed in one way or another t
- [andyat (@andyat)](https://github.com/andyat "2 total commits to the Home Assistant orga:
2 commits to core
")
+- [andyboeh (@andyboeh)](https://github.com/andyboeh "2 total commits to the Home Assistant orga:
+1 commit to android
+1 commit to companion.home-assistant
+")
- [aneeshd (@aneeshd)](https://github.com/aneeshd "1 total commits to the Home Assistant orga:
1 commit to brands
")
@@ -1887,6 +1933,9 @@ This page contains a list of people who have contributed in one way or another t
- [anotherthomas (@anotherthomas)](https://github.com/anotherthomas "1 total commits to the Home Assistant orga:
1 commit to addons
")
+- [Anrolosia (@Anrolosia)](https://github.com/Anrolosia "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
- [anrudolph (@anrudolph)](https://github.com/anrudolph "1 total commits to the Home Assistant orga:
1 commit to core
")
@@ -2127,6 +2176,9 @@ This page contains a list of people who have contributed in one way or another t
- [Ari Simonen (@asimonen)](https://github.com/asimonen "1 total commits to the Home Assistant orga:
1 commit to core
")
+- [Ari Sosnovsky (@asosnovsky)](https://github.com/asosnovsky "1 total commits to the Home Assistant orga:
+1 commit to builder
+")
- [Ariana Hlavaty (@Ariana-Hlavaty-i2)](https://github.com/Ariana-Hlavaty-i2 "6 total commits to the Home Assistant orga:
6 commits to core
")
@@ -2142,6 +2194,9 @@ This page contains a list of people who have contributed in one way or another t
- [Arielpod (@Arielpod)](https://github.com/Arielpod "1 total commits to the Home Assistant orga:
1 commit to frontend
")
+- [Arif Widi Nugroho (@arifwn)](https://github.com/arifwn "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
- [arigilder (@arigilder)](https://github.com/arigilder "8 total commits to the Home Assistant orga:
6 commits to core
2 commits to home-assistant.io
@@ -2207,9 +2262,9 @@ This page contains a list of people who have contributed in one way or another t
2 commits to developers.home-assistant
1 commit to home-assistant.io
")
-- [Artem Draft (@Drafteed)](https://github.com/Drafteed "21 total commits to the Home Assistant orga:
-18 commits to core
-3 commits to home-assistant.io
+- [Artem Draft (@Drafteed)](https://github.com/Drafteed "35 total commits to the Home Assistant orga:
+27 commits to core
+8 commits to home-assistant.io
")
- [Artem Poliukhovych (@nergal)](https://github.com/nergal "2 total commits to the Home Assistant orga:
1 commit to wheels-custom-integrations
@@ -2240,8 +2295,8 @@ This page contains a list of people who have contributed in one way or another t
- [Arthur Zapparoli (@arthurgeek)](https://github.com/arthurgeek "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [Arto Jantunen (@viiru-)](https://github.com/viiru- "7 total commits to the Home Assistant orga:
-5 commits to core
+- [Arto Jantunen (@viiru-)](https://github.com/viiru- "8 total commits to the Home Assistant orga:
+6 commits to core
2 commits to home-assistant.io
")
- [Artur 'Wodor' Wielogorski (@wodor)](https://github.com/wodor "1 total commits to the Home Assistant orga:
@@ -2256,6 +2311,9 @@ This page contains a list of people who have contributed in one way or another t
- [Artuto (@Artuto)](https://github.com/Artuto "1 total commits to the Home Assistant orga:
1 commit to 1password-teams-open-source
")
+- [Arun S\. Sekher (@arunshekher)](https://github.com/arunshekher "1 total commits to the Home Assistant orga:
+1 commit to frontend
+")
- [arunderwood (@arunderwood)](https://github.com/arunderwood "2 total commits to the Home Assistant orga:
1 commit to core
1 commit to home-assistant.io
@@ -2276,6 +2334,10 @@ This page contains a list of people who have contributed in one way or another t
1 commit to core
1 commit to home-assistant.io
")
+- [aschmitz (@aschmitz)](https://github.com/aschmitz "2 total commits to the Home Assistant orga:
+1 commit to brands
+1 commit to core
+")
- [Asgeir Bjarni Ingvarsson (@asgeir)](https://github.com/asgeir "1 total commits to the Home Assistant orga:
1 commit to buildroot
")
@@ -2297,14 +2359,15 @@ This page contains a list of people who have contributed in one way or another t
- [Ashton Campbell (@AshtonCampbell)](https://github.com/AshtonCampbell "5 total commits to the Home Assistant orga:
5 commits to home-assistant.io
")
-- [Ashton Lafferty (@cogneato)](https://github.com/cogneato "221 total commits to the Home Assistant orga:
-113 commits to home-assistant.io
+- [Ashton Lafferty (@cogneato)](https://github.com/cogneato "223 total commits to the Home Assistant orga:
+114 commits to home-assistant.io
93 commits to brands
6 commits to operating-system
4 commits to developers.home-assistant
3 commits to addons
-1 commit to people
1 commit to supervised-installer
+1 commit to people
+1 commit to service-hub
")
- [Askarov Rishat (@rishatik92)](https://github.com/rishatik92 "6 total commits to the Home Assistant orga:
3 commits to home-assistant.io
@@ -2324,7 +2387,7 @@ This page contains a list of people who have contributed in one way or another t
- [astronaut (@rsegers)](https://github.com/rsegers "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [Atanas Palavrov Updating wiringPi to add support for RPi3B\+ (@palavrov)](https://github.com/palavrov "1 total commits to the Home Assistant orga:
+- [Atanas Palavrov (@palavrov)](https://github.com/palavrov "1 total commits to the Home Assistant orga:
1 commit to buildroot
")
- [Atharva Lele (@atharvalele)](https://github.com/atharvalele "7 total commits to the Home Assistant orga:
@@ -2387,15 +2450,17 @@ This page contains a list of people who have contributed in one way or another t
- [Austin (@trainman419)](https://github.com/trainman419 "9 total commits to the Home Assistant orga:
9 commits to core
")
-- [Austin Brunkhorst (@AustinBrunkhorst)](https://github.com/AustinBrunkhorst "1 total commits to the Home Assistant orga:
-1 commit to brands
+- [Austin Brunkhorst (@AustinBrunkhorst)](https://github.com/AustinBrunkhorst "5 total commits to the Home Assistant orga:
+2 commits to brands
+2 commits to core
+1 commit to home-assistant.io
")
- [Austin Drummond (@adrum)](https://github.com/adrum "29 total commits to the Home Assistant orga:
16 commits to core
13 commits to home-assistant.io
")
-- [Austin Mroczek (@austinmroczek)](https://github.com/austinmroczek "59 total commits to the Home Assistant orga:
-39 commits to core
+- [Austin Mroczek (@austinmroczek)](https://github.com/austinmroczek "61 total commits to the Home Assistant orga:
+41 commits to core
15 commits to home-assistant.io
2 commits to developers.home-assistant
2 commits to open-zwave
@@ -2409,14 +2474,14 @@ This page contains a list of people who have contributed in one way or another t
2 commits to core
1 commit to home-assistant.io
")
-- [avee87 (@avee87)](https://github.com/avee87 "32 total commits to the Home Assistant orga:
-24 commits to core
+- [avee87 (@avee87)](https://github.com/avee87 "33 total commits to the Home Assistant orga:
+25 commits to core
7 commits to home-assistant.io
1 commit to developers.home-assistant
")
-- [Avi Miller (@Djelibeybi)](https://github.com/Djelibeybi "21 total commits to the Home Assistant orga:
-19 commits to core
-2 commits to home-assistant.io
+- [Avi Miller (@Djelibeybi)](https://github.com/Djelibeybi "51 total commits to the Home Assistant orga:
+41 commits to core
+10 commits to home-assistant.io
")
- [Avi Schwab (@froboy)](https://github.com/froboy "2 total commits to the Home Assistant orga:
2 commits to 1password-teams-open-source
@@ -2424,8 +2489,10 @@ This page contains a list of people who have contributed in one way or another t
- [Avi Shukron (@avrahamshukron)](https://github.com/avrahamshukron "3 total commits to the Home Assistant orga:
3 commits to buildroot
")
-- [Avishay Orpaz (@avishorp)](https://github.com/avishorp "1 total commits to the Home Assistant orga:
+- [Avishay Orpaz (@avishorp)](https://github.com/avishorp "4 total commits to the Home Assistant orga:
+2 commits to core
1 commit to buildroot
+1 commit to home-assistant.io
")
- [avocadio (@avocadio)](https://github.com/avocadio "1 total commits to the Home Assistant orga:
1 commit to core
@@ -2468,8 +2535,8 @@ This page contains a list of people who have contributed in one way or another t
")
- [b3nj1 (@b3nj1)](https://github.com/b3nj1 "11 total commits to the Home Assistant orga:
5 commits to core
-2 commits to frontend
2 commits to python-openzwave
+2 commits to frontend
1 commit to addons
1 commit to home-assistant.io
")
@@ -2498,6 +2565,9 @@ This page contains a list of people who have contributed in one way or another t
5 commits to core
1 commit to home-assistant.io
")
+- [Bagira (@BagiraHun)](https://github.com/BagiraHun "1 total commits to the Home Assistant orga:
+1 commit to frontend
+")
- [Bai Yingjie (@Bai-Yingjie)](https://github.com/Bai-Yingjie "1 total commits to the Home Assistant orga:
1 commit to buildroot
")
@@ -2616,8 +2686,8 @@ This page contains a list of people who have contributed in one way or another t
- [Bas Nijholt (@basnijholt)](https://github.com/basnijholt "210 total commits to the Home Assistant orga:
191 commits to core
16 commits to home-assistant.io
-1 commit to frontend
1 commit to supervised-installer
+1 commit to frontend
1 commit to developers.home-assistant
")
- [Bas Schipper (@basschipper)](https://github.com/basschipper "10 total commits to the Home Assistant orga:
@@ -2658,6 +2728,9 @@ This page contains a list of people who have contributed in one way or another t
2 commits to home-assistant.io
1 commit to frontend
")
+- [battlemoose (@battlemoose)](https://github.com/battlemoose "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
- [Batári Balázs László (@bayi)](https://github.com/bayi "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
@@ -2698,6 +2771,9 @@ This page contains a list of people who have contributed in one way or another t
- [beestree (@beestree)](https://github.com/beestree "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [Bejjje (@Bejjje)](https://github.com/Bejjje "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [bejoyjaison (@bejoyjaison)](https://github.com/bejoyjaison "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -2773,9 +2849,10 @@ This page contains a list of people who have contributed in one way or another t
- [Ben Pirt (@bjpirt)](https://github.com/bjpirt "2 total commits to the Home Assistant orga:
2 commits to pi-gen
")
-- [Ben Randall (@veleek)](https://github.com/veleek "8 total commits to the Home Assistant orga:
-6 commits to core
-2 commits to home-assistant.io
+- [Ben Randall (@veleek)](https://github.com/veleek "12 total commits to the Home Assistant orga:
+8 commits to core
+3 commits to home-assistant.io
+1 commit to frontend
")
- [Ben Schattinger (@lights0123)](https://github.com/lights0123 "1 total commits to the Home Assistant orga:
1 commit to core
@@ -2842,14 +2919,21 @@ This page contains a list of people who have contributed in one way or another t
- [Benjamin Kamath (@kamathba)](https://github.com/kamathba "2 total commits to the Home Assistant orga:
2 commits to buildroot
")
+- [Benjamin Paap (@BenjaminPaap)](https://github.com/BenjaminPaap "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
- [Benjamin Parzella (@bparzella)](https://github.com/bparzella "1 total commits to the Home Assistant orga:
1 commit to pi-gen
")
- [Benjamin RAIBAUD (@braibaud)](https://github.com/braibaud "1 total commits to the Home Assistant orga:
1 commit to brands
")
-- [Benjamin Richter (@kilrogg)](https://github.com/kilrogg "1 total commits to the Home Assistant orga:
+- [Benjamin Richter (@kilrogg)](https://github.com/kilrogg "2 total commits to the Home Assistant orga:
1 commit to home-assistant.io
+1 commit to core
+")
+- [Benjamin Salchow (@benjamin-salchow)](https://github.com/benjamin-salchow "1 total commits to the Home Assistant orga:
+1 commit to core
")
- [Benjamin Schmid (@bentolor)](https://github.com/bentolor "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -2877,9 +2961,9 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
1 commit to core
")
-- [Benoit Anastay (@BenoitAnastay)](https://github.com/BenoitAnastay "3 total commits to the Home Assistant orga:
+- [Benoit Anastay (@BenoitAnastay)](https://github.com/BenoitAnastay "7 total commits to the Home Assistant orga:
+5 commits to home-assistant.io
2 commits to core
-1 commit to home-assistant.io
")
- [Benoit BESSET (@bbesset)](https://github.com/bbesset "1 total commits to the Home Assistant orga:
1 commit to core
@@ -2933,6 +3017,9 @@ This page contains a list of people who have contributed in one way or another t
- [Berni Moses (@bernimoses)](https://github.com/bernimoses "4 total commits to the Home Assistant orga:
4 commits to core
")
+- [Bert Melis (@bertmelis)](https://github.com/bertmelis "2 total commits to the Home Assistant orga:
+2 commits to core
+")
- [Bert Outtier (@bertouttier)](https://github.com/bertouttier "1 total commits to the Home Assistant orga:
1 commit to buildroot
")
@@ -3026,6 +3113,9 @@ This page contains a list of people who have contributed in one way or another t
- [Bin Meng (@lbmeng)](https://github.com/lbmeng "5 total commits to the Home Assistant orga:
5 commits to buildroot
")
+- [BingKn0s (@BingKn0s)](https://github.com/BingKn0s "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [binli71 (@binli71)](https://github.com/binli71 "4 total commits to the Home Assistant orga:
4 commits to open-zwave
")
@@ -3103,8 +3193,8 @@ This page contains a list of people who have contributed in one way or another t
- [blair (@blairun)](https://github.com/blairun "1 total commits to the Home Assistant orga:
1 commit to frontend
")
-- [blakadder (@blakadder)](https://github.com/blakadder "7 total commits to the Home Assistant orga:
-5 commits to home-assistant.io
+- [blakadder (@blakadder)](https://github.com/blakadder "8 total commits to the Home Assistant orga:
+6 commits to home-assistant.io
1 commit to alerts.home-assistant.io
1 commit to brands
")
@@ -3136,9 +3226,9 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
1 commit to core
")
-- [blhoward2 (@blhoward2)](https://github.com/blhoward2 "4 total commits to the Home Assistant orga:
+- [blhoward2 (@blhoward2)](https://github.com/blhoward2 "5 total commits to the Home Assistant orga:
+3 commits to home-assistant.io
2 commits to alerts.home-assistant.io
-2 commits to home-assistant.io
")
- [blindlight86 (@blindlight86)](https://github.com/blindlight86 "3 total commits to the Home Assistant orga:
2 commits to brands
@@ -3150,12 +3240,18 @@ This page contains a list of people who have contributed in one way or another t
- [Blomme Maarten (@mblfir)](https://github.com/mblfir "1 total commits to the Home Assistant orga:
1 commit to buildroot
")
+- [Blue Charm Beacons (@BlueCharmBeacons)](https://github.com/BlueCharmBeacons "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [bluestripe (@bluestripe)](https://github.com/bluestripe "1 total commits to the Home Assistant orga:
1 commit to core
")
- [bmaier\-col (@bmaier-col)](https://github.com/bmaier-col "14 total commits to the Home Assistant orga:
14 commits to buildroot
")
+- [bmccluskey (@bmccluskey)](https://github.com/bmccluskey "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
- [Bo (@bohmandan)](https://github.com/bohmandan "3 total commits to the Home Assistant orga:
3 commits to home-assistant.io
")
@@ -3186,8 +3282,8 @@ This page contains a list of people who have contributed in one way or another t
- [bobnwk (@bobnwk)](https://github.com/bobnwk "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [boc\-the\-git (@boc-the-git)](https://github.com/boc-the-git "13 total commits to the Home Assistant orga:
-13 commits to home-assistant.io
+- [boc\-the\-git (@boc-the-git)](https://github.com/boc-the-git "14 total commits to the Home Assistant orga:
+14 commits to home-assistant.io
")
- [Boced66 (@boced66)](https://github.com/boced66 "3 total commits to the Home Assistant orga:
3 commits to home-assistant.io
@@ -3233,8 +3329,9 @@ This page contains a list of people who have contributed in one way or another t
3 commits to core
1 commit to home-assistant.io
")
-- [borky (@borky)](https://github.com/borky "2 total commits to the Home Assistant orga:
-2 commits to core
+- [borky (@borky)](https://github.com/borky "4 total commits to the Home Assistant orga:
+3 commits to core
+1 commit to home-assistant.io
")
- [bottomquark (@bottomquark)](https://github.com/bottomquark "4 total commits to the Home Assistant orga:
3 commits to home-assistant.io
@@ -3246,9 +3343,9 @@ This page contains a list of people who have contributed in one way or another t
12 commits to home-assistant.io
5 commits to wheels-custom-integrations
")
-- [Bouwe Westerdijk (@bouwew)](https://github.com/bouwew "33 total commits to the Home Assistant orga:
-26 commits to core
-7 commits to home-assistant.io
+- [Bouwe Westerdijk (@bouwew)](https://github.com/bouwew "44 total commits to the Home Assistant orga:
+36 commits to core
+8 commits to home-assistant.io
")
- [Boyi C (@fanthos)](https://github.com/fanthos "25 total commits to the Home Assistant orga:
17 commits to frontend
@@ -3290,6 +3387,9 @@ This page contains a list of people who have contributed in one way or another t
3 commits to core
2 commits to home-assistant.io
")
+- [Brad Downey (@magic7s)](https://github.com/magic7s "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [Brad Fitzpatrick (@bradfitz)](https://github.com/bradfitz "2 total commits to the Home Assistant orga:
2 commits to developers.home-assistant
")
@@ -3355,11 +3455,11 @@ This page contains a list of people who have contributed in one way or another t
1 commit to brands
1 commit to home-assistant.io
")
-- [Bram Kragten (@bramkragten)](https://github.com/bramkragten "2702 total commits to the Home Assistant orga:
-2009 commits to frontend
-510 commits to core
-58 commits to home-assistant.io
-36 commits to my.home-assistant.io
+- [Bram Kragten (@bramkragten)](https://github.com/bramkragten "2871 total commits to the Home Assistant orga:
+2134 commits to frontend
+549 commits to core
+61 commits to home-assistant.io
+38 commits to my.home-assistant.io
21 commits to home-assistant-js-websocket
18 commits to analytics.home-assistant.io
13 commits to developers.home-assistant
@@ -3371,10 +3471,10 @@ This page contains a list of people who have contributed in one way or another t
2 commits to addons
2 commits to operating-system
2 commits to probot-home-assistant
-1 commit to home-assistant-notebooks
1 commit to assets
-1 commit to people
+1 commit to home-assistant-notebooks
1 commit to version
+1 commit to people
1 commit to brands
")
- [Bram Mittendorff (@brammittendorff)](https://github.com/brammittendorff "1 total commits to the Home Assistant orga:
@@ -3399,11 +3499,11 @@ This page contains a list of people who have contributed in one way or another t
- [Brandon Mathis (@imathis)](https://github.com/imathis "484 total commits to the Home Assistant orga:
484 commits to home-assistant.io
")
-- [Brandon Rothweiler (@bdr99)](https://github.com/bdr99 "51 total commits to the Home Assistant orga:
-35 commits to core
-10 commits to home-assistant.io
+- [Brandon Rothweiler (@bdr99)](https://github.com/bdr99 "56 total commits to the Home Assistant orga:
+36 commits to core
+11 commits to home-assistant.io
+5 commits to frontend
3 commits to developers.home-assistant
-2 commits to frontend
1 commit to brands
")
- [Brandon Valentine (@bval)](https://github.com/bval "1 total commits to the Home Assistant orga:
@@ -3503,9 +3603,9 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
1 commit to core
")
-- [Brett Adams (@Bre77)](https://github.com/Bre77 "56 total commits to the Home Assistant orga:
-48 commits to core
-6 commits to home-assistant.io
+- [Brett Adams (@Bre77)](https://github.com/Bre77 "60 total commits to the Home Assistant orga:
+49 commits to core
+9 commits to home-assistant.io
2 commits to brands
")
- [Brett Hiltbrand (@bjhiltbrand)](https://github.com/bjhiltbrand "3 total commits to the Home Assistant orga:
@@ -3578,6 +3678,9 @@ This page contains a list of people who have contributed in one way or another t
- [Brian Low (@brianlow)](https://github.com/brianlow "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [Brian Norman (@gingemonster)](https://github.com/gingemonster "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [Brian O'Connor (@btoconnor)](https://github.com/btoconnor "1 total commits to the Home Assistant orga:
1 commit to core
")
@@ -3595,6 +3698,9 @@ This page contains a list of people who have contributed in one way or another t
24 commits to core
8 commits to home-assistant.io
")
+- [Brian Thorne (@hardbyte)](https://github.com/hardbyte "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
- [Brian Torres\-Gil (@btorresgil)](https://github.com/btorresgil "1 total commits to the Home Assistant orga:
1 commit to core
")
@@ -3685,8 +3791,9 @@ This page contains a list of people who have contributed in one way or another t
- [Bryan Van de Ven (@bryevdv)](https://github.com/bryevdv "1 total commits to the Home Assistant orga:
1 commit to 1password-teams-open-source
")
-- [Bryan York (@bryanyork)](https://github.com/bryanyork "5 total commits to the Home Assistant orga:
+- [Bryan York (@bryanyork)](https://github.com/bryanyork "6 total commits to the Home Assistant orga:
5 commits to core
+1 commit to operating-system
")
- [BryanJacobs (@BryanJacobs)](https://github.com/BryanJacobs "1 total commits to the Home Assistant orga:
1 commit to core
@@ -3699,8 +3806,8 @@ This page contains a list of people who have contributed in one way or another t
2 commits to home-assistant.io
1 commit to python-openzwave
")
-- [Brynley McDonald (@ZephireNZ)](https://github.com/ZephireNZ "18 total commits to the Home Assistant orga:
-8 commits to core
+- [Brynley McDonald (@ZephireNZ)](https://github.com/ZephireNZ "19 total commits to the Home Assistant orga:
+9 commits to core
6 commits to home-assistant.io
3 commits to frontend
1 commit to brands
@@ -3709,9 +3816,9 @@ This page contains a list of people who have contributed in one way or another t
2 commits to core
1 commit to home-assistant.io
")
-- [bsmappee (@bsmappee)](https://github.com/bsmappee "35 total commits to the Home Assistant orga:
+- [bsmappee (@bsmappee)](https://github.com/bsmappee "36 total commits to the Home Assistant orga:
29 commits to core
-5 commits to home-assistant.io
+6 commits to home-assistant.io
1 commit to brands
")
- [Burningstone91 (@Burningstone91)](https://github.com/Burningstone91 "1 total commits to the Home Assistant orga:
@@ -3749,7 +3856,8 @@ This page contains a list of people who have contributed in one way or another t
- [Błażej Sowa (@bjsowa)](https://github.com/bjsowa "3 total commits to the Home Assistant orga:
3 commits to pi-gen
")
-- [c0ffeeca7 (@c0ffeeca7)](https://github.com/c0ffeeca7 "1 total commits to the Home Assistant orga:
+- [c0ffeeca7 (@c0ffeeca7)](https://github.com/c0ffeeca7 "16 total commits to the Home Assistant orga:
+15 commits to yellow.home-assistant.io
1 commit to home-assistant.io
")
- [c727 (@c727)](https://github.com/c727 "244 total commits to the Home Assistant orga:
@@ -3783,15 +3891,15 @@ This page contains a list of people who have contributed in one way or another t
- [caius (@caiuspb)](https://github.com/caiuspb "3 total commits to the Home Assistant orga:
3 commits to core
")
-- [Caleb (@calebhfaber)](https://github.com/calebhfaber "1 total commits to the Home Assistant orga:
-1 commit to home-assistant.io
+- [Caleb (@calebhfaber)](https://github.com/calebhfaber "2 total commits to the Home Assistant orga:
+2 commits to home-assistant.io
")
- [Caleb Dunn (@finish06)](https://github.com/finish06 "9 total commits to the Home Assistant orga:
8 commits to core
1 commit to home-assistant.io
")
-- [Caleb Mah (@calebmah)](https://github.com/calebmah "13 total commits to the Home Assistant orga:
-12 commits to home-assistant.io
+- [Caleb Mah (@calebmah)](https://github.com/calebmah "17 total commits to the Home Assistant orga:
+16 commits to home-assistant.io
1 commit to core
")
- [Calin Crisan (@ccrisan)](https://github.com/ccrisan "3 total commits to the Home Assistant orga:
@@ -3895,6 +4003,9 @@ This page contains a list of people who have contributed in one way or another t
1 commit to frontend
1 commit to home-assistant.io
")
+- [Carlos J\. Aliaga (@cjaliaga)](https://github.com/cjaliaga "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
- [Carlos Quijano (@cquijano)](https://github.com/cquijano "1 total commits to the Home Assistant orga:
1 commit to buildroot
")
@@ -3913,6 +4024,9 @@ This page contains a list of people who have contributed in one way or another t
- [carras (@carras)](https://github.com/carras "1 total commits to the Home Assistant orga:
1 commit to operating-system
")
+- [Carsten Hiort (@katter)](https://github.com/katter "1 total commits to the Home Assistant orga:
+1 commit to operating-system
+")
- [Carsten Igel (@carstencodes)](https://github.com/carstencodes "1 total commits to the Home Assistant orga:
1 commit to docker
")
@@ -3961,8 +4075,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to open-zwave
1 commit to home-assistant.io
")
-- [cdheiser (@cdheiser)](https://github.com/cdheiser "7 total commits to the Home Assistant orga:
-6 commits to core
+- [cdheiser (@cdheiser)](https://github.com/cdheiser "8 total commits to the Home Assistant orga:
+7 commits to core
1 commit to home-assistant.io
")
- [cdnninja (@cdnninja)](https://github.com/cdnninja "1 total commits to the Home Assistant orga:
@@ -4054,6 +4168,10 @@ This page contains a list of people who have contributed in one way or another t
- [chaptergy (@chaptergy)](https://github.com/chaptergy "1 total commits to the Home Assistant orga:
1 commit to addons
")
+- [CharlB (@CharlieBailly)](https://github.com/CharlieBailly "2 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+1 commit to core
+")
- [Charles Blonde (@CharlesBlonde)](https://github.com/CharlesBlonde "19 total commits to the Home Assistant orga:
12 commits to core
7 commits to home-assistant.io
@@ -4061,16 +4179,16 @@ This page contains a list of people who have contributed in one way or another t
- [Charles Duffy (@charles-dyfis-net)](https://github.com/charles-dyfis-net "2 total commits to the Home Assistant orga:
2 commits to buildroot
")
-- [Charles Garwood (@cgarwood)](https://github.com/cgarwood "181 total commits to the Home Assistant orga:
-81 commits to core
+- [Charles Garwood (@cgarwood)](https://github.com/cgarwood "195 total commits to the Home Assistant orga:
+86 commits to core
58 commits to frontend
-32 commits to home-assistant.io
+41 commits to home-assistant.io
4 commits to brands
2 commits to addons
1 commit to people
1 commit to wheels-custom-integrations
-1 commit to developers.home-assistant
1 commit to alerts.home-assistant.io
+1 commit to developers.home-assistant
")
- [Charles Hardin (@ckhardin)](https://github.com/ckhardin "3 total commits to the Home Assistant orga:
3 commits to buildroot
@@ -4140,8 +4258,8 @@ This page contains a list of people who have contributed in one way or another t
- [Chih\-Min Chao (@cmchao)](https://github.com/cmchao "25 total commits to the Home Assistant orga:
25 commits to buildroot
")
-- [chises (@chises)](https://github.com/chises "1 total commits to the Home Assistant orga:
-1 commit to brands
+- [chises (@chises)](https://github.com/chises "2 total commits to the Home Assistant orga:
+2 commits to brands
")
- [chknetsc (@chknetsc)](https://github.com/chknetsc "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -4160,10 +4278,11 @@ This page contains a list of people who have contributed in one way or another t
3 commits to wheels-custom-integrations
2 commits to brands
")
-- [chpego (@chpego)](https://github.com/chpego "13 total commits to the Home Assistant orga:
-10 commits to core
+- [chpego (@chpego)](https://github.com/chpego "15 total commits to the Home Assistant orga:
+11 commits to core
2 commits to home-assistant.io
1 commit to companion.home-assistant
+1 commit to frontend
")
- [Chris (@firstof9)](https://github.com/firstof9 "55 total commits to the Home Assistant orga:
42 commits to core
@@ -4175,8 +4294,9 @@ This page contains a list of people who have contributed in one way or another t
2 commits to developers.home-assistant
1 commit to home-assistant.io
")
-- [Chris (@darthsebulba04)](https://github.com/darthsebulba04 "2 total commits to the Home Assistant orga:
-2 commits to home-assistant.io
+- [Chris (@darthsebulba04)](https://github.com/darthsebulba04 "4 total commits to the Home Assistant orga:
+3 commits to home-assistant.io
+1 commit to frontend
")
- [Chris (@digitallyserviced)](https://github.com/digitallyserviced "2 total commits to the Home Assistant orga:
2 commits to core
@@ -4265,6 +4385,10 @@ This page contains a list of people who have contributed in one way or another t
- [Chris Kankiewicz (@PHLAK)](https://github.com/PHLAK "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [Chris Kemp (@chriskemp)](https://github.com/chriskemp "2 total commits to the Home Assistant orga:
+1 commit to android
+1 commit to companion.home-assistant
+")
- [Chris LaRose (@cjlarose)](https://github.com/cjlarose "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -4278,6 +4402,9 @@ This page contains a list of people who have contributed in one way or another t
4 commits to core
1 commit to home-assistant.io
")
+- [Chris McCurdy (@chrismccurdy)](https://github.com/chrismccurdy "2 total commits to the Home Assistant orga:
+2 commits to core
+")
- [Chris Miller (@mysteriouspants)](https://github.com/mysteriouspants "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -4314,9 +4441,9 @@ This page contains a list of people who have contributed in one way or another t
- [Chris Soyars (@ctso)](https://github.com/ctso "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [Chris Talkington (@ctalkington)](https://github.com/ctalkington "264 total commits to the Home Assistant orga:
-233 commits to core
-24 commits to home-assistant.io
+- [Chris Talkington (@ctalkington)](https://github.com/ctalkington "280 total commits to the Home Assistant orga:
+247 commits to core
+26 commits to home-assistant.io
3 commits to brands
2 commits to developers.home-assistant
1 commit to architecture
@@ -4364,11 +4491,11 @@ This page contains a list of people who have contributed in one way or another t
- [chrismcneil (@chrismcneil)](https://github.com/chrismcneil "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [chriss158 (@chriss158)](https://github.com/chriss158 "61 total commits to the Home Assistant orga:
-48 commits to android
+- [chriss158 (@chriss158)](https://github.com/chriss158 "63 total commits to the Home Assistant orga:
+49 commits to android
5 commits to frontend
4 commits to mobile-apps-fcm-push
-2 commits to companion.home-assistant
+3 commits to companion.home-assistant
2 commits to core
")
- [ChrisS85 (@ChrisS85)](https://github.com/ChrisS85 "1 total commits to the Home Assistant orga:
@@ -4532,9 +4659,9 @@ This page contains a list of people who have contributed in one way or another t
- [christopheBfr (@christopheBfr)](https://github.com/christopheBfr "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [Christopher Bailey (@AngellusMortis)](https://github.com/AngellusMortis "131 total commits to the Home Assistant orga:
-104 commits to core
-27 commits to home-assistant.io
+- [Christopher Bailey (@AngellusMortis)](https://github.com/AngellusMortis "142 total commits to the Home Assistant orga:
+112 commits to core
+30 commits to home-assistant.io
")
- [Christopher Cavey (@cicavey)](https://github.com/cicavey "4 total commits to the Home Assistant orga:
3 commits to open-zwave
@@ -4717,8 +4844,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to brands
")
- [Clifford W\. Hansen (@cliffordwhansen)](https://github.com/cliffordwhansen "12 total commits to the Home Assistant orga:
-5 commits to core
5 commits to home-assistant.io
+5 commits to core
1 commit to docker
1 commit to developers.home-assistant
")
@@ -4745,8 +4872,8 @@ This page contains a list of people who have contributed in one way or another t
- [Clément TOCHE (@ClementToche)](https://github.com/ClementToche "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [cnico (@cnico)](https://github.com/cnico "13 total commits to the Home Assistant orga:
-8 commits to core
+- [cnico (@cnico)](https://github.com/cnico "14 total commits to the Home Assistant orga:
+9 commits to core
4 commits to home-assistant.io
1 commit to brands
")
@@ -4788,6 +4915,9 @@ This page contains a list of people who have contributed in one way or another t
1 commit to brands
1 commit to home-assistant.io
")
+- [Colin (@cln-io)](https://github.com/cln-io "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [Colin Cachia (@colincachia)](https://github.com/colincachia "2 total commits to the Home Assistant orga:
2 commits to android
")
@@ -4812,8 +4942,8 @@ This page contains a list of people who have contributed in one way or another t
16 commits to home-assistant.io
1 commit to python-openzwave
")
-- [Colin Robbins (@ColinRobbins)](https://github.com/ColinRobbins "18 total commits to the Home Assistant orga:
-11 commits to core
+- [Colin Robbins (@ColinRobbins)](https://github.com/ColinRobbins "19 total commits to the Home Assistant orga:
+12 commits to core
6 commits to home-assistant.io
1 commit to brands
")
@@ -4880,8 +5010,8 @@ This page contains a list of people who have contributed in one way or another t
- [Cornelius Mund (@cornim)](https://github.com/cornim "1 total commits to the Home Assistant orga:
1 commit to developers.home-assistant
")
-- [corneyl (@corneyl)](https://github.com/corneyl "17 total commits to the Home Assistant orga:
-12 commits to core
+- [corneyl (@corneyl)](https://github.com/corneyl "18 total commits to the Home Assistant orga:
+13 commits to core
4 commits to home-assistant.io
1 commit to brands
")
@@ -4889,8 +5019,9 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
1 commit to core
")
-- [Cougar (@Cougar)](https://github.com/Cougar "2 total commits to the Home Assistant orga:
+- [Cougar (@Cougar)](https://github.com/Cougar "3 total commits to the Home Assistant orga:
2 commits to home-assistant.io
+1 commit to core
")
- [Courtenay (@hdsheena)](https://github.com/hdsheena "6 total commits to the Home Assistant orga:
4 commits to home-assistant.io
@@ -4958,6 +5089,9 @@ This page contains a list of people who have contributed in one way or another t
- [croghostrider (@croghostrider)](https://github.com/croghostrider "3 total commits to the Home Assistant orga:
3 commits to core
")
+- [Cromefire\_ (@cromefire)](https://github.com/cromefire "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [Crowbar Z (@crowbarz)](https://github.com/crowbarz "5 total commits to the Home Assistant orga:
3 commits to brands
2 commits to wheels-custom-integrations
@@ -5059,6 +5193,9 @@ This page contains a list of people who have contributed in one way or another t
- [d8ahazard (@d8ahazard)](https://github.com/d8ahazard "1 total commits to the Home Assistant orga:
1 commit to brands
")
+- [d\-walsh (@d-walsh)](https://github.com/d-walsh "2 total commits to the Home Assistant orga:
+2 commits to core
+")
- [D\. Olsson (@dickolsson)](https://github.com/dickolsson "41 total commits to the Home Assistant orga:
41 commits to buildroot
")
@@ -5202,8 +5339,9 @@ This page contains a list of people who have contributed in one way or another t
- [Dan Walkes (@dwalkes)](https://github.com/dwalkes "3 total commits to the Home Assistant orga:
3 commits to buildroot
")
-- [danaues (@danaues)](https://github.com/danaues "4 total commits to the Home Assistant orga:
-4 commits to core
+- [danaues (@danaues)](https://github.com/danaues "14 total commits to the Home Assistant orga:
+13 commits to core
+1 commit to home-assistant.io
")
- [danbishop (@danbishop)](https://github.com/danbishop "3 total commits to the Home Assistant orga:
2 commits to core
@@ -5232,6 +5370,9 @@ This page contains a list of people who have contributed in one way or another t
1 commit to wheels-custom-integrations
1 commit to brands
")
+- [Daniel (@Danieldiazi)](https://github.com/Danieldiazi "2 total commits to the Home Assistant orga:
+2 commits to brands
+")
- [Daniel (@djansen1987)](https://github.com/djansen1987 "1 total commits to the Home Assistant orga:
1 commit to brands
")
@@ -5298,8 +5439,10 @@ This page contains a list of people who have contributed in one way or another t
- [Daniel Fahlgren (@fahlgren)](https://github.com/fahlgren "1 total commits to the Home Assistant orga:
1 commit to buildroot
")
-- [Daniel Gangl (@killer0071234)](https://github.com/killer0071234 "1 total commits to the Home Assistant orga:
+- [Daniel Gangl (@killer0071234)](https://github.com/killer0071234 "3 total commits to the Home Assistant orga:
1 commit to brands
+1 commit to home-assistant.io
+1 commit to core
")
- [Daniel García (@dani-garcia)](https://github.com/dani-garcia "1 total commits to the Home Assistant orga:
1 commit to brands
@@ -5359,10 +5502,10 @@ This page contains a list of people who have contributed in one way or another t
- [Daniel Pereira (@kriansa)](https://github.com/kriansa "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [Daniel Perna (@danielperna84)](https://github.com/danielperna84 "164 total commits to the Home Assistant orga:
+- [Daniel Perna (@danielperna84)](https://github.com/danielperna84 "167 total commits to the Home Assistant orga:
98 commits to core
48 commits to home-assistant.io
-16 commits to addons
+19 commits to addons
1 commit to people
1 commit to brands
")
@@ -5383,8 +5526,8 @@ This page contains a list of people who have contributed in one way or another t
2 commits to home-assistant.io
1 commit to core
")
-- [Daniel Rheinbay (@danielrheinbay)](https://github.com/danielrheinbay "11 total commits to the Home Assistant orga:
-8 commits to home-assistant.io
+- [Daniel Rheinbay (@danielrheinbay)](https://github.com/danielrheinbay "13 total commits to the Home Assistant orga:
+10 commits to home-assistant.io
3 commits to core
")
- [Daniel Rivard (@danielrivard)](https://github.com/danielrivard "1 total commits to the Home Assistant orga:
@@ -5405,12 +5548,12 @@ This page contains a list of people who have contributed in one way or another t
- [Daniel Serpell (@dmsc)](https://github.com/dmsc "1 total commits to the Home Assistant orga:
1 commit to buildroot
")
-- [Daniel Shokouhi (@dshokouhi)](https://github.com/dshokouhi "794 total commits to the Home Assistant orga:
-423 commits to android
-224 commits to companion.home-assistant
+- [Daniel Shokouhi (@dshokouhi)](https://github.com/dshokouhi "870 total commits to the Home Assistant orga:
+471 commits to android
+248 commits to companion.home-assistant
65 commits to home-assistant.io
-59 commits to core
-18 commits to mobile-apps-fcm-push
+60 commits to core
+21 commits to mobile-apps-fcm-push
3 commits to alerts.home-assistant.io
2 commits to developers.home-assistant
")
@@ -5443,8 +5586,8 @@ This page contains a list of people who have contributed in one way or another t
- [Daniele Salvatore Albano (@danielealbano)](https://github.com/danielealbano "2 total commits to the Home Assistant orga:
2 commits to buildroot
")
-- [Danielhiversen (@Danielhiversen)](https://github.com/Danielhiversen "762 total commits to the Home Assistant orga:
-599 commits to core
+- [Danielhiversen (@Danielhiversen)](https://github.com/Danielhiversen "768 total commits to the Home Assistant orga:
+605 commits to core
152 commits to home-assistant.io
6 commits to brands
3 commits to frontend
@@ -5454,6 +5597,9 @@ This page contains a list of people who have contributed in one way or another t
- [danielpodwysocki (@danielpodwysocki)](https://github.com/danielpodwysocki "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [DanielV (@dala318)](https://github.com/dala318 "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [DanielXYZ2000 (@DanielXYZ2000)](https://github.com/DanielXYZ2000 "3 total commits to the Home Assistant orga:
2 commits to home-assistant.io
1 commit to addons
@@ -5481,8 +5627,8 @@ This page contains a list of people who have contributed in one way or another t
- [Danny Murphy (@Dmurph24)](https://github.com/Dmurph24 "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Danny Tsang (@dannytsang)](https://github.com/dannytsang "28 total commits to the Home Assistant orga:
-28 commits to home-assistant.io
+- [Danny Tsang (@dannytsang)](https://github.com/dannytsang "31 total commits to the Home Assistant orga:
+31 commits to home-assistant.io
")
- [DannyHg (@DannyHg)](https://github.com/DannyHg "1 total commits to the Home Assistant orga:
1 commit to 1password-teams-open-source
@@ -5601,6 +5747,9 @@ This page contains a list of people who have contributed in one way or another t
- [Dave Lowper (@davelowper)](https://github.com/davelowper "2 total commits to the Home Assistant orga:
2 commits to core
")
+- [Dave Pearce (@davecpearce)](https://github.com/davecpearce "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
- [Dave Pearce (@UrbanDave)](https://github.com/UrbanDave "2 total commits to the Home Assistant orga:
1 commit to brands
1 commit to core
@@ -5608,10 +5757,10 @@ This page contains a list of people who have contributed in one way or another t
- [Dave Skok (@blanco-ether)](https://github.com/blanco-ether "1 total commits to the Home Assistant orga:
1 commit to buildroot
")
-- [Dave T (@davet2001)](https://github.com/davet2001 "141 total commits to the Home Assistant orga:
-118 commits to core
+- [Dave T (@davet2001)](https://github.com/davet2001 "149 total commits to the Home Assistant orga:
+122 commits to core
14 commits to home-assistant.io
-9 commits to developers.home-assistant
+13 commits to developers.home-assistant
")
- [DAVe3283 (@DAVe3283)](https://github.com/DAVe3283 "1 total commits to the Home Assistant orga:
1 commit to open-zwave
@@ -5636,6 +5785,9 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
1 commit to core
")
+- [David (@vasqued2)](https://github.com/vasqued2 "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
- [David (@DaveCo1701)](https://github.com/DaveCo1701 "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -5662,8 +5814,9 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
1 commit to core
")
-- [David Beitey (@davidjb)](https://github.com/davidjb "24 total commits to the Home Assistant orga:
+- [David Beitey (@davidjb)](https://github.com/davidjb "28 total commits to the Home Assistant orga:
15 commits to home-assistant.io
+4 commits to iOS
3 commits to developers.home-assistant
3 commits to core
1 commit to example-custom-config
@@ -5680,9 +5833,9 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
1 commit to core
")
-- [David Bonnes (@zxdavb)](https://github.com/zxdavb "125 total commits to the Home Assistant orga:
+- [David Bonnes (@zxdavb)](https://github.com/zxdavb "126 total commits to the Home Assistant orga:
96 commits to core
-29 commits to home-assistant.io
+30 commits to home-assistant.io
")
- [David Boslee (@dboslee)](https://github.com/dboslee "1 total commits to the Home Assistant orga:
1 commit to core
@@ -5731,9 +5884,9 @@ This page contains a list of people who have contributed in one way or another t
4 commits to core
3 commits to home-assistant.io
")
-- [David F\. Mulcahey (@dmulcahey)](https://github.com/dmulcahey "407 total commits to the Home Assistant orga:
-335 commits to core
-62 commits to frontend
+- [David F\. Mulcahey (@dmulcahey)](https://github.com/dmulcahey "428 total commits to the Home Assistant orga:
+352 commits to core
+66 commits to frontend
8 commits to home-assistant.io
1 commit to people
1 commit to brands
@@ -5817,6 +5970,9 @@ This page contains a list of people who have contributed in one way or another t
- [David Noren (@dcnoren)](https://github.com/dcnoren "1 total commits to the Home Assistant orga:
1 commit to core
")
+- [David Noyes (@davidnoyes)](https://github.com/davidnoyes "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
- [David Ohayon (@ohayon)](https://github.com/ohayon "3 total commits to the Home Assistant orga:
3 commits to issue-bot
")
@@ -5955,6 +6111,9 @@ This page contains a list of people who have contributed in one way or another t
- [Davy Landman (@DavyLandman)](https://github.com/DavyLandman "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
+- [Dawid Chyrzyński (@dawidchyrzynski)](https://github.com/dawidchyrzynski "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [Dawid Wróbel (@wrobelda)](https://github.com/wrobelda "6 total commits to the Home Assistant orga:
5 commits to home-assistant.io
1 commit to open-zwave
@@ -5980,6 +6139,9 @@ This page contains a list of people who have contributed in one way or another t
- [dckiller51 (@dckiller51)](https://github.com/dckiller51 "1 total commits to the Home Assistant orga:
1 commit to brands
")
+- [dcmeglio (@dcmeglio)](https://github.com/dcmeglio "3 total commits to the Home Assistant orga:
+3 commits to brands
+")
- [dcrusader (@dcrusader)](https://github.com/dcrusader "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -6010,9 +6172,9 @@ This page contains a list of people who have contributed in one way or another t
- [Deez73 (@Deez73)](https://github.com/Deez73 "3 total commits to the Home Assistant orga:
3 commits to home-assistant.io
")
-- [definitio (@definitio)](https://github.com/definitio "20 total commits to the Home Assistant orga:
-13 commits to core
-5 commits to home-assistant.io
+- [definitio (@definitio)](https://github.com/definitio "24 total commits to the Home Assistant orga:
+16 commits to core
+6 commits to home-assistant.io
2 commits to brands
")
- [deftdawg (@deftdawg)](https://github.com/deftdawg "20 total commits to the Home Assistant orga:
@@ -6071,8 +6233,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to brands
")
- [Denise Yu (@deniseyu)](https://github.com/deniseyu "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Denix (@denics)](https://github.com/denics "6 total commits to the Home Assistant orga:
4 commits to home-assistant.io
@@ -6105,8 +6267,8 @@ This page contains a list of people who have contributed in one way or another t
- [Dennis Modig (@techdude200)](https://github.com/techdude200 "2 total commits to the Home Assistant orga:
2 commits to open-zwave
")
-- [Dennis Schroer (@dennisschroer)](https://github.com/dennisschroer "4 total commits to the Home Assistant orga:
-2 commits to core
+- [Dennis Schroer (@dennisschroer)](https://github.com/dennisschroer "7 total commits to the Home Assistant orga:
+5 commits to core
1 commit to brands
1 commit to home-assistant.io
")
@@ -6139,9 +6301,6 @@ This page contains a list of people who have contributed in one way or another t
- [depasseg (@depasseg)](https://github.com/depasseg "1 total commits to the Home Assistant orga:
1 commit to addons
")
-- [dependabot\[bot\] (@dependabot[bot])](https://github.com/dependabot[bot] "1 total commits to the Home Assistant orga:
-1 commit to brands
-")
- [derandiunddasbo (@derandiunddasbo)](https://github.com/derandiunddasbo "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -6170,8 +6329,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to frontend
")
- [Desausoi Laurent (@lade-odoo)](https://github.com/lade-odoo "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Destix (@Destix)](https://github.com/Destix "7 total commits to the Home Assistant orga:
7 commits to home-assistant.io
@@ -6239,6 +6398,9 @@ This page contains a list of people who have contributed in one way or another t
1 commit to developers.home-assistant
1 commit to brands
")
+- [dgthomson (@dgthomson)](https://github.com/dgthomson "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [dhaas (@dhaas)](https://github.com/dhaas "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -6299,8 +6461,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to core
")
- [dimitri (@magicbuffer)](https://github.com/magicbuffer "2 total commits to the Home Assistant orga:
-1 commit to companion.home-assistant
1 commit to android
+1 commit to companion.home-assistant
")
- [Dimitri Prybysh (@dimp-gh)](https://github.com/dimp-gh "1 total commits to the Home Assistant orga:
1 commit to operating-system
@@ -6332,9 +6494,9 @@ This page contains a list of people who have contributed in one way or another t
- [Diogo F\. Andrade Murteira (@murtas)](https://github.com/murtas "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [Diogo Gomes (@dgomes)](https://github.com/dgomes "261 total commits to the Home Assistant orga:
-181 commits to core
-57 commits to home-assistant.io
+- [Diogo Gomes (@dgomes)](https://github.com/dgomes "269 total commits to the Home Assistant orga:
+188 commits to core
+58 commits to home-assistant.io
13 commits to brands
3 commits to assets
3 commits to wheels-custom-integrations
@@ -6343,8 +6505,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to frontend
")
- [Diogo Soares (@diogos88)](https://github.com/diogos88 "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [diplix (@diplix)](https://github.com/diplix "3 total commits to the Home Assistant orga:
2 commits to home-assistant.io
@@ -6405,8 +6567,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to core
")
- [Dmitry Avramenko (@B1tMaster)](https://github.com/B1tMaster "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Dmitry Katsubo (@dmak)](https://github.com/dmak "2 total commits to the Home Assistant orga:
2 commits to core
@@ -6423,9 +6585,12 @@ This page contains a list of people who have contributed in one way or another t
- [Dmitry Tretyakov (@dtretyakov)](https://github.com/dtretyakov "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
+- [Dmitry Tsyrulnikov (@Dubzer)](https://github.com/Dubzer "1 total commits to the Home Assistant orga:
+1 commit to android
+")
- [Dmitry Vasilyev (@slydiman)](https://github.com/slydiman "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [dmonego (@dmonego)](https://github.com/dmonego "4 total commits to the Home Assistant orga:
3 commits to core
@@ -6507,6 +6672,9 @@ This page contains a list of people who have contributed in one way or another t
- [Doomic (@Doomic)](https://github.com/Doomic "1 total commits to the Home Assistant orga:
1 commit to core
")
+- [dotsoltecti (@dotsoltecti)](https://github.com/dotsoltecti "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [Doug (@douglasbeck)](https://github.com/douglasbeck "2 total commits to the Home Assistant orga:
2 commits to open-zwave
")
@@ -6564,11 +6732,12 @@ This page contains a list of people who have contributed in one way or another t
1 commit to data.home-assistant
1 commit to home-assistant.io
")
-- [dreed47 (@dreed47)](https://github.com/dreed47 "11 total commits to the Home Assistant orga:
+- [dreed47 (@dreed47)](https://github.com/dreed47 "12 total commits to the Home Assistant orga:
8 commits to core
1 commit to wheels-custom-integrations
1 commit to developers.home-assistant
1 commit to brands
+1 commit to home-assistant.io
")
- [dreizehnelf (@dreizehnelf)](https://github.com/dreizehnelf "1 total commits to the Home Assistant orga:
1 commit to core
@@ -6582,6 +6751,9 @@ This page contains a list of people who have contributed in one way or another t
- [Drew Fustini (@pdp7)](https://github.com/pdp7 "2 total commits to the Home Assistant orga:
2 commits to buildroot
")
+- [Drew Mares (@dmares01)](https://github.com/dmares01 "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [Drew Skwiers\-Koballa (@dzsquared)](https://github.com/dzsquared "8 total commits to the Home Assistant orga:
8 commits to home-assistant.io
")
@@ -6625,9 +6797,15 @@ This page contains a list of people who have contributed in one way or another t
- [drosoCode (@drosoCode)](https://github.com/drosoCode "1 total commits to the Home Assistant orga:
1 commit to brands
")
+- [drpeppershaker (@drpeppershaker)](https://github.com/drpeppershaker "1 total commits to the Home Assistant orga:
+1 commit to companion.home-assistant
+")
- [drphungky (@drphungky)](https://github.com/drphungky "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [DrZoid (@docteurzoidberg)](https://github.com/docteurzoidberg "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
- [Drzony (@drzony)](https://github.com/drzony "1 total commits to the Home Assistant orga:
1 commit to core
")
@@ -6637,13 +6815,14 @@ This page contains a list of people who have contributed in one way or another t
- [dtorner (@dtorner)](https://github.com/dtorner "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
-- [Dubh Ad (@DubhAd)](https://github.com/DubhAd "677 total commits to the Home Assistant orga:
+- [Dubh Ad (@DubhAd)](https://github.com/DubhAd "678 total commits to the Home Assistant orga:
665 commits to home-assistant.io
3 commits to developers.home-assistant
3 commits to alerts.home-assistant.io
3 commits to core
2 commits to operating-system
1 commit to people
+1 commit to service-hub
")
- [DuchkPy (@DuchkPy)](https://github.com/DuchkPy "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
@@ -6684,6 +6863,9 @@ This page contains a list of people who have contributed in one way or another t
3 commits to core
1 commit to home-assistant.io
")
+- [Dusan Cervenka (@Hadatko)](https://github.com/Hadatko "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [dusan\-ivanco (@dusan-ivanco)](https://github.com/dusan-ivanco "1 total commits to the Home Assistant orga:
1 commit to brands
")
@@ -6799,8 +6981,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Eddy G (@eddyg)](https://github.com/eddyg "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [EddyK69 (@EddyK69)](https://github.com/EddyK69 "2 total commits to the Home Assistant orga:
2 commits to core
@@ -6843,8 +7025,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Edward (@EdJoJob)](https://github.com/EdJoJob "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Edward Knight (@Edward-Knight)](https://github.com/Edward-Knight "2 total commits to the Home Assistant orga:
2 commits to core
@@ -6879,8 +7061,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Eerovil (@Eerovil)](https://github.com/Eerovil "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [EetuRasilainen (@EetuRasilainen)](https://github.com/EetuRasilainen "1 total commits to the Home Assistant orga:
1 commit to core
@@ -6891,8 +7073,8 @@ This page contains a list of people who have contributed in one way or another t
- [efp1 (@efp1)](https://github.com/efp1 "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [EgonMarmol (@EgonMarmol)](https://github.com/EgonMarmol "13 total commits to the Home Assistant orga:
-13 commits to home-assistant.io
+- [EgonMarmol (@EgonMarmol)](https://github.com/EgonMarmol "16 total commits to the Home Assistant orga:
+16 commits to home-assistant.io
")
- [Egor Romanko (@egor-romanko)](https://github.com/egor-romanko "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -6904,12 +7086,12 @@ This page contains a list of people who have contributed in one way or another t
9 commits to core
3 commits to home-assistant.io
")
-- [ehendrix23 (@ehendrix23)](https://github.com/ehendrix23 "76 total commits to the Home Assistant orga:
-65 commits to core
-8 commits to home-assistant.io
+- [ehendrix23 (@ehendrix23)](https://github.com/ehendrix23 "80 total commits to the Home Assistant orga:
+68 commits to core
+9 commits to home-assistant.io
1 commit to pyharmony
-1 commit to frontend
1 commit to wheels-custom-integrations
+1 commit to frontend
")
- [eieste (@eieste)](https://github.com/eieste "1 total commits to the Home Assistant orga:
1 commit to core
@@ -6933,8 +7115,8 @@ This page contains a list of people who have contributed in one way or another t
- [Eirik H (@eithe)](https://github.com/eithe "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Eirik Z (@atxbyea)](https://github.com/atxbyea "30 total commits to the Home Assistant orga:
-27 commits to home-assistant.io
+- [Eirik Z (@atxbyea)](https://github.com/atxbyea "34 total commits to the Home Assistant orga:
+31 commits to home-assistant.io
3 commits to brands
")
- [Eiríkur Haraldsson (@eiki25)](https://github.com/eiki25 "1 total commits to the Home Assistant orga:
@@ -6961,8 +7143,8 @@ This page contains a list of people who have contributed in one way or another t
- [Elahd Bar\-Shai (@elahd)](https://github.com/elahd "5 total commits to the Home Assistant orga:
2 commits to brands
1 commit to wheels-custom-integrations
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [ElBalsero (@ElBalsero)](https://github.com/ElBalsero "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -7022,9 +7204,9 @@ This page contains a list of people who have contributed in one way or another t
- [Eloi Bail (@ebail)](https://github.com/ebail "4 total commits to the Home Assistant orga:
4 commits to buildroot
")
-- [Eloston (@Eloston)](https://github.com/Eloston "3 total commits to the Home Assistant orga:
+- [Eloston (@Eloston)](https://github.com/Eloston "4 total commits to the Home Assistant orga:
+2 commits to home-assistant.io
2 commits to core
-1 commit to home-assistant.io
")
- [elschnert (@elschnert)](https://github.com/elschnert "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -7074,6 +7256,9 @@ This page contains a list of people who have contributed in one way or another t
31 commits to home-assistant.io
1 commit to core
")
+- [emes30 (@emes30)](https://github.com/emes30 "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
- [Emil Horpen Hetty (@emilhetty)](https://github.com/emilhetty "3 total commits to the Home Assistant orga:
2 commits to home-assistant.io
1 commit to core
@@ -7115,8 +7300,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to open-zwave
")
- [EmitKiwi (@EmitKiwi)](https://github.com/EmitKiwi "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [emkay82 (@emkay82)](https://github.com/emkay82 "2 total commits to the Home Assistant orga:
2 commits to core
@@ -7139,10 +7324,10 @@ This page contains a list of people who have contributed in one way or another t
- [Emre Saglam (@emresaglam)](https://github.com/emresaglam "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [emufan (@emufan)](https://github.com/emufan "5 total commits to the Home Assistant orga:
+- [emufan (@emufan)](https://github.com/emufan "6 total commits to the Home Assistant orga:
3 commits to core
+2 commits to home-assistant.io
1 commit to frontend
-1 commit to home-assistant.io
")
- [endor (@endor-force)](https://github.com/endor-force "24 total commits to the Home Assistant orga:
11 commits to home-assistant.io
@@ -7173,12 +7358,12 @@ This page contains a list of people who have contributed in one way or another t
- [eparla774 (@eparla774)](https://github.com/eparla774 "1 total commits to the Home Assistant orga:
1 commit to supervisor
")
-- [epenet (@epenet)](https://github.com/epenet "1877 total commits to the Home Assistant orga:
-1834 commits to core
-23 commits to home-assistant.io
-10 commits to developers.home-assistant
+- [epenet (@epenet)](https://github.com/epenet "2302 total commits to the Home Assistant orga:
+2225 commits to core
+33 commits to home-assistant.io
+28 commits to developers.home-assistant
+10 commits to frontend
5 commits to brands
-4 commits to frontend
1 commit to wheels-custom-integrations
")
- [eracknaphobia (@eracknaphobia)](https://github.com/eracknaphobia "3 total commits to the Home Assistant orga:
@@ -7248,8 +7433,8 @@ This page contains a list of people who have contributed in one way or another t
55 commits to warrant
")
- [Eric Pignet (@ericpignet)](https://github.com/ericpignet "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Eric Rolf (@xrolfex)](https://github.com/xrolfex "13 total commits to the Home Assistant orga:
13 commits to core
@@ -7301,8 +7486,9 @@ This page contains a list of people who have contributed in one way or another t
109 commits to core
14 commits to home-assistant.io
")
-- [Erik Flodin (@erijo)](https://github.com/erijo "2 total commits to the Home Assistant orga:
+- [Erik Flodin (@erijo)](https://github.com/erijo "3 total commits to the Home Assistant orga:
2 commits to core
+1 commit to home-assistant.io
")
- [Erik Gustavsson (@cyr123)](https://github.com/cyr123 "2 total commits to the Home Assistant orga:
2 commits to open-zwave
@@ -7319,18 +7505,21 @@ This page contains a list of people who have contributed in one way or another t
- [Erik Larsson (@ortogonal)](https://github.com/ortogonal "11 total commits to the Home Assistant orga:
11 commits to buildroot
")
-- [Erik Montnemery (@emontnemery)](https://github.com/emontnemery "2314 total commits to the Home Assistant orga:
-1913 commits to core
-236 commits to home-assistant.io
-77 commits to frontend
-75 commits to developers.home-assistant
+- [Erik Montnemery (@emontnemery)](https://github.com/emontnemery "2510 total commits to the Home Assistant orga:
+2065 commits to core
+243 commits to home-assistant.io
+106 commits to frontend
+82 commits to developers.home-assistant
5 commits to alerts.home-assistant.io
+3 commits to data.home-assistant
2 commits to architecture
-2 commits to data.home-assistant
2 commits to brands
1 commit to home-assistant-js-websocket
1 commit to people
")
+- [Erik Raae (@mr-raw)](https://github.com/mr-raw "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
- [Erik Seglem (@eseglem)](https://github.com/eseglem "2 total commits to the Home Assistant orga:
1 commit to wheels-custom-integrations
1 commit to brands
@@ -7351,19 +7540,20 @@ This page contains a list of people who have contributed in one way or another t
- [Erkka Tahvanainen (@tahvane1)](https://github.com/tahvane1 "1 total commits to the Home Assistant orga:
1 commit to brands
")
-- [erlendmoland (@erlendmoland)](https://github.com/erlendmoland "12 total commits to the Home Assistant orga:
-12 commits to home-assistant.io
+- [erlendmoland (@erlendmoland)](https://github.com/erlendmoland "16 total commits to the Home Assistant orga:
+16 commits to home-assistant.io
")
- [Ermanno Baschiera (@ebaschiera)](https://github.com/ebaschiera "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
-- [Ernst Klamer (@Ernst79)](https://github.com/Ernst79 "43 total commits to the Home Assistant orga:
-18 commits to core
-10 commits to home-assistant.io
-7 commits to bthome.io
-4 commits to brands
-2 commits to developers.home-assistant
+- [Ernst Klamer (@Ernst79)](https://github.com/Ernst79 "88 total commits to the Home Assistant orga:
+33 commits to bthome.io
+27 commits to core
+17 commits to home-assistant.io
+5 commits to brands
+3 commits to developers.home-assistant
1 commit to example-custom-config
+1 commit to frontend
1 commit to wheels-custom-integrations
")
- [ErnstEeldert (@ErnstEeldert)](https://github.com/ErnstEeldert "2 total commits to the Home Assistant orga:
@@ -7400,9 +7590,9 @@ This page contains a list of people who have contributed in one way or another t
- [EspenT (@EspenT)](https://github.com/EspenT "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Ethan Madden (@jetpacktuxedo)](https://github.com/jetpacktuxedo "7 total commits to the Home Assistant orga:
+- [Ethan Madden (@jetpacktuxedo)](https://github.com/jetpacktuxedo "8 total commits to the Home Assistant orga:
6 commits to core
-1 commit to home-assistant.io
+2 commits to home-assistant.io
")
- [etheralm (@etheralm)](https://github.com/etheralm "14 total commits to the Home Assistant orga:
10 commits to core
@@ -7470,6 +7660,9 @@ This page contains a list of people who have contributed in one way or another t
- [Evan Zelkowitz (@ezelkow1)](https://github.com/ezelkow1 "2 total commits to the Home Assistant orga:
2 commits to buildroot
")
+- [evantaur (@evantaur)](https://github.com/evantaur "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
- [everix1992 (@everix1992)](https://github.com/everix1992 "4 total commits to the Home Assistant orga:
2 commits to pyharmony
1 commit to core
@@ -7485,8 +7678,8 @@ This page contains a list of people who have contributed in one way or another t
50 commits to buildroot
")
- [Evgeniy (@evgeniy-khatko)](https://github.com/evgeniy-khatko "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Evgeny (@freekode)](https://github.com/freekode "11 total commits to the Home Assistant orga:
8 commits to core
@@ -7529,7 +7722,7 @@ This page contains a list of people who have contributed in one way or another t
- [f8cfe@free\.fr (@fillods)](https://github.com/fillods "1 total commits to the Home Assistant orga:
1 commit to buildroot
")
-- [Fabian Affolter (@fabaff)](https://github.com/fabaff "5805 total commits to the Home Assistant orga:
+- [Fabian Affolter (@fabaff)](https://github.com/fabaff "5806 total commits to the Home Assistant orga:
3399 commits to home-assistant.io
2178 commits to core
65 commits to developers.home-assistant
@@ -7551,6 +7744,7 @@ This page contains a list of people who have contributed in one way or another t
1 commit to ui-schema
1 commit to supervised-installer
1 commit to android
+1 commit to private-demo
")
- [Fabian Fischer (@nodomain)](https://github.com/nodomain "1 total commits to the Home Assistant orga:
1 commit to addons
@@ -7562,14 +7756,14 @@ This page contains a list of people who have contributed in one way or another t
1 commit to buildroot
")
- [Fabian Peter Hammerle (@fphammerle)](https://github.com/fphammerle "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Fabian Rodriguez (@MagicFab)](https://github.com/MagicFab "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
-- [Fabian Seitz (@FaserF)](https://github.com/FaserF "2 total commits to the Home Assistant orga:
-1 commit to brands
+- [Fabian Seitz (@FaserF)](https://github.com/FaserF "4 total commits to the Home Assistant orga:
+3 commits to brands
1 commit to core
")
- [Fabian Zimmermann (@devfaz)](https://github.com/devfaz "1 total commits to the Home Assistant orga:
@@ -7624,6 +7818,9 @@ This page contains a list of people who have contributed in one way or another t
3 commits to home-assistant.io
2 commits to core
")
+- [Fabrizio Leonelli (@leofabri)](https://github.com/leofabri "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [Fabrizio Tarizzo (@bluviolin)](https://github.com/bluviolin "1 total commits to the Home Assistant orga:
1 commit to core
")
@@ -7666,8 +7863,8 @@ This page contains a list of people who have contributed in one way or another t
54 commits to buildroot
")
- [Faucogney Anthony (@afaucogney)](https://github.com/afaucogney "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Fazli Sapuan (@fuzzie360)](https://github.com/fuzzie360 "2 total commits to the Home Assistant orga:
2 commits to core
@@ -7687,6 +7884,9 @@ This page contains a list of people who have contributed in one way or another t
5 commits to home-assistant.io
2 commits to core
")
+- [Federico Marani (@fmarani)](https://github.com/fmarani "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [Federico Pellegrin (@fedepell)](https://github.com/fedepell "1 total commits to the Home Assistant orga:
1 commit to buildroot
")
@@ -7708,11 +7908,11 @@ This page contains a list of people who have contributed in one way or another t
7 commits to home-assistant.io
1 commit to developers.home-assistant
")
-- [Felipe Santos (@felipecrs)](https://github.com/felipecrs "7 total commits to the Home Assistant orga:
+- [Felipe Santos (@felipecrs)](https://github.com/felipecrs "10 total commits to the Home Assistant orga:
+3 commits to frontend
+3 commits to core
2 commits to home-assistant.io
-2 commits to core
1 commit to addons
-1 commit to frontend
1 commit to devcontainer
")
- [Felix (@0xFelix)](https://github.com/0xFelix "2 total commits to the Home Assistant orga:
@@ -7802,8 +8002,8 @@ This page contains a list of people who have contributed in one way or another t
2 commits to home-assistant.io
")
- [Filip Pytloun (@fpytloun)](https://github.com/fpytloun "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Filip Skoneczny (@fsky3)](https://github.com/fsky3 "2 total commits to the Home Assistant orga:
2 commits to buildroot
@@ -7816,8 +8016,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Filipe Pina (@fopina)](https://github.com/fopina "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Filippo Sironi (@filipposironi)](https://github.com/filipposironi "1 total commits to the Home Assistant orga:
1 commit to buildroot
@@ -7864,8 +8064,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Flavien Charlon (@Flavien)](https://github.com/Flavien "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Flavien Norindr (@Plumillon)](https://github.com/Plumillon "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -7884,6 +8084,9 @@ This page contains a list of people who have contributed in one way or another t
- [flebourse (@flebourse)](https://github.com/flebourse "1 total commits to the Home Assistant orga:
1 commit to core
")
+- [Flemming Sørvollen Skaret (@flemmingss)](https://github.com/flemmingss "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [FletcherAU (@FletcherAU)](https://github.com/FletcherAU "1 total commits to the Home Assistant orga:
1 commit to core
")
@@ -7894,8 +8097,8 @@ This page contains a list of people who have contributed in one way or another t
2 commits to open-zwave
")
- [Flip Hess (@fliphess)](https://github.com/fliphess "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [flixhsw (@flixhsw)](https://github.com/flixhsw "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -7912,8 +8115,8 @@ This page contains a list of people who have contributed in one way or another t
- [flopp999 (@flopp999)](https://github.com/flopp999 "7 total commits to the Home Assistant orga:
7 commits to open-zwave
")
-- [Florent Thoumie (@flz)](https://github.com/flz "21 total commits to the Home Assistant orga:
-20 commits to core
+- [Florent Thoumie (@flz)](https://github.com/flz "22 total commits to the Home Assistant orga:
+21 commits to core
1 commit to home-assistant.io
")
- [florent valette (@fvalette)](https://github.com/fvalette "2 total commits to the Home Assistant orga:
@@ -7954,8 +8157,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to 1password-teams-open-source
")
- [Florian Heilmann (@FHeilmann)](https://github.com/FHeilmann "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Florian Holzapfel (@florianholzapfel)](https://github.com/florianholzapfel "6 total commits to the Home Assistant orga:
4 commits to home-assistant.io
@@ -7967,8 +8170,9 @@ This page contains a list of people who have contributed in one way or another t
4 commits to brands
2 commits to assets
")
-- [Florian Lagg (@LaggAt)](https://github.com/LaggAt "1 total commits to the Home Assistant orga:
+- [Florian Lagg (@LaggAt)](https://github.com/LaggAt "2 total commits to the Home Assistant orga:
1 commit to wheels-custom-integrations
+1 commit to brands
")
- [Florian Ludwig (@FlorianLudwig)](https://github.com/FlorianLudwig "4 total commits to the Home Assistant orga:
2 commits to core
@@ -8055,9 +8259,10 @@ This page contains a list of people who have contributed in one way or another t
1 commit to addons
1 commit to developers.home-assistant
")
-- [fprokop (@fprokop)](https://github.com/fprokop "2 total commits to the Home Assistant orga:
-1 commit to frontend
+- [fprokop (@fprokop)](https://github.com/fprokop "3 total commits to the Home Assistant orga:
1 commit to alerts.home-assistant.io
+1 commit to frontend
+1 commit to home-assistant.io
")
- [fran1987 (@fran1987)](https://github.com/fran1987 "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -8065,6 +8270,9 @@ This page contains a list of people who have contributed in one way or another t
- [Francesco (@Leosirth)](https://github.com/Leosirth "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [Francesco (@frasim)](https://github.com/frasim "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [Francesco Negri (@dhinus)](https://github.com/dhinus "1 total commits to the Home Assistant orga:
1 commit to buildroot
")
@@ -8086,13 +8294,13 @@ This page contains a list of people who have contributed in one way or another t
- [francispoisson (@francispoisson)](https://github.com/francispoisson "1 total commits to the Home Assistant orga:
1 commit to brands
")
-- [Franck Nijhof (@frenck)](https://github.com/frenck "5201 total commits to the Home Assistant orga:
-2669 commits to core
-1738 commits to home-assistant.io
-159 commits to brands
+- [Franck Nijhof (@frenck)](https://github.com/frenck "5480 total commits to the Home Assistant orga:
+2804 commits to core
+1861 commits to home-assistant.io
+165 commits to brands
146 commits to addons
-107 commits to frontend
-93 commits to developers.home-assistant
+115 commits to frontend
+100 commits to developers.home-assistant
79 commits to supervisor
57 commits to cli
27 commits to docker-base
@@ -8111,21 +8319,21 @@ This page contains a list of people who have contributed in one way or another t
3 commits to home-assistant-js-websocket
3 commits to actions
3 commits to os-agent
-2 commits to docker
2 commits to supervised-installer
2 commits to companion.home-assistant
-1 commit to hubot-home-assistant
+2 commits to docker
1 commit to hassio-build
+1 commit to hubot-home-assistant
1 commit to custom-panel-starter-kit-react
1 commit to addons-development
+1 commit to .github
1 commit to mobile-apps-fcm-push
1 commit to builder
-1 commit to .github
1 commit to android
-1 commit to probot-home-assistant
-1 commit to wheels-tensorflow
-1 commit to my-upnp
1 commit to plugin-audio
+1 commit to probot-home-assistant
+1 commit to my-upnp
+1 commit to wheels-tensorflow
")
- [Francois Chagnon (@EiNSTeiN-)](https://github.com/EiNSTeiN- "5 total commits to the Home Assistant orga:
4 commits to core
@@ -8162,8 +8370,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Frank van Ierland (@fierland)](https://github.com/fierland "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Frank Vanbever (@frankvanbever)](https://github.com/frankvanbever "12 total commits to the Home Assistant orga:
12 commits to buildroot
@@ -8207,6 +8415,9 @@ This page contains a list of people who have contributed in one way or another t
- [Fred (@smokingdev)](https://github.com/smokingdev "1 total commits to the Home Assistant orga:
1 commit to brands
")
+- [Fred Taylor\-Young (@Fr3d)](https://github.com/Fr3d "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
- [Freddie Leeman (@freddieleeman)](https://github.com/freddieleeman "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -8254,19 +8465,19 @@ This page contains a list of people who have contributed in one way or another t
- [Fredrik (@fohlsso2)](https://github.com/fohlsso2 "4 total commits to the Home Assistant orga:
4 commits to home-assistant.io
")
-- [Fredrik Andersson (@glyph-se)](https://github.com/glyph-se "2 total commits to the Home Assistant orga:
-2 commits to home-assistant.io
+- [Fredrik Andersson (@glyph-se)](https://github.com/glyph-se "3 total commits to the Home Assistant orga:
+3 commits to home-assistant.io
")
- [Fredrik Baberg (@fredrikbaberg)](https://github.com/fredrikbaberg "12 total commits to the Home Assistant orga:
8 commits to home-assistant.io
3 commits to developers.home-assistant
1 commit to core
")
-- [Fredrik Erlandsson (@fredrike)](https://github.com/fredrike "160 total commits to the Home Assistant orga:
-121 commits to core
-32 commits to home-assistant.io
+- [Fredrik Erlandsson (@fredrike)](https://github.com/fredrike "167 total commits to the Home Assistant orga:
+125 commits to core
+34 commits to home-assistant.io
+3 commits to developers.home-assistant
2 commits to supervisor
-2 commits to developers.home-assistant
2 commits to brands
1 commit to operating-system
")
@@ -8352,10 +8563,10 @@ This page contains a list of people who have contributed in one way or another t
- [fxxer (@fxxer)](https://github.com/fxxer "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [G Johansson (@gjohansson-ST)](https://github.com/gjohansson-ST "200 total commits to the Home Assistant orga:
-160 commits to core
-29 commits to home-assistant.io
-5 commits to brands
+- [G Johansson (@gjohansson-ST)](https://github.com/gjohansson-ST "246 total commits to the Home Assistant orga:
+201 commits to core
+33 commits to home-assistant.io
+6 commits to brands
4 commits to developers.home-assistant
2 commits to example-custom-config
")
@@ -8394,8 +8605,8 @@ This page contains a list of people who have contributed in one way or another t
")
- [Gabriel Rauter (@rautesamtr)](https://github.com/rautesamtr "3 total commits to the Home Assistant orga:
1 commit to brands
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Gabriel Visser (@gvssr)](https://github.com/gvssr "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -8460,8 +8671,8 @@ This page contains a list of people who have contributed in one way or another t
- [Garret Kelly (@gkelly)](https://github.com/gkelly "1 total commits to the Home Assistant orga:
1 commit to buildroot
")
-- [Garrett (@G-Two)](https://github.com/G-Two "9 total commits to the Home Assistant orga:
-5 commits to core
+- [Garrett (@G-Two)](https://github.com/G-Two "14 total commits to the Home Assistant orga:
+10 commits to core
2 commits to brands
2 commits to home-assistant.io
")
@@ -8525,6 +8736,9 @@ This page contains a list of people who have contributed in one way or another t
- [Gaël PORTAY (@gportay)](https://github.com/gportay "78 total commits to the Home Assistant orga:
78 commits to buildroot
")
+- [GBP (@CubicPill)](https://github.com/CubicPill "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
- [gde79 (@gde79)](https://github.com/gde79 "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -8558,6 +8772,9 @@ This page contains a list of people who have contributed in one way or another t
1 commit to open-zwave
1 commit to home-assistant.io
")
+- [Geliras (@Geliras)](https://github.com/Geliras "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [gemolnar (@gemolnar)](https://github.com/gemolnar "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -8629,8 +8846,8 @@ This page contains a list of people who have contributed in one way or another t
17 commits to home-assistant.io
7 commits to core
1 commit to frontend
-1 commit to developers.home-assistant
1 commit to open-zwave
+1 commit to developers.home-assistant
")
- [Georgi Todorov (@TeraHz)](https://github.com/TeraHz "1 total commits to the Home Assistant orga:
1 commit to open-zwave
@@ -8660,12 +8877,12 @@ This page contains a list of people who have contributed in one way or another t
1 commit to core
")
- [Gerben Meijer (@infernix)](https://github.com/infernix "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Gerben ten Hove (@gurbyz)](https://github.com/gurbyz "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Gergely Imreh (@imrehg)](https://github.com/imrehg "23 total commits to the Home Assistant orga:
11 commits to core
@@ -8679,8 +8896,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Geronimo2015 (@Geronimo2015)](https://github.com/Geronimo2015 "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Gert (@Gerto)](https://github.com/Gerto "3 total commits to the Home Assistant orga:
2 commits to home-assistant.io
@@ -8717,8 +8934,8 @@ This page contains a list of people who have contributed in one way or another t
8 commits to home-assistant.io
")
- [Giannie (@Giannie)](https://github.com/Giannie "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Giannuz (@Giannuz)](https://github.com/Giannuz "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -8798,8 +9015,8 @@ This page contains a list of people who have contributed in one way or another t
- [GitBook Bot (@gitbook-bot)](https://github.com/gitbook-bot "1 total commits to the Home Assistant orga:
1 commit to developers.home-assistant
")
-- [GitHub Action (@GitHub-Action)](https://github.com/GitHub-Action "549 total commits to the Home Assistant orga:
-391 commits to core
+- [GitHub Action (@GitHub-Action)](https://github.com/GitHub-Action "623 total commits to the Home Assistant orga:
+465 commits to core
158 commits to frontend
")
- [githubbuh (@githubbuh)](https://github.com/githubbuh "5 total commits to the Home Assistant orga:
@@ -8873,9 +9090,10 @@ This page contains a list of people who have contributed in one way or another t
- [Glenn Morrison (@atomicpapa)](https://github.com/atomicpapa "11 total commits to the Home Assistant orga:
11 commits to home-assistant.io
")
-- [Glenn Waters (@gwww)](https://github.com/gwww "25 total commits to the Home Assistant orga:
-23 commits to core
-2 commits to home-assistant.io
+- [Glenn Waters (@gwww)](https://github.com/gwww "31 total commits to the Home Assistant orga:
+25 commits to core
+4 commits to home-assistant.io
+2 commits to brands
")
- [glenn20 (@glenn20)](https://github.com/glenn20 "2 total commits to the Home Assistant orga:
1 commit to core
@@ -8937,8 +9155,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to companion.home-assistant
")
- [GP8x (@GP8x)](https://github.com/GP8x "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [gpatkinson (@gpatkinson)](https://github.com/gpatkinson "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -8965,8 +9183,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to buildroot
")
- [Graham Rogers (@TastyPi)](https://github.com/TastyPi "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Graham Wetzler (@grahamwetzler)](https://github.com/grahamwetzler "6 total commits to the Home Assistant orga:
2 commits to brands
@@ -9023,6 +9241,9 @@ This page contains a list of people who have contributed in one way or another t
1 commit to companion.home-assistant
1 commit to brands
")
+- [Greg Hesp (@greghesp)](https://github.com/greghesp "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
- [Greg Johnson (@notgwj)](https://github.com/notgwj "1 total commits to the Home Assistant orga:
1 commit to core
")
@@ -9043,8 +9264,8 @@ This page contains a list of people who have contributed in one way or another t
")
- [Greg Rapp (@gdrapp)](https://github.com/gdrapp "3 total commits to the Home Assistant orga:
1 commit to supervisor
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Greg Schwartz (@gregschwartz)](https://github.com/gregschwartz "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -9074,8 +9295,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to core
")
- [Gregor Gruener (@ggruner)](https://github.com/ggruner "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Gregory Benner (@Klathmon)](https://github.com/Klathmon "6 total commits to the Home Assistant orga:
3 commits to core
@@ -9089,8 +9310,8 @@ This page contains a list of people who have contributed in one way or another t
7 commits to buildroot
")
- [Gregory Dosh (@GregoryDosh)](https://github.com/GregoryDosh "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Gregory Knox (@Knoxie)](https://github.com/Knoxie "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -9108,8 +9329,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Grodesh (@Grodesh)](https://github.com/Grodesh "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [groot406 (@groot406)](https://github.com/groot406 "5 total commits to the Home Assistant orga:
5 commits to core
@@ -9132,6 +9353,9 @@ This page contains a list of people who have contributed in one way or another t
- [Grégoire M\. (@M-Gregoire)](https://github.com/M-Gregoire "1 total commits to the Home Assistant orga:
1 commit to supervised-installer
")
+- [Grégoire Seux (@kamaradclimber)](https://github.com/kamaradclimber "2 total commits to the Home Assistant orga:
+2 commits to brands
+")
- [gstorer (@gstorer)](https://github.com/gstorer "2 total commits to the Home Assistant orga:
2 commits to core
")
@@ -9139,8 +9363,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [GTH (@gunnarhelgason)](https://github.com/gunnarhelgason "4 total commits to the Home Assistant orga:
-2 commits to core
2 commits to home-assistant.io
+2 commits to core
")
- [gth (@gth)](https://github.com/gth "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -9158,17 +9382,18 @@ This page contains a list of people who have contributed in one way or another t
5 commits to brands
2 commits to wheels-custom-integrations
")
-- [Guido Schmitz (@Shutgun)](https://github.com/Shutgun "85 total commits to the Home Assistant orga:
-68 commits to core
+- [Guido Schmitz (@Shutgun)](https://github.com/Shutgun "94 total commits to the Home Assistant orga:
+75 commits to core
15 commits to home-assistant.io
-2 commits to brands
+3 commits to brands
+1 commit to developers.home-assistant
")
- [Guilherme Conti Teixeira (@guiconti)](https://github.com/guiconti "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
- [Guillaume DELVIT (@guiguid)](https://github.com/guiguid "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Guillaume Duveau (@guix77)](https://github.com/guix77 "1 total commits to the Home Assistant orga:
1 commit to core
@@ -9179,8 +9404,8 @@ This page contains a list of people who have contributed in one way or another t
- [Guillaume Rischard (@grischard)](https://github.com/grischard "4 total commits to the Home Assistant orga:
1 commit to frontend
1 commit to developers.home-assistant
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Guillaume SABBE (@gsabbe)](https://github.com/gsabbe "1 total commits to the Home Assistant orga:
1 commit to core
@@ -9223,18 +9448,22 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Gunnar Klauberg (@Aeroid)](https://github.com/Aeroid "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Guo Ren (@guoren83)](https://github.com/guoren83 "21 total commits to the Home Assistant orga:
21 commits to buildroot
")
-- [guozi7788 (@guozi7788)](https://github.com/guozi7788 "1 total commits to the Home Assistant orga:
+- [guozi7788 (@guozi7788)](https://github.com/guozi7788 "2 total commits to the Home Assistant orga:
1 commit to core
+1 commit to home-assistant.io
")
- [Gustav Ahlberg (@Gyran)](https://github.com/Gyran "20 total commits to the Home Assistant orga:
20 commits to core
")
+- [Gustav Alerby (@gbyx3)](https://github.com/gbyx3 "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [Gustavo Pimentel (@gustavoSNPS)](https://github.com/gustavoSNPS "3 total commits to the Home Assistant orga:
3 commits to buildroot
")
@@ -9340,6 +9569,9 @@ This page contains a list of people who have contributed in one way or another t
- [Hackashaq666 (@Hackashaq666)](https://github.com/Hackashaq666 "1 total commits to the Home Assistant orga:
1 commit to core
")
+- [hackerESQ (@hackerESQ)](https://github.com/hackerESQ "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [Hadi Victorya (@hadipsy27)](https://github.com/hadipsy27 "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -9360,13 +9592,13 @@ This page contains a list of people who have contributed in one way or another t
- [hagenuck1 (@hagenuck1)](https://github.com/hagenuck1 "1 total commits to the Home Assistant orga:
1 commit to companion.home-assistant
")
-- [hahn\-th (@hahn-th)](https://github.com/hahn-th "6 total commits to the Home Assistant orga:
-4 commits to core
+- [hahn\-th (@hahn-th)](https://github.com/hahn-th "7 total commits to the Home Assistant orga:
+5 commits to core
2 commits to home-assistant.io
")
- [Haim Gelfenbeyn (@haimgel)](https://github.com/haimgel "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Halász Dávid (@skateman)](https://github.com/skateman "2 total commits to the Home Assistant orga:
1 commit to supervisor
@@ -9386,8 +9618,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to open-zwave
1 commit to home-assistant.io
")
-- [Hans Oischinger (@oischinger)](https://github.com/oischinger "53 total commits to the Home Assistant orga:
-44 commits to core
+- [Hans Oischinger (@oischinger)](https://github.com/oischinger "58 total commits to the Home Assistant orga:
+49 commits to core
9 commits to home-assistant.io
")
- [Hans Svedåker (@svedaker)](https://github.com/svedaker "1 total commits to the Home Assistant orga:
@@ -9416,8 +9648,8 @@ This page contains a list of people who have contributed in one way or another t
98 commits to open-zwave
")
- [Hareesh M U (@hareeshmu)](https://github.com/hareeshmu "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Harm\-Jan Roskam (@harmjanr)](https://github.com/harmjanr "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -9448,6 +9680,10 @@ This page contains a list of people who have contributed in one way or another t
- [Harshit Sanghvi (@sanghviharshit)](https://github.com/sanghviharshit "1 total commits to the Home Assistant orga:
1 commit to brands
")
+- [HarvsG (@HarvsG)](https://github.com/HarvsG "15 total commits to the Home Assistant orga:
+10 commits to core
+5 commits to home-assistant.io
+")
- [Harvtronix (@Harvtronix)](https://github.com/Harvtronix "1 total commits to the Home Assistant orga:
1 commit to core
")
@@ -9474,8 +9710,8 @@ This page contains a list of people who have contributed in one way or another t
2 commits to core
")
- [HBDK (@HBDK)](https://github.com/HBDK "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [hblaschka (@hblaschka)](https://github.com/hblaschka "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -9502,19 +9738,22 @@ This page contains a list of people who have contributed in one way or another t
- [Hebezo (@Kannix2005)](https://github.com/Kannix2005 "1 total commits to the Home Assistant orga:
1 commit to brands
")
+- [hecon5 (@hecon5)](https://github.com/hecon5 "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [Hector Kesari (@hkesari)](https://github.com/hkesari "1 total commits to the Home Assistant orga:
1 commit to buildroot
")
- [Hector Oron (@zumbi)](https://github.com/zumbi "2 total commits to the Home Assistant orga:
2 commits to buildroot
")
-- [Hedda (@Hedda)](https://github.com/Hedda "45 total commits to the Home Assistant orga:
-42 commits to home-assistant.io
+- [Hedda (@Hedda)](https://github.com/Hedda "48 total commits to the Home Assistant orga:
+45 commits to home-assistant.io
3 commits to core
")
- [Hedgehog57 (@Hedgehog57)](https://github.com/Hedgehog57 "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Heiko Helmle (@netzwer2)](https://github.com/netzwer2 "1 total commits to the Home Assistant orga:
1 commit to buildroot
@@ -9543,9 +9782,9 @@ This page contains a list of people who have contributed in one way or another t
- [Heinrich Dahms (@htdahms)](https://github.com/htdahms "1 total commits to the Home Assistant orga:
1 commit to iOS
")
-- [Heisenberg (@Heisenberg2980)](https://github.com/Heisenberg2980 "2 total commits to the Home Assistant orga:
+- [Heisenberg (@Heisenberg2980)](https://github.com/Heisenberg2980 "3 total commits to the Home Assistant orga:
+2 commits to home-assistant.io
1 commit to core
-1 commit to home-assistant.io
")
- [hello\-world\-dot\-c (@hello-world-dot-c)](https://github.com/hello-world-dot-c "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -9559,6 +9798,9 @@ This page contains a list of people who have contributed in one way or another t
- [Hendrik Schröter (@Rikorose)](https://github.com/Rikorose "1 total commits to the Home Assistant orga:
1 commit to core
")
+- [Henne (@HennieLP)](https://github.com/HennieLP "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [Henning Dickten (@hensing)](https://github.com/hensing "2 total commits to the Home Assistant orga:
2 commits to core
")
@@ -9577,9 +9819,10 @@ This page contains a list of people who have contributed in one way or another t
- [Henrik Carlioth (@carlioth)](https://github.com/carlioth "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Henrik Nicolaisen (@hmn)](https://github.com/hmn "10 total commits to the Home Assistant orga:
+- [Henrik Nicolaisen (@hmn)](https://github.com/hmn "11 total commits to the Home Assistant orga:
8 commits to core
2 commits to home-assistant.io
+1 commit to brands
")
- [Henrik Sozzi (@energywave)](https://github.com/energywave "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -9603,8 +9846,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Hermann Kraus (@herm)](https://github.com/herm "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Hernán (@hmronline)](https://github.com/hmronline "2 total commits to the Home Assistant orga:
2 commits to core
@@ -9615,8 +9858,8 @@ This page contains a list of people who have contributed in one way or another t
- [Hessel Bierma (@hesje)](https://github.com/hesje "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [hesselonline (@hesselonline)](https://github.com/hesselonline "22 total commits to the Home Assistant orga:
-17 commits to core
+- [hesselonline (@hesselonline)](https://github.com/hesselonline "25 total commits to the Home Assistant orga:
+20 commits to core
4 commits to home-assistant.io
1 commit to brands
")
@@ -9670,8 +9913,8 @@ This page contains a list of people who have contributed in one way or another t
- [hiveai (@hiveai)](https://github.com/hiveai "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Hmmbob (@hmmbob)](https://github.com/hmmbob "85 total commits to the Home Assistant orga:
-60 commits to home-assistant.io
+- [Hmmbob (@hmmbob)](https://github.com/hmmbob "86 total commits to the Home Assistant orga:
+61 commits to home-assistant.io
24 commits to core
1 commit to frontend
")
@@ -9698,6 +9941,10 @@ This page contains a list of people who have contributed in one way or another t
- [HollyFredD (@HollyFredD)](https://github.com/HollyFredD "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [holysoles (@holysoles)](https://github.com/holysoles "2 total commits to the Home Assistant orga:
+1 commit to core
+1 commit to home-assistant.io
+")
- [Home Assistant Bot (@homeassistant)](https://github.com/homeassistant "856 total commits to the Home Assistant orga:
498 commits to core
338 commits to frontend
@@ -9734,8 +9981,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Hovo \(Luke\) (@lhovo)](https://github.com/lhovo "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Hoytron (@Hoytron)](https://github.com/Hoytron "2 total commits to the Home Assistant orga:
1 commit to frontend
@@ -9775,8 +10022,8 @@ This page contains a list of people who have contributed in one way or another t
2 commits to open-zwave
")
- [Hugh Eaves (@hugheaves)](https://github.com/hugheaves "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Hugo Dupras (@jabesq)](https://github.com/jabesq "29 total commits to the Home Assistant orga:
21 commits to core
@@ -9808,8 +10055,8 @@ This page contains a list of people who have contributed in one way or another t
- [Hung Le (@hungle)](https://github.com/hungle "1 total commits to the Home Assistant orga:
1 commit to libcoap
")
-- [Hung Nguyen (@hungnguyenm)](https://github.com/hungnguyenm "1 total commits to the Home Assistant orga:
-1 commit to core
+- [Hung Nguyen (@hungnguyenm)](https://github.com/hungnguyenm "3 total commits to the Home Assistant orga:
+3 commits to core
")
- [hung2kgithub (@aes-alienrip)](https://github.com/aes-alienrip "2 total commits to the Home Assistant orga:
2 commits to core
@@ -9821,8 +10068,11 @@ This page contains a list of people who have contributed in one way or another t
1 commit to android
")
- [Huon Wilson (@huonw)](https://github.com/huonw "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
+")
+- [Hurzelchen (@hurzelchen)](https://github.com/hurzelchen "1 total commits to the Home Assistant orga:
+1 commit to core
")
- [husky\-koglhof (@husky-koglhof)](https://github.com/husky-koglhof "4 total commits to the Home Assistant orga:
4 commits to open-zwave
@@ -9847,8 +10097,8 @@ This page contains a list of people who have contributed in one way or another t
12 commits to home-assistant.io
")
- [Hypnos (@Hypnos3)](https://github.com/Hypnos3 "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [hypnosiss (@hypnosiss)](https://github.com/hypnosiss "1 total commits to the Home Assistant orga:
1 commit to core
@@ -9865,8 +10115,8 @@ This page contains a list of people who have contributed in one way or another t
- [Iain Matchett (@matchett808)](https://github.com/matchett808 "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
-- [IainPHay (@IainPHay)](https://github.com/IainPHay "3 total commits to the Home Assistant orga:
-3 commits to home-assistant.io
+- [IainPHay (@IainPHay)](https://github.com/IainPHay "4 total commits to the Home Assistant orga:
+4 commits to home-assistant.io
")
- [iainsmacleod (@iainsmacleod)](https://github.com/iainsmacleod "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -9878,12 +10128,15 @@ This page contains a list of people who have contributed in one way or another t
- [Ian (@Apocrathia)](https://github.com/Apocrathia "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
+- [Ian (@ianperrin)](https://github.com/ianperrin "2 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+1 commit to core
+")
- [Ian (@TheBassEngineer)](https://github.com/TheBassEngineer "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [Ian (@ianperrin)](https://github.com/ianperrin "2 total commits to the Home Assistant orga:
+- [Ian Byrne (@ianByrne)](https://github.com/ianByrne "1 total commits to the Home Assistant orga:
1 commit to core
-1 commit to home-assistant.io
")
- [Ian Copp (@icopp)](https://github.com/icopp "3 total commits to the Home Assistant orga:
3 commits to core
@@ -9894,8 +10147,9 @@ This page contains a list of people who have contributed in one way or another t
- [Ian Day (@iandday)](https://github.com/iandday "16 total commits to the Home Assistant orga:
16 commits to pyharmony
")
-- [Ian Duffy (@imduffy15)](https://github.com/imduffy15 "3 total commits to the Home Assistant orga:
+- [Ian Duffy (@imduffy15)](https://github.com/imduffy15 "4 total commits to the Home Assistant orga:
3 commits to core
+1 commit to home-assistant.io
")
- [Ian Foster (@lanrat)](https://github.com/lanrat "4 total commits to the Home Assistant orga:
2 commits to home-assistant.io
@@ -9941,9 +10195,9 @@ This page contains a list of people who have contributed in one way or another t
- [ic3cool (@ic3cool)](https://github.com/ic3cool "2 total commits to the Home Assistant orga:
2 commits to open-zwave
")
-- [IceBotYT (@IceBotYT)](https://github.com/IceBotYT "15 total commits to the Home Assistant orga:
-8 commits to core
-3 commits to home-assistant.io
+- [IceBotYT (@IceBotYT)](https://github.com/IceBotYT "21 total commits to the Home Assistant orga:
+11 commits to core
+6 commits to home-assistant.io
2 commits to developers.home-assistant
2 commits to brands
")
@@ -9975,6 +10229,10 @@ This page contains a list of people who have contributed in one way or another t
- [IGastel (@IGastel)](https://github.com/IGastel "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [Ignacio Hernandez\-Ros (@IgnacioHR)](https://github.com/IgnacioHR "2 total commits to the Home Assistant orga:
+1 commit to frontend
+1 commit to brands
+")
- [Ignacy Gawędzki (@iazz)](https://github.com/iazz "16 total commits to the Home Assistant orga:
16 commits to buildroot
")
@@ -10000,12 +10258,13 @@ This page contains a list of people who have contributed in one way or another t
2 commits to home-assistant.io
1 commit to core
")
-- [Igor Pakhomov (@Kirmas)](https://github.com/Kirmas "10 total commits to the Home Assistant orga:
+- [Igor Pakhomov (@Kirmas)](https://github.com/Kirmas "11 total commits to the Home Assistant orga:
6 commits to core
-4 commits to home-assistant.io
+5 commits to home-assistant.io
")
-- [Igor Santos (@igorsantos07)](https://github.com/igorsantos07 "1 total commits to the Home Assistant orga:
-1 commit to home-assistant.io
+- [Igor Santos (@igorsantos07)](https://github.com/igorsantos07 "3 total commits to the Home Assistant orga:
+2 commits to home-assistant.io
+1 commit to frontend
")
- [Igor Shults (@ishults)](https://github.com/ishults "12 total commits to the Home Assistant orga:
6 commits to core
@@ -10028,10 +10287,10 @@ This page contains a list of people who have contributed in one way or another t
- [ikucuze (@ikucuze)](https://github.com/ikucuze "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [ildar170975 (@ildar170975)](https://github.com/ildar170975 "3 total commits to the Home Assistant orga:
+- [ildar170975 (@ildar170975)](https://github.com/ildar170975 "5 total commits to the Home Assistant orga:
+3 commits to home-assistant.io
1 commit to frontend
1 commit to core
-1 commit to home-assistant.io
")
- [Ilia Sotnikov (@hostcc)](https://github.com/hostcc "1 total commits to the Home Assistant orga:
1 commit to brands
@@ -10045,8 +10304,8 @@ This page contains a list of people who have contributed in one way or another t
")
- [Ilja Leiko (@leikoilja)](https://github.com/leikoilja "3 total commits to the Home Assistant orga:
1 commit to wheels-custom-integrations
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Illia Grybkov (@igrybkov)](https://github.com/igrybkov "3 total commits to the Home Assistant orga:
3 commits to home-assistant.io
@@ -10109,6 +10368,9 @@ This page contains a list of people who have contributed in one way or another t
17 commits to home-assistant.io
4 commits to core
")
+- [ioctl2 (@ioctl2)](https://github.com/ioctl2 "4 total commits to the Home Assistant orga:
+4 commits to operating-system
+")
- [ionred (@ionred)](https://github.com/ionred "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -10160,8 +10422,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to supervisor
1 commit to builder
1 commit to devcontainer
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Issac Kelly (@issackelly)](https://github.com/issackelly "3 total commits to the Home Assistant orga:
3 commits to core
@@ -10185,6 +10447,9 @@ This page contains a list of people who have contributed in one way or another t
- [iTitou (@titouanc)](https://github.com/titouanc "17 total commits to the Home Assistant orga:
17 commits to buildroot
")
+- [Itzik Ephraim (@oranja)](https://github.com/oranja "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [Iulian Onofrei (@revolter)](https://github.com/revolter "8 total commits to the Home Assistant orga:
3 commits to home-assistant.io
2 commits to buildroot
@@ -10193,8 +10458,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to frontend
")
- [Iulius (@tuxbox)](https://github.com/tuxbox "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Ivan Belokobylskiy (@devbis)](https://github.com/devbis "6 total commits to the Home Assistant orga:
5 commits to core
@@ -10202,8 +10467,8 @@ This page contains a list of people who have contributed in one way or another t
")
- [Ivan Bessarabov (@bessarabov)](https://github.com/bessarabov "11 total commits to the Home Assistant orga:
9 commits to home-assistant.io
-1 commit to developers.home-assistant
1 commit to analytics.home-assistant.io
+1 commit to developers.home-assistant
")
- [Ivan Dyedov (@idyedov)](https://github.com/idyedov "2 total commits to the Home Assistant orga:
1 commit to open-zwave
@@ -10212,6 +10477,9 @@ This page contains a list of people who have contributed in one way or another t
- [Ivan Herrera (@Klievan)](https://github.com/Klievan "1 total commits to the Home Assistant orga:
1 commit to developers.home-assistant
")
+- [Ivan Puddu (@dn0sar)](https://github.com/dn0sar "2 total commits to the Home Assistant orga:
+2 commits to core
+")
- [IVEEL (@iveelco)](https://github.com/iveelco "3 total commits to the Home Assistant orga:
3 commits to newsletter-ghost-theme
")
@@ -10225,8 +10493,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Iván Cea Fontenla (@ivancea)](https://github.com/ivancea "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [J Evans (@g40)](https://github.com/g40 "3 total commits to the Home Assistant orga:
3 commits to buildroot
@@ -10257,12 +10525,12 @@ This page contains a list of people who have contributed in one way or another t
- [J\. B\. Rainsberger (@jbrains)](https://github.com/jbrains "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
-- [J\. Nick Koston (@bdraco)](https://github.com/bdraco "3567 total commits to the Home Assistant orga:
-3080 commits to core
-268 commits to home-assistant.io
-86 commits to frontend
-72 commits to developers.home-assistant
-46 commits to brands
+- [J\. Nick Koston (@bdraco)](https://github.com/bdraco "4079 total commits to the Home Assistant orga:
+3536 commits to core
+316 commits to home-assistant.io
+90 commits to frontend
+74 commits to developers.home-assistant
+48 commits to brands
8 commits to data.home-assistant
2 commits to home-assistant-js-websocket
2 commits to docker
@@ -10298,6 +10566,9 @@ This page contains a list of people who have contributed in one way or another t
4 commits to home-assistant.io
1 commit to core
")
+- [JaccoR (@JaccoR)](https://github.com/JaccoR "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
- [Jacek Kończewski (@jacekk015)](https://github.com/jacekk015 "1 total commits to the Home Assistant orga:
1 commit to core
")
@@ -10315,8 +10586,14 @@ This page contains a list of people who have contributed in one way or another t
3 commits to home-assistant.io
")
- [Jack (@iamjackg)](https://github.com/iamjackg "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
+")
+- [Jack A (@wasteofusername)](https://github.com/wasteofusername "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
+- [Jack Boswell (@boswelja)](https://github.com/boswelja "1 total commits to the Home Assistant orga:
+1 commit to core
")
- [Jack Chapple (@jbroadice)](https://github.com/jbroadice "2 total commits to the Home Assistant orga:
2 commits to core
@@ -10359,8 +10636,8 @@ This page contains a list of people who have contributed in one way or another t
4 commits to home-assistant.io
")
- [Jacob McSwain (@USA-RedDragon)](https://github.com/USA-RedDragon "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Jacob Minnis (@jminn)](https://github.com/jminn "2 total commits to the Home Assistant orga:
2 commits to core
@@ -10372,12 +10649,15 @@ This page contains a list of people who have contributed in one way or another t
2 commits to brands
")
- [Jacob Shufro (@jshufro)](https://github.com/jshufro "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Jacob Siverskog (@jsiverskog)](https://github.com/jsiverskog "1 total commits to the Home Assistant orga:
1 commit to pi-gen
")
+- [Jacob Snyder (@JacobSnyder)](https://github.com/JacobSnyder "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [Jacob Southard (@thevoltagesource)](https://github.com/thevoltagesource "3 total commits to the Home Assistant orga:
3 commits to core
")
@@ -10391,12 +10671,14 @@ This page contains a list of people who have contributed in one way or another t
- [Jacques\-D\. Piguet (@jdpiguet)](https://github.com/jdpiguet "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Jadson Santos (@jadson179)](https://github.com/jadson179 "4 total commits to the Home Assistant orga:
+- [Jadson Santos (@gtjadsonsantos)](https://github.com/gtjadsonsantos "4 total commits to the Home Assistant orga:
3 commits to brands
1 commit to wheels-custom-integrations
")
-- [jafar\-atili (@jafar-atili)](https://github.com/jafar-atili "2 total commits to the Home Assistant orga:
-2 commits to brands
+- [Jafar Atili (@jafar-atili)](https://github.com/jafar-atili "26 total commits to the Home Assistant orga:
+17 commits to core
+5 commits to home-assistant.io
+4 commits to brands
")
- [Jagan Teki (@openedev)](https://github.com/openedev "44 total commits to the Home Assistant orga:
44 commits to buildroot
@@ -10498,8 +10780,8 @@ This page contains a list of people who have contributed in one way or another t
- [James Hebden (@devec0)](https://github.com/devec0 "2 total commits to the Home Assistant orga:
2 commits to buildroot
")
-- [James Hewitt (@Jamstah)](https://github.com/Jamstah "4 total commits to the Home Assistant orga:
-2 commits to home-assistant.io
+- [James Hewitt (@Jamstah)](https://github.com/Jamstah "5 total commits to the Home Assistant orga:
+3 commits to home-assistant.io
2 commits to core
")
- [James Hilliard (@jameshilliard)](https://github.com/jameshilliard "374 total commits to the Home Assistant orga:
@@ -10575,8 +10857,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to android
")
- [Jamie Macdonald (@sidequestboy)](https://github.com/sidequestboy "2 total commits to the Home Assistant orga:
-1 commit to companion.home-assistant
1 commit to android
+1 commit to companion.home-assistant
")
- [Jamie Shaw (@jamieshaw)](https://github.com/jamieshaw "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
@@ -10605,17 +10887,17 @@ This page contains a list of people who have contributed in one way or another t
- [Jan (@js94x)](https://github.com/js94x "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
-- [Jan (@climblinne)](https://github.com/climblinne "1 total commits to the Home Assistant orga:
-1 commit to core
+- [Jan (@climblinne)](https://github.com/climblinne "2 total commits to the Home Assistant orga:
+2 commits to core
")
- [Jan Almeroth (@jalmeroth)](https://github.com/jalmeroth "8 total commits to the Home Assistant orga:
5 commits to core
2 commits to home-assistant.io
1 commit to frontend
")
-- [Jan Bouwhuis (@jbouwh)](https://github.com/jbouwh "212 total commits to the Home Assistant orga:
-142 commits to core
-69 commits to home-assistant.io
+- [Jan Bouwhuis (@jbouwh)](https://github.com/jbouwh "284 total commits to the Home Assistant orga:
+208 commits to core
+75 commits to home-assistant.io
1 commit to developers.home-assistant
")
- [Jan C (@infradom)](https://github.com/infradom "1 total commits to the Home Assistant orga:
@@ -10646,6 +10928,9 @@ This page contains a list of people who have contributed in one way or another t
317 commits to core
38 commits to home-assistant.io
")
+- [Jan Jedelský (@jjedelsky)](https://github.com/jjedelsky "2 total commits to the Home Assistant orga:
+2 commits to core
+")
- [Jan Jurča (@janjurca)](https://github.com/janjurca "1 total commits to the Home Assistant orga:
1 commit to core
")
@@ -10710,8 +10995,8 @@ This page contains a list of people who have contributed in one way or another t
- [Jan Willhaus (@janw)](https://github.com/janw "4 total commits to the Home Assistant orga:
4 commits to home-assistant.io
")
-- [Jan\-Philipp Litza (@jplitza)](https://github.com/jplitza "1 total commits to the Home Assistant orga:
-1 commit to core
+- [Jan\-Philipp Litza (@jplitza)](https://github.com/jplitza "2 total commits to the Home Assistant orga:
+2 commits to core
")
- [Jan\-Preben Mossin (@jpmossin)](https://github.com/jpmossin "1 total commits to the Home Assistant orga:
1 commit to core
@@ -10719,12 +11004,16 @@ This page contains a list of people who have contributed in one way or another t
- [Jan\-Willem Mulder (@jwnmulder)](https://github.com/jwnmulder "1 total commits to the Home Assistant orga:
1 commit to core
")
+- [Janick Bergeron (@janick)](https://github.com/janick "2 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+1 commit to core
+")
- [Janis Jansons (@Janhouse)](https://github.com/Janhouse "1 total commits to the Home Assistant orga:
1 commit to core
")
- [Janitha Karunaratne (@janitha)](https://github.com/janitha "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [janlugt (@janlugt)](https://github.com/janlugt "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -10736,8 +11025,9 @@ This page contains a list of people who have contributed in one way or another t
- [Jannik Beyerstedt (@jbeyerstedt)](https://github.com/jbeyerstedt "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [Jannis Göing (@jannis3005)](https://github.com/jannis3005 "2 total commits to the Home Assistant orga:
+- [Jannis Göing (@jannis3005)](https://github.com/jannis3005 "3 total commits to the Home Assistant orga:
2 commits to android
+1 commit to companion.home-assistant
")
- [Janos Racz (@rczjns)](https://github.com/rczjns "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -10766,12 +11056,12 @@ This page contains a list of people who have contributed in one way or another t
1 commit to core
")
- [Jared Quinn (@jaredquinn)](https://github.com/jaredquinn "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Jari Ylimäinen (@JariInc)](https://github.com/JariInc "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Jarle B\. Hjortand (@jarlebh)](https://github.com/jarlebh "1 total commits to the Home Assistant orga:
1 commit to core
@@ -10782,8 +11072,8 @@ This page contains a list of people who have contributed in one way or another t
- [Jarod Wilson (@jarodwilson)](https://github.com/jarodwilson "2 total commits to the Home Assistant orga:
2 commits to core
")
-- [Jaroslav Hanslík (@kukulich)](https://github.com/kukulich "24 total commits to the Home Assistant orga:
-13 commits to frontend
+- [Jaroslav Hanslík (@kukulich)](https://github.com/kukulich "25 total commits to the Home Assistant orga:
+14 commits to frontend
6 commits to core
2 commits to developers.home-assistant
2 commits to home-assistant.io
@@ -10793,8 +11083,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Jaryl Chng (@jarylc)](https://github.com/jarylc "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Jason (@zachowj)](https://github.com/zachowj "4 total commits to the Home Assistant orga:
3 commits to home-assistant-js-websocket
@@ -10837,8 +11127,8 @@ This page contains a list of people who have contributed in one way or another t
34 commits to frontend
10 commits to developers.home-assistant
2 commits to android
-1 commit to LabelBot
1 commit to home-assistant-js-websocket
+1 commit to LabelBot
1 commit to people
")
- [Jason Hunter (@hunterjm)](https://github.com/hunterjm "134 total commits to the Home Assistant orga:
@@ -10851,16 +11141,16 @@ This page contains a list of people who have contributed in one way or another t
1 commit to developers.home-assistant
")
- [Jason Kingsbury (@relvacode)](https://github.com/relvacode "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Jason Knott (@jayknott)](https://github.com/jayknott "2 total commits to the Home Assistant orga:
1 commit to frontend
1 commit to home-assistant.io
")
- [Jason Kölker (@jkoelker)](https://github.com/jkoelker "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Jason Lachowsky (@dajo)](https://github.com/dajo "5 total commits to the Home Assistant orga:
2 commits to core
@@ -10868,8 +11158,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to frontend
1 commit to home-assistant.io
")
-- [Jason Lawrence (@jjlawren)](https://github.com/jjlawren "577 total commits to the Home Assistant orga:
-495 commits to core
+- [Jason Lawrence (@jjlawren)](https://github.com/jjlawren "582 total commits to the Home Assistant orga:
+500 commits to core
73 commits to home-assistant.io
7 commits to iOS
1 commit to developers.home-assistant
@@ -10895,8 +11185,8 @@ This page contains a list of people who have contributed in one way or another t
2 commits to core
")
- [Jason Ross (@csfreak)](https://github.com/csfreak "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Jason Rumney (@make-all)](https://github.com/make-all "2 total commits to the Home Assistant orga:
1 commit to wheels-custom-integrations
@@ -10919,8 +11209,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Jason Woodford (@jwood55812)](https://github.com/jwood55812 "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Jason Woodward (@woodwardjd)](https://github.com/woodwardjd "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -10959,8 +11249,8 @@ This page contains a list of people who have contributed in one way or another t
- [Jatin Desai (@jdesai61)](https://github.com/jdesai61 "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [javicalle (@javicalle)](https://github.com/javicalle "40 total commits to the Home Assistant orga:
-23 commits to core
+- [javicalle (@javicalle)](https://github.com/javicalle "46 total commits to the Home Assistant orga:
+29 commits to core
17 commits to home-assistant.io
")
- [Javier Domingo Cansino (@txomon)](https://github.com/txomon "1 total commits to the Home Assistant orga:
@@ -10991,17 +11281,17 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Jay (@jshridha)](https://github.com/jshridha "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Jay Love (@jslove)](https://github.com/jslove "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Jay Newstrom (@JayNewstrom)](https://github.com/JayNewstrom "4 total commits to the Home Assistant orga:
2 commits to android
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Jay Stevens (@Jay2645)](https://github.com/Jay2645 "4 total commits to the Home Assistant orga:
3 commits to home-assistant.io
@@ -11057,11 +11347,12 @@ This page contains a list of people who have contributed in one way or another t
7 commits to home-assistant.io
6 commits to core
")
-- [Jc2k (@Jc2k)](https://github.com/Jc2k "256 total commits to the Home Assistant orga:
-232 commits to core
-16 commits to home-assistant.io
+- [Jc2k (@Jc2k)](https://github.com/Jc2k "275 total commits to the Home Assistant orga:
+248 commits to core
+18 commits to home-assistant.io
4 commits to frontend
3 commits to developers.home-assistant
+1 commit to yellow.home-assistant.io
1 commit to brands
")
- [jcEcaSinters (@jcEcaSinters)](https://github.com/jcEcaSinters "26 total commits to the Home Assistant orga:
@@ -11079,7 +11370,8 @@ This page contains a list of people who have contributed in one way or another t
- [jcrowegitHu8 (@jcrowegitHu8)](https://github.com/jcrowegitHu8 "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [jdeath (@jdeath)](https://github.com/jdeath "1 total commits to the Home Assistant orga:
+- [jdeath (@jdeath)](https://github.com/jdeath "2 total commits to the Home Assistant orga:
+1 commit to brands
1 commit to core
")
- [jdelaney72 (@jdelaney72)](https://github.com/jdelaney72 "2 total commits to the Home Assistant orga:
@@ -11092,8 +11384,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Jean Gauthier (@SupremeSports)](https://github.com/SupremeSports "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Jean Regisser (@jeanregisser)](https://github.com/jeanregisser "2 total commits to the Home Assistant orga:
2 commits to core
@@ -11112,6 +11404,9 @@ This page contains a list of people who have contributed in one way or another t
974 commits to open-zwave
6 commits to python-openzwave
")
+- [Jean\-François Paris (@jfparis)](https://github.com/jfparis "2 total commits to the Home Assistant orga:
+2 commits to core
+")
- [Jean\-François Roy (@jfroy)](https://github.com/jfroy "6 total commits to the Home Assistant orga:
5 commits to core
1 commit to home-assistant.io
@@ -11136,8 +11431,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Jean\-Philippe Jodoin (@jpjodoin)](https://github.com/jpjodoin "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Jean\-pierre Cartal (@jeanpierrecartal)](https://github.com/jeanpierrecartal "1 total commits to the Home Assistant orga:
1 commit to buildroot
@@ -11156,10 +11451,10 @@ This page contains a list of people who have contributed in one way or another t
- [JeeCee1 (@JeeCee1)](https://github.com/JeeCee1 "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
-- [Jeef (@jeeftor)](https://github.com/jeeftor "31 total commits to the Home Assistant orga:
-22 commits to core
-7 commits to home-assistant.io
-2 commits to brands
+- [Jeef (@jeeftor)](https://github.com/jeeftor "45 total commits to the Home Assistant orga:
+31 commits to core
+11 commits to home-assistant.io
+3 commits to brands
")
- [Jeena Paradies (@jeena)](https://github.com/jeena "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -11284,10 +11579,11 @@ This page contains a list of people who have contributed in one way or another t
2 commits to wheels-custom-integrations
1 commit to brands
")
-- [Jens (@jensihnow)](https://github.com/jensihnow "23 total commits to the Home Assistant orga:
+- [Jens (@jensihnow)](https://github.com/jensihnow "24 total commits to the Home Assistant orga:
17 commits to home-assistant.io
5 commits to core
1 commit to addons
+1 commit to bthome.io
")
- [Jens (@jhoepken)](https://github.com/jhoepken "3 total commits to the Home Assistant orga:
3 commits to home-assistant.io
@@ -11304,8 +11600,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to wheels-custom-integrations
1 commit to brands
")
-- [Jens Nistler (@lociii)](https://github.com/lociii "5 total commits to the Home Assistant orga:
-2 commits to brands
+- [Jens Nistler (@lociii)](https://github.com/lociii "6 total commits to the Home Assistant orga:
+3 commits to brands
2 commits to core
1 commit to wheels-custom-integrations
")
@@ -11393,8 +11689,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to core
")
- [Jeroen Seegers (@jeroenseegers)](https://github.com/jeroenseegers "3 total commits to the Home Assistant orga:
-1 commit to companion.home-assistant
1 commit to android
+1 commit to companion.home-assistant
1 commit to home-assistant.io
")
- [Jeroen ter Heerdt (@jeroenterheerdt)](https://github.com/jeroenterheerdt "43 total commits to the Home Assistant orga:
@@ -11420,8 +11716,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Jerry Chong (@zanglang)](https://github.com/zanglang "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Jerry Workman (@JerryWorkman)](https://github.com/JerryWorkman "9 total commits to the Home Assistant orga:
9 commits to home-assistant.io
@@ -11430,16 +11726,16 @@ This page contains a list of people who have contributed in one way or another t
3 commits to buildroot
")
- [Jess (@castaway)](https://github.com/castaway "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Jesse Campbell (@jcam)](https://github.com/jcam "8 total commits to the Home Assistant orga:
4 commits to core
3 commits to home-assistant.io
1 commit to addons
")
-- [Jesse Hills (@jesserockz)](https://github.com/jesserockz "75 total commits to the Home Assistant orga:
-64 commits to core
+- [Jesse Hills (@jesserockz)](https://github.com/jesserockz "80 total commits to the Home Assistant orga:
+69 commits to core
7 commits to home-assistant.io
3 commits to brands
1 commit to frontend
@@ -11470,8 +11766,8 @@ This page contains a list of people who have contributed in one way or another t
- [jessyjones (@jessyjones)](https://github.com/jessyjones "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Jevgeni Kiski (@yozik04)](https://github.com/yozik04 "5 total commits to the Home Assistant orga:
-4 commits to core
+- [Jevgeni Kiski (@yozik04)](https://github.com/yozik04 "6 total commits to the Home Assistant orga:
+5 commits to core
1 commit to home-assistant.io
")
- [Jewel Andraia Darger\-Sacher (@jewel-andraia)](https://github.com/jewel-andraia "1 total commits to the Home Assistant orga:
@@ -11485,6 +11781,9 @@ This page contains a list of people who have contributed in one way or another t
3 commits to core
1 commit to home-assistant.io
")
+- [Jezza (@Jezza34000)](https://github.com/Jezza34000 "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
- [jfearon (@jfearon)](https://github.com/jfearon "4 total commits to the Home Assistant orga:
2 commits to home-assistant.io
2 commits to core
@@ -11538,8 +11837,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Jin (@saury)](https://github.com/saury "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [jingsno (@jingsno)](https://github.com/jingsno "1 total commits to the Home Assistant orga:
1 commit to core
@@ -11584,6 +11883,9 @@ This page contains a list of people who have contributed in one way or another t
2 commits to core
2 commits to home-assistant.io
")
+- [Jo De Boeck (@grimpy)](https://github.com/grimpy "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [Jo Liss (@joliss)](https://github.com/joliss "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -11597,8 +11899,8 @@ This page contains a list of people who have contributed in one way or another t
23 commits to buildroot
")
- [Joakim af Sandeberg (@jotunacorn)](https://github.com/jotunacorn "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Joakim Lindbom (@JoakimLindbom)](https://github.com/JoakimLindbom "1 total commits to the Home Assistant orga:
1 commit to core
@@ -11606,52 +11908,53 @@ This page contains a list of people who have contributed in one way or another t
- [Joakim Olsson (@argoyle)](https://github.com/argoyle "1 total commits to the Home Assistant orga:
1 commit to brands
")
-- [Joakim Plate (@elupus)](https://github.com/elupus "257 total commits to the Home Assistant orga:
-213 commits to core
-26 commits to home-assistant.io
-9 commits to frontend
+- [Joakim Plate (@elupus)](https://github.com/elupus "294 total commits to the Home Assistant orga:
+242 commits to core
+29 commits to home-assistant.io
+13 commits to frontend
7 commits to developers.home-assistant
+2 commits to brands
1 commit to people
-1 commit to brands
")
- [Joakim Syk (@jockesyk)](https://github.com/jockesyk "1 total commits to the Home Assistant orga:
1 commit to brands
")
-- [Joakim Sørensen (@ludeeus)](https://github.com/ludeeus "2207 total commits to the Home Assistant orga:
-479 commits to frontend
-428 commits to core
+- [Joakim Sørensen (@ludeeus)](https://github.com/ludeeus "2400 total commits to the Home Assistant orga:
+490 commits to frontend
+439 commits to core
+264 commits to supervisor
262 commits to hassbian-scripts
-257 commits to supervisor
-203 commits to home-assistant.io
-111 commits to analytics.home-assistant.io
-49 commits to developers.home-assistant
-41 commits to addons
-39 commits to actions
+212 commits to home-assistant.io
+115 commits to analytics.home-assistant.io
+107 commits to service-hub
+52 commits to developers.home-assistant
+45 commits to deployments
+42 commits to addons
+40 commits to actions
33 commits to wheels-custom-integrations
-29 commits to version
+30 commits to version
28 commits to probot-home-assistant
21 commits to services.home-assistant.io
-19 commits to deployments
+20 commits to plugin-observer
17 commits to builder
16 commits to wheels
16 commits to my.home-assistant.io
-15 commits to plugin-observer
14 commits to addons-example
12 commits to landingpage
+12 commits to alerts.home-assistant.io
+12 commits to brands
11 commits to devcontainer
-11 commits to brands
10 commits to cli
-10 commits to alerts.home-assistant.io
9 commits to docker
+9 commits to private-demo
8 commits to bot
6 commits to tempio
-6 commits to private-demo
5 commits to docker-base
5 commits to supervised-installer
5 commits to wheels-scipy
-4 commits to architecture
+5 commits to yellow.home-assistant.io
4 commits to addons-development
-4 commits to service-hub
+4 commits to architecture
3 commits to operating-system
3 commits to plugin-multicast
2 commits to example-custom-config
@@ -11669,8 +11972,8 @@ This page contains a list of people who have contributed in one way or another t
7 commits to buildroot
")
- [Joao Carreira (@jfmcarreira)](https://github.com/jfmcarreira "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Joao Pedro Pinto (@joaopmpinto)](https://github.com/joaopmpinto "9 total commits to the Home Assistant orga:
9 commits to buildroot
@@ -11707,8 +12010,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Joe Gross (@joegross)](https://github.com/joegross "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Joe Lee (@xnoodle)](https://github.com/xnoodle "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
@@ -11724,7 +12027,10 @@ This page contains a list of people who have contributed in one way or another t
13 commits to home-assistant.io
")
- [Joe Rocklin (@joerocklin)](https://github.com/joerocklin "2 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
1 commit to core
+")
+- [Joe Rouvier (@jrouvier)](https://github.com/jrouvier "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
- [Joe Trabulsy (@webdjoe)](https://github.com/webdjoe "4 total commits to the Home Assistant orga:
@@ -11803,8 +12109,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to core
")
- [Johan Henkens (@jhenkens)](https://github.com/jhenkens "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Johan Isacsson (@CJNE)](https://github.com/CJNE "8 total commits to the Home Assistant orga:
4 commits to wheels-custom-integrations
@@ -11870,8 +12176,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to cli
")
- [Johannes Innerbichler (@jinnerbichler)](https://github.com/jinnerbichler "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Johannes Jonker (@JohJonker)](https://github.com/JohJonker "1 total commits to the Home Assistant orga:
1 commit to core
@@ -11912,8 +12218,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to brands
")
- [John Boiles (@johnboiles)](https://github.com/johnboiles "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [John Coggeshall (@coogle)](https://github.com/coogle "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
@@ -11933,8 +12239,8 @@ This page contains a list of people who have contributed in one way or another t
4 commits to core
")
- [John Howard (@howardjohn)](https://github.com/howardjohn "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [John James Jacoby (@JJJ)](https://github.com/JJJ "1 total commits to the Home Assistant orga:
1 commit to core
@@ -11948,6 +12254,9 @@ This page contains a list of people who have contributed in one way or another t
- [John L (@jplafonta)](https://github.com/jplafonta "24 total commits to the Home Assistant orga:
24 commits to open-zwave
")
+- [John Levermore (@zhibek)](https://github.com/zhibek "2 total commits to the Home Assistant orga:
+2 commits to core
+")
- [John Luetke (@johnluetke)](https://github.com/johnluetke "13 total commits to the Home Assistant orga:
6 commits to home-assistant.io
6 commits to core
@@ -12045,19 +12354,19 @@ This page contains a list of people who have contributed in one way or another t
4 commits to home-assistant.io
1 commit to wheels-custom-integrations
")
-- [Jon Evans (@craftyjon)](https://github.com/craftyjon "1 total commits to the Home Assistant orga:
-1 commit to core
-")
- [Jon Evans (@evansj)](https://github.com/evansj "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [Jon Evans (@craftyjon)](https://github.com/craftyjon "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [Jon Gerdes (@gerdesj)](https://github.com/gerdesj "2 total commits to the Home Assistant orga:
2 commits to open-zwave
")
-- [Jon Gilmore (@JonGilmore)](https://github.com/JonGilmore "25 total commits to the Home Assistant orga:
+- [Jon Gilmore (@JonGilmore)](https://github.com/JonGilmore "26 total commits to the Home Assistant orga:
12 commits to home-assistant.io
7 commits to brands
-6 commits to core
+7 commits to core
")
- [Jon Gilmore (@jon102034050)](https://github.com/jon102034050 "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -12084,10 +12393,16 @@ This page contains a list of people who have contributed in one way or another t
- [Jonas (@jonasem)](https://github.com/jonasem "3 total commits to the Home Assistant orga:
3 commits to addons
")
+- [Jonas (@JonasJoKuJonas)](https://github.com/JonasJoKuJonas "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
- [Jonas (@k4ds3)](https://github.com/k4ds3 "3 total commits to the Home Assistant orga:
2 commits to core
1 commit to home-assistant.io
")
+- [Jonas Brauer (@jonas-brauer)](https://github.com/jonas-brauer "1 total commits to the Home Assistant orga:
+1 commit to addons
+")
- [Jonas Bröms (@jonasbroms)](https://github.com/jonasbroms "1 total commits to the Home Assistant orga:
1 commit to frontend
")
@@ -12096,8 +12411,11 @@ This page contains a list of people who have contributed in one way or another t
")
- [Jonas Janz (@PixelJonas)](https://github.com/PixelJonas "3 total commits to the Home Assistant orga:
1 commit to hassio-build
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
+")
+- [Jonas Karlsson (@jonasbkarlsson)](https://github.com/jonasbkarlsson "1 total commits to the Home Assistant orga:
+1 commit to brands
")
- [Jonas Kohlbrenner (@cepresso)](https://github.com/cepresso "1 total commits to the Home Assistant orga:
1 commit to core
@@ -12124,18 +12442,19 @@ This page contains a list of people who have contributed in one way or another t
- [jonasgustavsson (@jonasgustavsson)](https://github.com/jonasgustavsson "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [jonasrickert (@jonasrickert)](https://github.com/jonasrickert "1 total commits to the Home Assistant orga:
+- [jonasrickert (@jonasrickert)](https://github.com/jonasrickert "2 total commits to the Home Assistant orga:
1 commit to core
+1 commit to home-assistant.io
")
- [Jonatan Castro (@jcastro)](https://github.com/jcastro "7 total commits to the Home Assistant orga:
7 commits to home-assistant.io
")
-- [Jonathan (@jmw6773)](https://github.com/jmw6773 "1 total commits to the Home Assistant orga:
-1 commit to core
-")
- [Jonathan (@jlauwers)](https://github.com/jlauwers "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [Jonathan (@jmw6773)](https://github.com/jmw6773 "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [Jonathan Adams (@jonathanadams)](https://github.com/jonathanadams "4 total commits to the Home Assistant orga:
1 commit to addons
1 commit to developers.home-assistant
@@ -12175,9 +12494,9 @@ This page contains a list of people who have contributed in one way or another t
- [Jonathan Liu (@net147)](https://github.com/net147 "13 total commits to the Home Assistant orga:
13 commits to buildroot
")
-- [Jonathan Martens (@jmartens)](https://github.com/jmartens "4 total commits to the Home Assistant orga:
+- [Jonathan Martens (@jmartens)](https://github.com/jmartens "5 total commits to the Home Assistant orga:
+3 commits to home-assistant.io
2 commits to developers.home-assistant
-2 commits to home-assistant.io
")
- [Jonathan McDowell (@u1f35c)](https://github.com/u1f35c "4 total commits to the Home Assistant orga:
2 commits to home-assistant.io
@@ -12193,8 +12512,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Jonathan Østrup (@TechnicallyJoe)](https://github.com/TechnicallyJoe "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [jonne013 (@jonne013)](https://github.com/jonne013 "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -12231,8 +12550,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Jordan Keith (@zeddD1abl0)](https://github.com/zeddD1abl0 "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Jordan Kueh (@jkueh)](https://github.com/jkueh "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -12271,9 +12590,9 @@ This page contains a list of people who have contributed in one way or another t
- [Jorijn Schrijvershof (@Jorijn)](https://github.com/Jorijn "1 total commits to the Home Assistant orga:
1 commit to newsletter-ghost-theme
")
-- [Jorim Tielemans (@tjorim)](https://github.com/tjorim "98 total commits to the Home Assistant orga:
+- [Jorim Tielemans (@tjorim)](https://github.com/tjorim "99 total commits to the Home Assistant orga:
81 commits to home-assistant.io
-6 commits to core
+7 commits to core
3 commits to addons
3 commits to developers.home-assistant
2 commits to supervisor
@@ -12283,11 +12602,11 @@ This page contains a list of people who have contributed in one way or another t
- [Joris Offouga (@jorisoffouga)](https://github.com/jorisoffouga "25 total commits to the Home Assistant orga:
25 commits to buildroot
")
-- [Joris Pelgröm (@jpelgrom)](https://github.com/jpelgrom "136 total commits to the Home Assistant orga:
-112 commits to android
-22 commits to companion.home-assistant
-1 commit to core
+- [Joris Pelgröm (@jpelgrom)](https://github.com/jpelgrom "181 total commits to the Home Assistant orga:
+151 commits to android
+28 commits to companion.home-assistant
1 commit to home-assistant.io
+1 commit to core
")
- [Joris Roovers (@jorisroovers)](https://github.com/jorisroovers "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
@@ -12306,8 +12625,11 @@ This page contains a list of people who have contributed in one way or another t
3 commits to home-assistant.io
")
- [Jose Motta Lopes (@josemotta)](https://github.com/josemotta "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
+")
+- [Jose Ramirez (@jramirez857)](https://github.com/jramirez857 "1 total commits to the Home Assistant orga:
+1 commit to core
")
- [Josef Schlehofer (@BKPepe)](https://github.com/BKPepe "43 total commits to the Home Assistant orga:
43 commits to core
@@ -12343,6 +12665,9 @@ This page contains a list of people who have contributed in one way or another t
- [josephnad (@josephnad)](https://github.com/josephnad "1 total commits to the Home Assistant orga:
1 commit to core
")
+- [Josh (@Joshfindit)](https://github.com/Joshfindit "2 total commits to the Home Assistant orga:
+2 commits to home-assistant.io
+")
- [Josh (@karlw00t)](https://github.com/karlw00t "3 total commits to the Home Assistant orga:
2 commits to core
1 commit to home-assistant.io
@@ -12350,11 +12675,8 @@ This page contains a list of people who have contributed in one way or another t
- [Josh (@space-pope)](https://github.com/space-pope "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [Josh (@Joshfindit)](https://github.com/Joshfindit "1 total commits to the Home Assistant orga:
-1 commit to home-assistant.io
-")
-- [Josh Anderson (@andersonshatch)](https://github.com/andersonshatch "21 total commits to the Home Assistant orga:
-15 commits to core
+- [Josh Anderson (@andersonshatch)](https://github.com/andersonshatch "22 total commits to the Home Assistant orga:
+16 commits to core
3 commits to homebridge-homeassistant
2 commits to home-assistant.io
1 commit to developers.home-assistant
@@ -12369,8 +12691,8 @@ This page contains a list of people who have contributed in one way or another t
- [Josh Laseter (@JoshLaseter)](https://github.com/JoshLaseter "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Josh McCarty (@joshmcrty)](https://github.com/joshmcrty "27 total commits to the Home Assistant orga:
-22 commits to frontend
+- [Josh McCarty (@joshmcrty)](https://github.com/joshmcrty "31 total commits to the Home Assistant orga:
+26 commits to frontend
4 commits to home-assistant.io
1 commit to home-assistant-js-websocket
")
@@ -12415,8 +12737,8 @@ This page contains a list of people who have contributed in one way or another t
2 commits to core
1 commit to home-assistant.io
")
-- [Joshua (@JoshuaGarrison27)](https://github.com/JoshuaGarrison27 "1 total commits to the Home Assistant orga:
-1 commit to home-assistant.io
+- [Joshua (@JoshuaGarrison27)](https://github.com/JoshuaGarrison27 "2 total commits to the Home Assistant orga:
+2 commits to home-assistant.io
")
- [Joshua Henderson (@joshua-henderson)](https://github.com/joshua-henderson "22 total commits to the Home Assistant orga:
22 commits to buildroot
@@ -12463,8 +12785,8 @@ This page contains a list of people who have contributed in one way or another t
2 commits to home-assistant.io
")
- [João Henriques (@jfhenriques)](https://github.com/jfhenriques "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [João Pedro Hickmann (@joaophi)](https://github.com/joaophi "2 total commits to the Home Assistant orga:
2 commits to core
@@ -12483,6 +12805,9 @@ This page contains a list of people who have contributed in one way or another t
- [Jpsy (@Jpsy)](https://github.com/Jpsy "5 total commits to the Home Assistant orga:
5 commits to home-assistant.io
")
+- [JQWeb (@JQWeb)](https://github.com/JQWeb "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [jrel17 (@jrel17)](https://github.com/jrel17 "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -12492,6 +12817,9 @@ This page contains a list of people who have contributed in one way or another t
- [JRK (@jr-k)](https://github.com/jr-k "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [jrobles98 (@jrobles98)](https://github.com/jrobles98 "2 total commits to the Home Assistant orga:
+2 commits to frontend
+")
- [jschwalbe (@jschwalbe)](https://github.com/jschwalbe "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -12505,6 +12833,9 @@ This page contains a list of people who have contributed in one way or another t
- [jtaseff (@jtaseff)](https://github.com/jtaseff "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
+- [jtbnz (@jtbnz)](https://github.com/jtbnz "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [JTimNolan (@JTimNolan)](https://github.com/JTimNolan "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -12545,9 +12876,9 @@ This page contains a list of people who have contributed in one way or another t
- [Juan María Laó Ramos (@juanlao)](https://github.com/juanlao "1 total commits to the Home Assistant orga:
1 commit to iOS
")
-- [Juan Pablo de Castro (@juacas)](https://github.com/juacas "2 total commits to the Home Assistant orga:
+- [Juan Pablo de Castro (@juacas)](https://github.com/juacas "3 total commits to the Home Assistant orga:
+2 commits to brands
1 commit to wheels-custom-integrations
-1 commit to brands
")
- [JudgeDredd (@JudgeDreddKLC)](https://github.com/JudgeDreddKLC "22 total commits to the Home Assistant orga:
12 commits to home-assistant.io
@@ -12571,6 +12902,9 @@ This page contains a list of people who have contributed in one way or another t
- [Jugurtha BELKALEM (@jugurthab)](https://github.com/jugurthab "22 total commits to the Home Assistant orga:
22 commits to buildroot
")
+- [JuGuSm (@JuGuSm)](https://github.com/JuGuSm "2 total commits to the Home Assistant orga:
+2 commits to home-assistant.io
+")
- [Juha Niemi (@juhaniemi)](https://github.com/juhaniemi "3 total commits to the Home Assistant orga:
2 commits to core
1 commit to home-assistant.io
@@ -12581,6 +12915,9 @@ This page contains a list of people who have contributed in one way or another t
- [juho20 (@juho20)](https://github.com/juho20 "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [juicejuice (@juicejuice)](https://github.com/juicejuice "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
- [Jules Maselbas (@jmaselbas)](https://github.com/jmaselbas "1 total commits to the Home Assistant orga:
1 commit to buildroot
")
@@ -12591,6 +12928,9 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
1 commit to core
")
+- [Julian Einwag (@jeinwag)](https://github.com/jeinwag "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [Julian Engelhardt (@oxygen0211)](https://github.com/oxygen0211 "5 total commits to the Home Assistant orga:
5 commits to core
")
@@ -12610,8 +12950,8 @@ This page contains a list of people who have contributed in one way or another t
- [Julian Lunz (@jlunz)](https://github.com/jlunz "2 total commits to the Home Assistant orga:
2 commits to buildroot
")
-- [Julian Löhr (@jloehr)](https://github.com/jloehr "2 total commits to the Home Assistant orga:
-2 commits to core
+- [Julian Löhr (@jloehr)](https://github.com/jloehr "3 total commits to the Home Assistant orga:
+3 commits to core
")
- [Julian Scheel (@julianscheel)](https://github.com/julianscheel "9 total commits to the Home Assistant orga:
9 commits to buildroot
@@ -12622,6 +12962,9 @@ This page contains a list of people who have contributed in one way or another t
- [Julian Waller (@Julusian)](https://github.com/Julusian "1 total commits to the Home Assistant orga:
1 commit to home-assistant-js-websocket
")
+- [Julien (@weimdall)](https://github.com/weimdall "1 total commits to the Home Assistant orga:
+1 commit to developers.home-assistant
+")
- [Julien (@julesxxl)](https://github.com/julesxxl "1 total commits to the Home Assistant orga:
1 commit to core
")
@@ -12642,10 +12985,11 @@ This page contains a list of people who have contributed in one way or another t
- [Julien Debaru (@Debaru)](https://github.com/Debaru "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [Julien Ehrhart (@Mincka)](https://github.com/Mincka "4 total commits to the Home Assistant orga:
+- [Julien Ehrhart (@Mincka)](https://github.com/Mincka "5 total commits to the Home Assistant orga:
2 commits to companion.home-assistant
1 commit to android
1 commit to frontend
+1 commit to home-assistant.io
")
- [Julien Floret (@jfloret)](https://github.com/jfloret "83 total commits to the Home Assistant orga:
83 commits to buildroot
@@ -12662,8 +13006,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Julien Tant (@JulienTant)](https://github.com/JulienTant "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Julien Viard de Galbert (@JulienVdG)](https://github.com/JulienVdG "5 total commits to the Home Assistant orga:
5 commits to buildroot
@@ -12697,8 +13041,8 @@ This page contains a list of people who have contributed in one way or another t
- [jurafxp (@jurafxp)](https://github.com/jurafxp "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
-- [Juraj Liso (@LiJu09)](https://github.com/LiJu09 "91 total commits to the Home Assistant orga:
-82 commits to brands
+- [Juraj Liso (@LiJu09)](https://github.com/LiJu09 "95 total commits to the Home Assistant orga:
+86 commits to brands
3 commits to addons
3 commits to analytics.home-assistant.io
2 commits to home-assistant.io
@@ -12720,8 +13064,8 @@ This page contains a list of people who have contributed in one way or another t
- [Justin (@ItsAGeekThing)](https://github.com/ItsAGeekThing "1 total commits to the Home Assistant orga:
1 commit to 1password-teams-open-source
")
-- [Justin Bassett (@JBassett)](https://github.com/JBassett "273 total commits to the Home Assistant orga:
-237 commits to android
+- [Justin Bassett (@JBassett)](https://github.com/JBassett "275 total commits to the Home Assistant orga:
+239 commits to android
22 commits to mobile-apps-fcm-push
6 commits to home-assistant.io
3 commits to companion.home-assistant
@@ -12729,6 +13073,9 @@ This page contains a list of people who have contributed in one way or another t
1 commit to frontend
1 commit to developers.home-assistant
")
+- [Justin Bassett\-Green (@jtbg)](https://github.com/jtbg "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [Justin Berstler (@jberstler)](https://github.com/jberstler "1 total commits to the Home Assistant orga:
1 commit to core
")
@@ -12775,11 +13122,16 @@ This page contains a list of people who have contributed in one way or another t
- [Justin Scott (@JustinScott)](https://github.com/JustinScott "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [Justin Sherman (@jsherman256)](https://github.com/jsherman256 "2 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+1 commit to core
+")
- [Justin Vallelonga (@jlvallelonga)](https://github.com/jlvallelonga "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Justin Vanderhooft (@vanstinator)](https://github.com/vanstinator "6 total commits to the Home Assistant orga:
-4 commits to core
+- [Justin Vanderhooft (@vanstinator)](https://github.com/vanstinator "16 total commits to the Home Assistant orga:
+11 commits to core
+3 commits to home-assistant.io
1 commit to wheels-custom-integrations
1 commit to brands
")
@@ -12895,8 +13247,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to core
")
- [Kai Bepperling (@Lyr3x)](https://github.com/Lyr3x "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Kai Willadsen (@kaiw)](https://github.com/kaiw "1 total commits to the Home Assistant orga:
1 commit to addons
@@ -12986,7 +13338,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to wheels-custom-integrations
1 commit to brands
")
-- [karliemeads (@karliemeads)](https://github.com/karliemeads "9 total commits to the Home Assistant orga:
+- [karliemeads (@karliemeads)](https://github.com/karliemeads "14 total commits to the Home Assistant orga:
+5 commits to frontend
4 commits to core
3 commits to home-assistant.io
2 commits to developers.home-assistant
@@ -13015,8 +13368,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to core
")
- [Kasper Kirkegaard (@KasperLK)](https://github.com/KasperLK "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Kasper Malfroid (@malfroid)](https://github.com/malfroid "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -13035,8 +13388,8 @@ This page contains a list of people who have contributed in one way or another t
2 commits to home-assistant.io
")
- [Kdemontf (@Kdemontf)](https://github.com/Kdemontf "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [kdvlr (@kdvlr)](https://github.com/kdvlr "2 total commits to the Home Assistant orga:
1 commit to core
@@ -13117,6 +13470,12 @@ This page contains a list of people who have contributed in one way or another t
6 commits to home-assistant.io
1 commit to brands
")
+- [Kenneth Henderick (@khenderick)](https://github.com/khenderick "1 total commits to the Home Assistant orga:
+1 commit to core
+")
+- [Kenneth J\. Miller (@KloudJack)](https://github.com/KloudJack "2 total commits to the Home Assistant orga:
+2 commits to core
+")
- [Kenneth Lavrsen (@KennethLavrsen)](https://github.com/KennethLavrsen "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -13132,10 +13491,16 @@ This page contains a list of people who have contributed in one way or another t
- [kentloving (@kentloving)](https://github.com/kentloving "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [kepath (@kepath)](https://github.com/kepath "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [kernehed (@kernehed)](https://github.com/kernehed "11 total commits to the Home Assistant orga:
7 commits to home-assistant.io
4 commits to frontend
")
+- [kerta1n (@kerta1n)](https://github.com/kerta1n "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [Kerwood (@Kerwood)](https://github.com/Kerwood "1 total commits to the Home Assistant orga:
1 commit to core
")
@@ -13143,14 +13508,15 @@ This page contains a list of people who have contributed in one way or another t
1 commit to wheels-custom-integrations
1 commit to brands
")
-- [Ketil Moland Olsen (@ketilmo)](https://github.com/ketilmo "19 total commits to the Home Assistant orga:
-19 commits to home-assistant.io
+- [Ketil Moland Olsen (@ketilmo)](https://github.com/ketilmo "23 total commits to the Home Assistant orga:
+23 commits to home-assistant.io
")
- [kevank (@kevank)](https://github.com/kevank "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [kevdliu (@kevdliu)](https://github.com/kevdliu "4 total commits to the Home Assistant orga:
-4 commits to core
+- [kevdliu (@kevdliu)](https://github.com/kevdliu "6 total commits to the Home Assistant orga:
+5 commits to core
+1 commit to home-assistant.io
")
- [Kevin (@roofuskit)](https://github.com/roofuskit "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
@@ -13159,12 +13525,13 @@ This page contains a list of people who have contributed in one way or another t
2 commits to core
")
- [Kevin Anthony (@kdanthony)](https://github.com/kdanthony "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
-- [Kevin Cathcart (@KevinCathcart)](https://github.com/KevinCathcart "5 total commits to the Home Assistant orga:
-4 commits to core
-1 commit to brands
+- [Kevin Cathcart (@KevinCathcart)](https://github.com/KevinCathcart "30 total commits to the Home Assistant orga:
+22 commits to brands
+5 commits to core
+3 commits to home-assistant.io
")
- [Kevin Cernekee (@cernekee)](https://github.com/cernekee "1 total commits to the Home Assistant orga:
1 commit to buildroot
@@ -13204,8 +13571,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to brands
")
- [Kevin Köck (@kevinkk525)](https://github.com/kevinkk525 "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Kevin Lee (@kevineriklee)](https://github.com/kevineriklee "1 total commits to the Home Assistant orga:
1 commit to core
@@ -13225,8 +13592,8 @@ This page contains a list of people who have contributed in one way or another t
4 commits to core
3 commits to home-assistant.io
")
-- [Kevin Stillhammer (@eifinger)](https://github.com/eifinger "77 total commits to the Home Assistant orga:
-55 commits to core
+- [Kevin Stillhammer (@eifinger)](https://github.com/eifinger "96 total commits to the Home Assistant orga:
+74 commits to core
12 commits to home-assistant.io
4 commits to wheels-custom-integrations
4 commits to brands
@@ -13288,13 +13655,13 @@ This page contains a list of people who have contributed in one way or another t
- [Khem Raj (@kraj)](https://github.com/kraj "3 total commits to the Home Assistant orga:
3 commits to buildroot
")
-- [Khole (@KJonline)](https://github.com/KJonline "20 total commits to the Home Assistant orga:
-19 commits to core
+- [Khole (@KJonline)](https://github.com/KJonline "22 total commits to the Home Assistant orga:
+21 commits to core
1 commit to home-assistant.io
")
- [Kiall Mac Innes (@kiall)](https://github.com/kiall "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Kieran Bingham (@kbingham)](https://github.com/kbingham "6 total commits to the Home Assistant orga:
6 commits to buildroot
@@ -13319,9 +13686,9 @@ This page contains a list of people who have contributed in one way or another t
- [KingJ (@KingJ)](https://github.com/KingJ "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [kingy444 (@kingy444)](https://github.com/kingy444 "19 total commits to the Home Assistant orga:
-12 commits to core
-5 commits to home-assistant.io
+- [kingy444 (@kingy444)](https://github.com/kingy444 "34 total commits to the Home Assistant orga:
+24 commits to core
+8 commits to home-assistant.io
2 commits to brands
")
- [Kip (@kipwittchen)](https://github.com/kipwittchen "1 total commits to the Home Assistant orga:
@@ -13358,9 +13725,12 @@ This page contains a list of people who have contributed in one way or another t
5 commits to core
2 commits to frontend
")
-- [Klaas Schoute (@klaasnicolaas)](https://github.com/klaasnicolaas "660 total commits to the Home Assistant orga:
-602 commits to home-assistant.io
-35 commits to core
+- [Klaas Neirinck (@kneirinck)](https://github.com/kneirinck "2 total commits to the Home Assistant orga:
+2 commits to core
+")
+- [Klaas Schoute (@klaasnicolaas)](https://github.com/klaasnicolaas "664 total commits to the Home Assistant orga:
+605 commits to home-assistant.io
+36 commits to core
10 commits to addons
4 commits to brands
3 commits to developers.home-assistant
@@ -13415,8 +13785,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to core
")
- [Koen Ekelschot (@koenekelschot)](https://github.com/koenekelschot "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Koen Hendriks (@koenhendriks)](https://github.com/koenhendriks "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -13428,8 +13798,9 @@ This page contains a list of people who have contributed in one way or another t
- [Koen Martens (@sonologic)](https://github.com/sonologic "7 total commits to the Home Assistant orga:
7 commits to buildroot
")
-- [Koen van Zuijlen (@kvanzuijlen)](https://github.com/kvanzuijlen "3 total commits to the Home Assistant orga:
+- [Koen van Zuijlen (@kvanzuijlen)](https://github.com/kvanzuijlen "4 total commits to the Home Assistant orga:
2 commits to brands
+1 commit to home-assistant.io
1 commit to core
")
- [koen01 (@koen01)](https://github.com/koen01 "1 total commits to the Home Assistant orga:
@@ -13438,6 +13809,9 @@ This page contains a list of people who have contributed in one way or another t
- [Kole (@kktrum)](https://github.com/kktrum "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [Kolia56 (@Kolia56)](https://github.com/Kolia56 "2 total commits to the Home Assistant orga:
+2 commits to home-assistant.io
+")
- [Kolja Windeler (@KoljaWindeler)](https://github.com/KoljaWindeler "6 total commits to the Home Assistant orga:
3 commits to wheels-custom-integrations
3 commits to brands
@@ -13462,12 +13836,12 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Konstantin Belyalov (@belyalov)](https://github.com/belyalov "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Konsts (@Konsts)](https://github.com/Konsts "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [koolsb (@koolsb)](https://github.com/koolsb "9 total commits to the Home Assistant orga:
5 commits to core
@@ -13494,8 +13868,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Kostas Chatzikokolakis (@chatziko)](https://github.com/chatziko "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [kotborealis (@kotborealis)](https://github.com/kotborealis "1 total commits to the Home Assistant orga:
1 commit to brands
@@ -13509,12 +13883,12 @@ This page contains a list of people who have contributed in one way or another t
- [kozoke (@kozoke)](https://github.com/kozoke "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [kpine (@kpine)](https://github.com/kpine "25 total commits to the Home Assistant orga:
-12 commits to core
-8 commits to home-assistant.io
+- [kpine (@kpine)](https://github.com/kpine "31 total commits to the Home Assistant orga:
+17 commits to core
+9 commits to home-assistant.io
3 commits to open-zwave
-1 commit to developers.home-assistant
1 commit to frontend
+1 commit to developers.home-assistant
")
- [kplachecki (@kplachecki)](https://github.com/kplachecki "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -13533,9 +13907,10 @@ This page contains a list of people who have contributed in one way or another t
3 commits to core
1 commit to home-assistant.io
")
-- [krazos (@krazos)](https://github.com/krazos "3 total commits to the Home Assistant orga:
-2 commits to core
-1 commit to frontend
+- [krazos (@krazos)](https://github.com/krazos "14 total commits to the Home Assistant orga:
+7 commits to frontend
+4 commits to home-assistant.io
+3 commits to core
")
- [kreegahbundolo (@kreegahbundolo)](https://github.com/kreegahbundolo "2 total commits to the Home Assistant orga:
1 commit to core
@@ -13552,6 +13927,9 @@ This page contains a list of people who have contributed in one way or another t
2 commits to core
1 commit to home-assistant.io
")
+- [Kris Noble (@krisnoble)](https://github.com/krisnoble "2 total commits to the Home Assistant orga:
+2 commits to frontend
+")
- [Kris Skarbo (@Skarbo)](https://github.com/Skarbo "1 total commits to the Home Assistant orga:
1 commit to brands
")
@@ -13567,8 +13945,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Kristian Heljas (@kristianheljas)](https://github.com/kristianheljas "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [KristjanLaane (@KristjanLaane)](https://github.com/KristjanLaane "8 total commits to the Home Assistant orga:
8 commits to open-zwave
@@ -13587,6 +13965,9 @@ This page contains a list of people who have contributed in one way or another t
1 commit to core
1 commit to home-assistant.io
")
+- [Kryštof Korb (@krystof-k)](https://github.com/krystof-k "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [Krzysztof Karol (@KrzysztofKarol)](https://github.com/KrzysztofKarol "1 total commits to the Home Assistant orga:
1 commit to operating-system
")
@@ -13631,8 +14012,8 @@ This page contains a list of people who have contributed in one way or another t
9 commits to buildroot
")
- [Kuzj (@Kuzj)](https://github.com/Kuzj "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [kvanhoorn (@kvanhoorn)](https://github.com/kvanhoorn "1 total commits to the Home Assistant orga:
1 commit to core
@@ -13666,10 +14047,10 @@ This page contains a list of people who have contributed in one way or another t
- [Kyle McNally (@Sparticuz)](https://github.com/Sparticuz "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
-- [Kyle Niewiada (@aav7fl)](https://github.com/aav7fl "12 total commits to the Home Assistant orga:
+- [Kyle Niewiada (@aav7fl)](https://github.com/aav7fl "14 total commits to the Home Assistant orga:
+5 commits to frontend
5 commits to core
-4 commits to frontend
-3 commits to home-assistant.io
+4 commits to home-assistant.io
")
- [Kyle Pinette (@sowelie)](https://github.com/sowelie "1 total commits to the Home Assistant orga:
1 commit to core
@@ -13691,11 +14072,11 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [L\-I\-Am (@L-I-Am)](https://github.com/L-I-Am "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
-- [LAB02 Administrator (@LAB02-Admin)](https://github.com/LAB02-Admin "3 total commits to the Home Assistant orga:
-2 commits to brands
+- [LAB02 Administrator (@LAB02-Admin)](https://github.com/LAB02-Admin "4 total commits to the Home Assistant orga:
+3 commits to brands
1 commit to home-assistant.io
")
- [labrunning (@labrunning)](https://github.com/labrunning "3 total commits to the Home Assistant orga:
@@ -13757,8 +14138,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to wheels-custom-integrations
1 commit to brands
")
-- [Lars (@flabbamann)](https://github.com/flabbamann "10 total commits to the Home Assistant orga:
-6 commits to core
+- [Lars (@flabbamann)](https://github.com/flabbamann "12 total commits to the Home Assistant orga:
+8 commits to core
4 commits to home-assistant.io
")
- [Lars (@LarsMichelsen)](https://github.com/LarsMichelsen "1 total commits to the Home Assistant orga:
@@ -13790,6 +14171,9 @@ This page contains a list of people who have contributed in one way or another t
- [Lasath Fernando (@shocklateboy92)](https://github.com/shocklateboy92 "2 total commits to the Home Assistant orga:
2 commits to core
")
+- [Lasse Bang Mikkelsen (@lassebm)](https://github.com/lassebm "1 total commits to the Home Assistant orga:
+1 commit to operating-system
+")
- [Lasse Korpela (@bobotus)](https://github.com/bobotus "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -13844,8 +14228,9 @@ This page contains a list of people who have contributed in one way or another t
- [LayerCake (@LayerCakeMakes)](https://github.com/LayerCakeMakes "1 total commits to the Home Assistant orga:
1 commit to addons
")
-- [Laz (@lazdavila)](https://github.com/lazdavila "2 total commits to the Home Assistant orga:
+- [Laz (@lazdavila)](https://github.com/lazdavila "3 total commits to the Home Assistant orga:
1 commit to brands
+1 commit to home-assistant.io
1 commit to core
")
- [Lazar Obradovic (@lobradov)](https://github.com/lobradov "1 total commits to the Home Assistant orga:
@@ -13879,8 +14264,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Leandro Loureiro (@lealoureiro)](https://github.com/lealoureiro "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Lechu (@ShadeByLesio)](https://github.com/ShadeByLesio "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -13920,18 +14305,19 @@ This page contains a list of people who have contributed in one way or another t
1 commit to wheels-custom-integrations
1 commit to brands
")
-- [Lennart Bernhardt (@LennyPenny)](https://github.com/LennyPenny "1 total commits to the Home Assistant orga:
-1 commit to hassio-build
+- [Lennard Scheibel (@lscheibel)](https://github.com/lscheibel "1 total commits to the Home Assistant orga:
+1 commit to core
+")
+- [Lennart (@lennart-k)](https://github.com/lennart-k "3 total commits to the Home Assistant orga:
+2 commits to core
+1 commit to home-assistant.io
")
- [Lennart Henke (@L-Henke)](https://github.com/L-Henke "2 total commits to the Home Assistant orga:
2 commits to core
")
-- [lennartk (@lennart-k)](https://github.com/lennart-k "1 total commits to the Home Assistant orga:
-1 commit to home-assistant.io
-")
-- [LeoCal (@LeoCal)](https://github.com/LeoCal "4 total commits to the Home Assistant orga:
+- [LeoCal (@LeoCal)](https://github.com/LeoCal "8 total commits to the Home Assistant orga:
+5 commits to home-assistant.io
3 commits to core
-1 commit to home-assistant.io
")
- [LeoDJ (@LeoDJ)](https://github.com/LeoDJ "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -13962,9 +14348,9 @@ This page contains a list of people who have contributed in one way or another t
3 commits to core
1 commit to home-assistant.io
")
-- [Leonardo Figueiro (@leofig-rj)](https://github.com/leofig-rj "11 total commits to the Home Assistant orga:
+- [Leonardo Figueiro (@leofig-rj)](https://github.com/leofig-rj "12 total commits to the Home Assistant orga:
7 commits to core
-3 commits to home-assistant.io
+4 commits to home-assistant.io
1 commit to brands
")
- [Leonardo Merza (@ljmerza)](https://github.com/ljmerza "15 total commits to the Home Assistant orga:
@@ -14004,11 +14390,11 @@ This page contains a list of people who have contributed in one way or another t
1 commit to core
")
- [Leroy Shirto (@leroyshirto)](https://github.com/leroyshirto "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
-- [leroyboerefijn (@leroyboerefijn)](https://github.com/leroyboerefijn "22 total commits to the Home Assistant orga:
-17 commits to android
+- [leroyboerefijn (@leroyboerefijn)](https://github.com/leroyboerefijn "23 total commits to the Home Assistant orga:
+18 commits to android
5 commits to companion.home-assistant
")
- [leroyloren (@leroyloren)](https://github.com/leroyloren "1 total commits to the Home Assistant orga:
@@ -14030,9 +14416,9 @@ This page contains a list of people who have contributed in one way or another t
- [Levi Govaerts (@legovaer)](https://github.com/legovaer "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [lewei50 (@lewei50)](https://github.com/lewei50 "9 total commits to the Home Assistant orga:
+- [lewei50 (@lewei50)](https://github.com/lewei50 "10 total commits to the Home Assistant orga:
5 commits to home-assistant.io
-2 commits to brands
+3 commits to brands
2 commits to core
")
- [Lewis Juggins (@lwis)](https://github.com/lwis "71 total commits to the Home Assistant orga:
@@ -14056,6 +14442,9 @@ This page contains a list of people who have contributed in one way or another t
- [LFPoulain (@lfpoulain)](https://github.com/lfpoulain "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [lh\-128 (@lh-128)](https://github.com/lh-128 "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [lhanneus (@lhanneus)](https://github.com/lhanneus "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -14064,8 +14453,8 @@ This page contains a list of people who have contributed in one way or another t
")
- [Li\-Huai \(Allan\) Lin (@qqaatw)](https://github.com/qqaatw "3 total commits to the Home Assistant orga:
1 commit to developers.home-assistant
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Li\-Wen Yip (@liwenyip)](https://github.com/liwenyip "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -14115,8 +14504,8 @@ This page contains a list of people who have contributed in one way or another t
2 commits to core
1 commit to home-assistant.io
")
-- [Lindsay Ward (@lindsaymarkward)](https://github.com/lindsaymarkward "37 total commits to the Home Assistant orga:
-24 commits to home-assistant.io
+- [Lindsay Ward (@lindsaymarkward)](https://github.com/lindsaymarkward "39 total commits to the Home Assistant orga:
+26 commits to home-assistant.io
10 commits to core
3 commits to developers.home-assistant
")
@@ -14150,6 +14539,9 @@ This page contains a list of people who have contributed in one way or another t
- [Lionel Orry (@chickenkiller)](https://github.com/chickenkiller "9 total commits to the Home Assistant orga:
9 commits to buildroot
")
+- [liquidbear99 (@liquidbear99)](https://github.com/liquidbear99 "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [Liran BG (@liranbg)](https://github.com/liranbg "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -14180,8 +14572,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to frontend
")
- [Loek Sangers (@LoekSangers)](https://github.com/LoekSangers "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Logan Marchione (@loganmarchione)](https://github.com/loganmarchione "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
@@ -14202,8 +14594,8 @@ This page contains a list of people who have contributed in one way or another t
")
- [LonePurpleWolf (@LonePurpleWolf)](https://github.com/LonePurpleWolf "3 total commits to the Home Assistant orga:
1 commit to brands
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [longman391 (@longman391)](https://github.com/longman391 "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
@@ -14215,8 +14607,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Lorenz Schmid (@lorenzschmid)](https://github.com/lorenzschmid "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Lorenzo (@lorenzoraimondi)](https://github.com/lorenzoraimondi "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -14238,6 +14630,9 @@ This page contains a list of people who have contributed in one way or another t
1 commit to wheels-custom-integrations
1 commit to brands
")
+- [Loryan Strant (@loryanstrant)](https://github.com/loryanstrant "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
- [Louis Aussedat (@aussedatlo)](https://github.com/aussedatlo "16 total commits to the Home Assistant orga:
16 commits to buildroot
")
@@ -14269,6 +14664,12 @@ This page contains a list of people who have contributed in one way or another t
- [lrmate (@lrmate)](https://github.com/lrmate "3 total commits to the Home Assistant orga:
3 commits to core
")
+- [LRubin (@sanscontext)](https://github.com/sanscontext "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
+- [ltloopy (@ltloopy)](https://github.com/ltloopy "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [ltx4jay (@ltx4jay)](https://github.com/ltx4jay "1 total commits to the Home Assistant orga:
1 commit to companion.home-assistant
")
@@ -14276,8 +14677,8 @@ This page contains a list of people who have contributed in one way or another t
4 commits to home-assistant.io
2 commits to core
")
-- [luar123 (@luar123)](https://github.com/luar123 "1 total commits to the Home Assistant orga:
-1 commit to core
+- [luar123 (@luar123)](https://github.com/luar123 "3 total commits to the Home Assistant orga:
+3 commits to core
")
- [LuBeDa (@lubeda)](https://github.com/lubeda "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
@@ -14325,6 +14726,9 @@ This page contains a list of people who have contributed in one way or another t
- [Lucas De Marchi (@lucasdemarchi)](https://github.com/lucasdemarchi "2 total commits to the Home Assistant orga:
2 commits to buildroot
")
+- [Lucas Mindêllo de Andrade (@rokam)](https://github.com/rokam "1 total commits to the Home Assistant orga:
+1 commit to supervised-installer
+")
- [Lucas Nussbaum (@lnussbaum)](https://github.com/lnussbaum "26 total commits to the Home Assistant orga:
26 commits to open-zwave
")
@@ -14336,8 +14740,8 @@ This page contains a list of people who have contributed in one way or another t
")
- [Ludovic (@ldvc)](https://github.com/ldvc "3 total commits to the Home Assistant orga:
1 commit to frontend
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Ludovic Desroches (@ldesroches)](https://github.com/ldesroches "51 total commits to the Home Assistant orga:
51 commits to buildroot
@@ -14350,8 +14754,8 @@ This page contains a list of people who have contributed in one way or another t
- [Ludwig Hubert (@lud-hu)](https://github.com/lud-hu "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Ludy (@Ludy87)](https://github.com/Ludy87 "4 total commits to the Home Assistant orga:
-3 commits to brands
+- [Ludy (@Ludy87)](https://github.com/Ludy87 "5 total commits to the Home Assistant orga:
+4 commits to brands
1 commit to wheels-custom-integrations
")
- [Luis Alberto Pérez García (@luixal)](https://github.com/luixal "1 total commits to the Home Assistant orga:
@@ -14382,10 +14786,10 @@ This page contains a list of people who have contributed in one way or another t
6 commits to home-assistant.io
1 commit to frontend
")
-- [Lukas Hetzenecker (@lukas-hetzenecker)](https://github.com/lukas-hetzenecker "19 total commits to the Home Assistant orga:
+- [Lukas Hetzenecker (@lukas-hetzenecker)](https://github.com/lukas-hetzenecker "20 total commits to the Home Assistant orga:
12 commits to core
6 commits to home-assistant.io
-1 commit to brands
+2 commits to brands
")
- [Lukas Kempf (@lkempf)](https://github.com/lkempf "2 total commits to the Home Assistant orga:
1 commit to developers.home-assistant
@@ -14417,8 +14821,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Luke Pomfrey (@lpomfrey)](https://github.com/lpomfrey "4 total commits to the Home Assistant orga:
-2 commits to core
2 commits to home-assistant.io
+2 commits to core
")
- [Luke Waite (@lukewaite)](https://github.com/lukewaite "1 total commits to the Home Assistant orga:
1 commit to core
@@ -14426,6 +14830,9 @@ This page contains a list of people who have contributed in one way or another t
- [lukie80 (@lukie80)](https://github.com/lukie80 "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [Lukáš Fuchs (@panzelva)](https://github.com/panzelva "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
- [Lukáš Polívka (@spike411)](https://github.com/spike411 "1 total commits to the Home Assistant orga:
1 commit to core
")
@@ -14435,8 +14842,8 @@ This page contains a list of people who have contributed in one way or another t
- [lundan (@lundan)](https://github.com/lundan "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [lunmay (@lunmay)](https://github.com/lunmay "4 total commits to the Home Assistant orga:
-4 commits to core
+- [lunmay (@lunmay)](https://github.com/lunmay "5 total commits to the Home Assistant orga:
+5 commits to core
")
- [LuPa (@lupa18)](https://github.com/lupa18 "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -14476,8 +14883,10 @@ This page contains a list of people who have contributed in one way or another t
- [lymanepp (@lymanepp)](https://github.com/lymanepp "3 total commits to the Home Assistant orga:
3 commits to core
")
-- [Lén (@renaiku)](https://github.com/renaiku "1 total commits to the Home Assistant orga:
-1 commit to core
+- [Lén (@renaiku)](https://github.com/renaiku "4 total commits to the Home Assistant orga:
+2 commits to core
+1 commit to brands
+1 commit to home-assistant.io
")
- [Lévai Tamás (@levaitamas)](https://github.com/levaitamas "1 total commits to the Home Assistant orga:
1 commit to buildroot
@@ -14530,9 +14939,9 @@ This page contains a list of people who have contributed in one way or another t
1 commit to wheels-custom-integrations
1 commit to brands
")
-- [Maciej Bieniek (@bieniu)](https://github.com/bieniu "476 total commits to the Home Assistant orga:
-400 commits to core
-51 commits to home-assistant.io
+- [Maciej Bieniek (@bieniu)](https://github.com/bieniu "513 total commits to the Home Assistant orga:
+433 commits to core
+55 commits to home-assistant.io
12 commits to frontend
10 commits to brands
3 commits to wheels-custom-integrations
@@ -14545,12 +14954,15 @@ This page contains a list of people who have contributed in one way or another t
1 commit to libcoap
")
- [Maciej Wilczyński (@mLupine)](https://github.com/mLupine "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [MacKaarstad (@MacKaarstad)](https://github.com/MacKaarstad "2 total commits to the Home Assistant orga:
2 commits to open-zwave
")
+- [Macley (@Macleykun)](https://github.com/Macleykun "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [macooper (@macooper)](https://github.com/macooper "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -14569,6 +14981,9 @@ This page contains a list of people who have contributed in one way or another t
- [Madison Bullard (@madisonbullard)](https://github.com/madisonbullard "1 total commits to the Home Assistant orga:
1 commit to companion.home-assistant
")
+- [Mads Sørensen (@mads03dk)](https://github.com/mads03dk "1 total commits to the Home Assistant orga:
+1 commit to android
+")
- [Magas (@magas0)](https://github.com/magas0 "1 total commits to the Home Assistant orga:
1 commit to core
")
@@ -14599,6 +15014,9 @@ This page contains a list of people who have contributed in one way or another t
- [Magnus Månsson (@magma1447)](https://github.com/magma1447 "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [Magnus Nordseth (@mnordseth)](https://github.com/mnordseth "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
- [Magnus Øverli (@magnusoverli)](https://github.com/magnusoverli "4 total commits to the Home Assistant orga:
4 commits to home-assistant.io
")
@@ -14625,9 +15043,9 @@ This page contains a list of people who have contributed in one way or another t
- [Maido Käära (@v3rm0n)](https://github.com/v3rm0n "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
-- [Maikel Punie (@Cereal2nd)](https://github.com/Cereal2nd "77 total commits to the Home Assistant orga:
-66 commits to core
-11 commits to home-assistant.io
+- [Maikel Punie (@Cereal2nd)](https://github.com/Cereal2nd "92 total commits to the Home Assistant orga:
+80 commits to core
+12 commits to home-assistant.io
")
- [Maikel Wever (@maikelwever)](https://github.com/maikelwever "2 total commits to the Home Assistant orga:
2 commits to core
@@ -14641,8 +15059,8 @@ This page contains a list of people who have contributed in one way or another t
- [majstermod (@majstermod)](https://github.com/majstermod "1 total commits to the Home Assistant orga:
1 commit to open-zwave
")
-- [majuss (@majuss)](https://github.com/majuss "15 total commits to the Home Assistant orga:
-9 commits to core
+- [majuss (@majuss)](https://github.com/majuss "16 total commits to the Home Assistant orga:
+10 commits to core
5 commits to home-assistant.io
1 commit to brands
")
@@ -14675,8 +15093,11 @@ This page contains a list of people who have contributed in one way or another t
- [Malcolm (@malcolmcdixon)](https://github.com/malcolmcdixon "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Malte Franken (@exxamalte)](https://github.com/exxamalte "127 total commits to the Home Assistant orga:
-87 commits to core
+- [Malene Trab (@MTrab)](https://github.com/MTrab "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
+- [Malte Franken (@exxamalte)](https://github.com/exxamalte "134 total commits to the Home Assistant orga:
+94 commits to core
27 commits to home-assistant.io
6 commits to frontend
5 commits to brands
@@ -14783,15 +15204,15 @@ This page contains a list of people who have contributed in one way or another t
- [Marc Kolly (@makuser)](https://github.com/makuser "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [Marc Mueller (@cdce8p)](https://github.com/cdce8p "845 total commits to the Home Assistant orga:
-740 commits to core
+- [Marc Mueller (@cdce8p)](https://github.com/cdce8p "896 total commits to the Home Assistant orga:
+790 commits to core
56 commits to home-assistant.io
25 commits to frontend
9 commits to developers.home-assistant
5 commits to hass-release
4 commits to actions
4 commits to analytics.home-assistant.io
-1 commit to docker-base
+2 commits to docker-base
1 commit to people
")
- [Marc Plano\-Lesay (@Kernald)](https://github.com/Kernald "12 total commits to the Home Assistant orga:
@@ -14818,15 +15239,15 @@ This page contains a list of people who have contributed in one way or another t
1 commit to frontend
1 commit to home-assistant.io
")
-- [Marcel de Haas (@mdehaas)](https://github.com/mdehaas "1 total commits to the Home Assistant orga:
-1 commit to home-assistant.io
+- [Marcel de Haas (@mdehaas)](https://github.com/mdehaas "2 total commits to the Home Assistant orga:
+2 commits to home-assistant.io
")
- [Marcel Herd (@marcelherd)](https://github.com/marcelherd "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
- [Marcel Holle (@multiholle)](https://github.com/multiholle "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Marcel Hoppe (@hobbypunk90)](https://github.com/hobbypunk90 "17 total commits to the Home Assistant orga:
9 commits to core
@@ -14841,9 +15262,9 @@ This page contains a list of people who have contributed in one way or another t
- [Marcel Steinbach (@mst)](https://github.com/mst "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [Marcel van der Veldt (@marcelveldt)](https://github.com/marcelveldt "171 total commits to the Home Assistant orga:
+- [Marcel van der Veldt (@marcelveldt)](https://github.com/marcelveldt "172 total commits to the Home Assistant orga:
155 commits to core
-9 commits to home-assistant.io
+10 commits to home-assistant.io
5 commits to addons
2 commits to brands
")
@@ -14857,13 +15278,13 @@ This page contains a list of people who have contributed in one way or another t
- [Marcelo Moreira de Mello (@tchellomello)](https://github.com/tchellomello "165 total commits to the Home Assistant orga:
95 commits to core
67 commits to home-assistant.io
-1 commit to hassio-build
1 commit to assets
+1 commit to hassio-build
1 commit to frontend
")
- [Marcin (@merdok)](https://github.com/merdok "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Marcin Bis (@marcinbis)](https://github.com/marcinbis "4 total commits to the Home Assistant orga:
4 commits to buildroot
@@ -14897,25 +15318,31 @@ This page contains a list of people who have contributed in one way or another t
- [MarcJenningsUK (@MarcJenningsUK)](https://github.com/MarcJenningsUK "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
-- [Marco (@Marco98)](https://github.com/Marco98 "2 total commits to the Home Assistant orga:
-2 commits to core
-")
- [Marco (@marconett)](https://github.com/marconett "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [Marco (@Marco98)](https://github.com/Marco98 "2 total commits to the Home Assistant orga:
+2 commits to core
+")
- [Marco Bakera (@pintman)](https://github.com/pintman "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Marco Gazzola (@marcogazzola)](https://github.com/marcogazzola "2 total commits to the Home Assistant orga:
-1 commit to core
+- [Marco Colombo (@marcomow)](https://github.com/marcomow "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [Marco Gazzola (@marcogazzola)](https://github.com/marcogazzola "2 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+1 commit to core
+")
- [Marco H (@myxor)](https://github.com/myxor "4 total commits to the Home Assistant orga:
4 commits to home-assistant.io
")
- [Marco Kamner (@ProfessorLogout)](https://github.com/ProfessorLogout "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [Marco Kreeft (@marcokreeft87)](https://github.com/marcokreeft87 "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
- [Marco M (@ToRvaLDz)](https://github.com/ToRvaLDz "3 total commits to the Home Assistant orga:
2 commits to core
1 commit to home-assistant.io
@@ -14932,19 +15359,19 @@ This page contains a list of people who have contributed in one way or another t
1 commit to brands
")
- [Marco Sirabella (@mjsir911)](https://github.com/mjsir911 "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Marco Sousa (@marcomsousa)](https://github.com/marcomsousa "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Marco Trevisan (@3v1n0)](https://github.com/3v1n0 "6 total commits to the Home Assistant orga:
-1 commit to supervisor
+- [Marco Trevisan (@3v1n0)](https://github.com/3v1n0 "7 total commits to the Home Assistant orga:
+2 commits to supervisor
1 commit to cli
1 commit to supervised-installer
1 commit to developers.home-assistant
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [marcolertora (@marcolertora)](https://github.com/marcolertora "2 total commits to the Home Assistant orga:
1 commit to core
@@ -14972,6 +15399,9 @@ This page contains a list of people who have contributed in one way or another t
1 commit to android
1 commit to core
")
+- [Marcus R\. Brown (@marcusrbrown)](https://github.com/marcusrbrown "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [Marcus Schmidt (@mar-schmidt)](https://github.com/mar-schmidt "3 total commits to the Home Assistant orga:
2 commits to core
1 commit to home-assistant.io
@@ -14989,6 +15419,9 @@ This page contains a list of people who have contributed in one way or another t
- [Marek Lewandowski (@mlewand)](https://github.com/mlewand "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [Marek Skrobacki (@skrobul)](https://github.com/skrobul "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [marengaz (@marengaz)](https://github.com/marengaz "3 total commits to the Home Assistant orga:
1 commit to operating-system
1 commit to developers.home-assistant
@@ -15009,8 +15442,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to core
")
- [Mario Di Raimondo (@mario-tux)](https://github.com/mario-tux "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Mario Fink (@mario-fink)](https://github.com/mario-fink "2 total commits to the Home Assistant orga:
2 commits to buildroot
@@ -15037,8 +15470,8 @@ This page contains a list of people who have contributed in one way or another t
- [Mario Wenzel (@maweki)](https://github.com/maweki "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [Marius (@Mariusthvdb)](https://github.com/Mariusthvdb "59 total commits to the Home Assistant orga:
-23 commits to home-assistant.io
+- [Marius (@Mariusthvdb)](https://github.com/Mariusthvdb "63 total commits to the Home Assistant orga:
+27 commits to home-assistant.io
18 commits to core
14 commits to frontend
1 commit to cli
@@ -15061,8 +15494,8 @@ This page contains a list of people who have contributed in one way or another t
2 commits to core
")
- [Marius Kotlarz (@kotlarz)](https://github.com/kotlarz "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Marius Oei (@mariusoei)](https://github.com/mariusoei "3 total commits to the Home Assistant orga:
3 commits to home-assistant.io
@@ -15086,15 +15519,15 @@ This page contains a list of people who have contributed in one way or another t
- [Mark (@mwunderling)](https://github.com/mwunderling "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
-- [Mark (@scmmmh)](https://github.com/scmmmh "1 total commits to the Home Assistant orga:
-1 commit to core
-")
- [Mark (@markus99)](https://github.com/markus99 "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
- [Mark (@marima84)](https://github.com/marima84 "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [Mark (@scmmmh)](https://github.com/scmmmh "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [Mark Adkins (@funkybunch)](https://github.com/funkybunch "1 total commits to the Home Assistant orga:
1 commit to core
")
@@ -15102,12 +15535,12 @@ This page contains a list of people who have contributed in one way or another t
2 commits to core
")
- [Mark Bergsma (@markbergsma)](https://github.com/markbergsma "2 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
1 commit to core
-1 commit to home-assistant.io
")
-- [Mark Breen (@markvader)](https://github.com/markvader "3 total commits to the Home Assistant orga:
+- [Mark Breen (@markvader)](https://github.com/markvader "9 total commits to the Home Assistant orga:
+7 commits to home-assistant.io
2 commits to brands
-1 commit to home-assistant.io
")
- [Mark Corbin (@markcorbinuk)](https://github.com/markcorbinuk "120 total commits to the Home Assistant orga:
120 commits to buildroot
@@ -15120,7 +15553,8 @@ This page contains a list of people who have contributed in one way or another t
- [Mark Grimes (@mvgrimes)](https://github.com/mvgrimes "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
-- [Mark Grosen (@mgsb)](https://github.com/mgsb "1 total commits to the Home Assistant orga:
+- [Mark Grosen (@mgsb)](https://github.com/mgsb "2 total commits to the Home Assistant orga:
+1 commit to bthome.io
1 commit to home-assistant.io
")
- [Mark Harrison (@marksharrison)](https://github.com/marksharrison "1 total commits to the Home Assistant orga:
@@ -15139,8 +15573,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to core
")
- [Mark Jozefiak (@ImEmJay)](https://github.com/ImEmJay "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Mark King (@vemek)](https://github.com/vemek "1 total commits to the Home Assistant orga:
1 commit to core
@@ -15178,8 +15612,9 @@ This page contains a list of people who have contributed in one way or another t
2 commits to home-assistant.io
1 commit to core
")
-- [Mark Parker (@msp1974)](https://github.com/msp1974 "2 total commits to the Home Assistant orga:
+- [Mark Parker (@msp1974)](https://github.com/msp1974 "3 total commits to the Home Assistant orga:
2 commits to brands
+1 commit to frontend
")
- [Mark Perdue (@markperdue)](https://github.com/markperdue "4 total commits to the Home Assistant orga:
3 commits to home-assistant.io
@@ -15215,6 +15650,9 @@ This page contains a list of people who have contributed in one way or another t
1 commit to supervisor
1 commit to home-assistant.io
")
+- [Markus (@mb-software)](https://github.com/mb-software "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
- [Markus Becker (@markushx)](https://github.com/markushx "6 total commits to the Home Assistant orga:
6 commits to libcoap
")
@@ -15223,12 +15661,12 @@ This page contains a list of people who have contributed in one way or another t
1 commit to developers.home-assistant
")
- [Markus Breitenberger (@breiti)](https://github.com/breiti "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Markus Friedli (@frimtec)](https://github.com/frimtec "4 total commits to the Home Assistant orga:
-1 commit to companion.home-assistant
1 commit to android
+1 commit to companion.home-assistant
1 commit to wheels-custom-integrations
1 commit to brands
")
@@ -15253,6 +15691,9 @@ This page contains a list of people who have contributed in one way or another t
- [Markus Kaindl (@kaindl)](https://github.com/kaindl "1 total commits to the Home Assistant orga:
1 commit to buildroot
")
+- [Markus Landgren (@MarkusLandgren)](https://github.com/MarkusLandgren "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [Markus Meissner (@daringer)](https://github.com/daringer "1 total commits to the Home Assistant orga:
1 commit to developers.home-assistant
")
@@ -15271,9 +15712,10 @@ This page contains a list of people who have contributed in one way or another t
2 commits to builder
1 commit to docker-base
")
-- [Markus Ressel (@markusressel)](https://github.com/markusressel "8 total commits to the Home Assistant orga:
+- [Markus Ressel (@markusressel)](https://github.com/markusressel "9 total commits to the Home Assistant orga:
4 commits to home-assistant.io
4 commits to core
+1 commit to bthome.io
")
- [Markus Steinhilber (@Markus-St)](https://github.com/Markus-St "1 total commits to the Home Assistant orga:
1 commit to buildroot
@@ -15331,16 +15773,16 @@ This page contains a list of people who have contributed in one way or another t
5 commits to home-assistant.io
1 commit to alerts.home-assistant.io
")
-- [Martin (@martin3000)](https://github.com/martin3000 "7 total commits to the Home Assistant orga:
-4 commits to core
-3 commits to home-assistant.io
-")
-- [Martin (@xtools-at)](https://github.com/xtools-at "4 total commits to the Home Assistant orga:
+- [Martin (@martin3000)](https://github.com/martin3000 "8 total commits to the Home Assistant orga:
+4 commits to home-assistant.io
4 commits to core
")
- [Martin (@CapricornZ)](https://github.com/CapricornZ "1 total commits to the Home Assistant orga:
1 commit to brands
")
+- [Martin (@xtools-at)](https://github.com/xtools-at "4 total commits to the Home Assistant orga:
+4 commits to core
+")
- [Martin (@mrvanes)](https://github.com/mrvanes "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
@@ -15399,18 +15841,18 @@ This page contains a list of people who have contributed in one way or another t
- [Martin Hicks (@mohicks)](https://github.com/mohicks "6 total commits to the Home Assistant orga:
6 commits to buildroot
")
-- [Martin Hjelmare (@MartinHjelmare)](https://github.com/MartinHjelmare "609 total commits to the Home Assistant orga:
-490 commits to core
-60 commits to home-assistant.io
+- [Martin Hjelmare (@MartinHjelmare)](https://github.com/MartinHjelmare "627 total commits to the Home Assistant orga:
+503 commits to core
+61 commits to home-assistant.io
20 commits to developers.home-assistant
-13 commits to addons
-6 commits to supervisor
+15 commits to addons
+7 commits to supervisor
4 commits to github-issue-maker
3 commits to wheels-custom-integrations
+3 commits to brands
2 commits to example-custom-config
-2 commits to frontend
2 commits to architecture
-2 commits to brands
+2 commits to frontend
1 commit to actions
1 commit to people
1 commit to probot-home-assistant
@@ -15427,8 +15869,8 @@ This page contains a list of people who have contributed in one way or another t
44 commits to buildroot
")
- [Martin Long (@martinlong1978)](https://github.com/martinlong1978 "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Martin Mois (@siom79)](https://github.com/siom79 "3 total commits to the Home Assistant orga:
2 commits to core
@@ -15448,8 +15890,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to core
")
- [Martin Treml (@Munsio)](https://github.com/Munsio "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Martin Vacula (@MatoKafkac)](https://github.com/MatoKafkac "3 total commits to the Home Assistant orga:
2 commits to core
@@ -15463,6 +15905,9 @@ This page contains a list of people who have contributed in one way or another t
9 commits to home-assistant.io
1 commit to frontend
")
+- [Martin Zaloudek (@ma-zal)](https://github.com/ma-zal "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [martindybal (@martindybal)](https://github.com/martindybal "1 total commits to the Home Assistant orga:
1 commit to brands
")
@@ -15476,9 +15921,6 @@ This page contains a list of people who have contributed in one way or another t
- [MartinP (@mplinuxgeek)](https://github.com/mplinuxgeek "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [MartinT (@MartinTuroci)](https://github.com/MartinTuroci "4 total commits to the Home Assistant orga:
-4 commits to frontend
-")
- [Martokk (@martokk)](https://github.com/martokk "3 total commits to the Home Assistant orga:
3 commits to home-assistant.io
")
@@ -15495,20 +15937,23 @@ This page contains a list of people who have contributed in one way or another t
- [marutanm (@marutanm)](https://github.com/marutanm "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [Marvin Gaube (@margau)](https://github.com/margau "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [Marvin ROGER (@marvinroger)](https://github.com/marvinroger "5 total commits to the Home Assistant orga:
2 commits to hass-release
2 commits to core
1 commit to home-assistant.io
")
-- [Marvin Wichmann (@marvin-w)](https://github.com/marvin-w "56 total commits to the Home Assistant orga:
-45 commits to core
+- [Marvin Wichmann (@marvin-w)](https://github.com/marvin-w "58 total commits to the Home Assistant orga:
+47 commits to core
8 commits to home-assistant.io
2 commits to brands
1 commit to example-custom-config
")
- [Mas2112 (@Mas2112)](https://github.com/Mas2112 "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Masahiro Kamata (@kamatari)](https://github.com/kamatari "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -15517,8 +15962,8 @@ This page contains a list of people who have contributed in one way or another t
17 commits to buildroot
")
- [Mask3007 (@Mask3007)](https://github.com/Mask3007 "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Mason Garrison (@smasongarrison)](https://github.com/smasongarrison "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -15530,8 +15975,8 @@ This page contains a list of people who have contributed in one way or another t
4 commits to core
2 commits to home-assistant.io
")
-- [Massimiliano Cannarozzo (@maxcanna)](https://github.com/maxcanna "10 total commits to the Home Assistant orga:
-5 commits to home-assistant.io
+- [Massimiliano Cannarozzo (@maxcanna)](https://github.com/maxcanna "11 total commits to the Home Assistant orga:
+6 commits to home-assistant.io
5 commits to core
")
- [Massimo Callegari (@mcallegari)](https://github.com/mcallegari "1 total commits to the Home Assistant orga:
@@ -15579,8 +16024,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Mateusz Korniak (@matkor)](https://github.com/matkor "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Mateusz Soszyński (@TheLastGimbus)](https://github.com/TheLastGimbus "1 total commits to the Home Assistant orga:
1 commit to core
@@ -15588,9 +16033,9 @@ This page contains a list of people who have contributed in one way or another t
- [matgad (@matgad)](https://github.com/matgad "3 total commits to the Home Assistant orga:
3 commits to core
")
-- [Matheson Steplock (@ikifar2012)](https://github.com/ikifar2012 "37 total commits to the Home Assistant orga:
-20 commits to supervised-installer
-13 commits to home-assistant.io
+- [Matheson Steplock (@ikifar2012)](https://github.com/ikifar2012 "46 total commits to the Home Assistant orga:
+25 commits to supervised-installer
+17 commits to home-assistant.io
2 commits to supervisor
2 commits to developers.home-assistant
")
@@ -15603,8 +16048,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to core
")
- [Mathew Verdouw (@madmat777)](https://github.com/madmat777 "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Mathias De Mare (@Mathiasdm)](https://github.com/Mathiasdm "2 total commits to the Home Assistant orga:
2 commits to buildroot
@@ -15633,9 +16078,9 @@ This page contains a list of people who have contributed in one way or another t
- [Matouš Bečvář (@MattXcz)](https://github.com/MattXcz "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
-- [Matrix (@matrixd2)](https://github.com/matrixd2 "30 total commits to the Home Assistant orga:
-20 commits to core
-9 commits to home-assistant.io
+- [Matrix (@matrixd2)](https://github.com/matrixd2 "33 total commits to the Home Assistant orga:
+22 commits to core
+10 commits to home-assistant.io
1 commit to brands
")
- [MatsNl (@MatsNl)](https://github.com/MatsNl "17 total commits to the Home Assistant orga:
@@ -15667,12 +16112,12 @@ This page contains a list of people who have contributed in one way or another t
- [Matt Cahill (@matt-cahill)](https://github.com/matt-cahill "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Matt Caminiti (@mcaminiti)](https://github.com/mcaminiti "1 total commits to the Home Assistant orga:
-1 commit to home-assistant.io
+- [Matt Caminiti (@mcaminiti)](https://github.com/mcaminiti "2 total commits to the Home Assistant orga:
+2 commits to home-assistant.io
")
- [Matt Colyer (@mcolyer)](https://github.com/mcolyer "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Matt D (@matt1)](https://github.com/matt1 "1 total commits to the Home Assistant orga:
1 commit to cli
@@ -15694,6 +16139,9 @@ This page contains a list of people who have contributed in one way or another t
- [Matt Flax (@flatmax)](https://github.com/flatmax "4 total commits to the Home Assistant orga:
4 commits to buildroot
")
+- [Matt Galligan (@galligan)](https://github.com/galligan "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [Matt Hall (@Neko22)](https://github.com/Neko22 "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -15707,15 +16155,15 @@ This page contains a list of people who have contributed in one way or another t
1 commit to buildroot
")
- [Matt Kasa (@mattkasa)](https://github.com/mattkasa "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Matt Krasowski (@mkrasowski)](https://github.com/mkrasowski "2 total commits to the Home Assistant orga:
2 commits to core
")
- [Matt LeBrun (@mlebrun)](https://github.com/mlebrun "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Matt N\. (@mnoorenberghe)](https://github.com/mnoorenberghe "66 total commits to the Home Assistant orga:
32 commits to iOS
@@ -15725,7 +16173,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to homebridge-homeassistant
1 commit to plugin-dns
")
-- [Matt Olson (@olsoma13)](https://github.com/olsoma13 "1 total commits to the Home Assistant orga:
+- [Matt Olson (@olsoma13)](https://github.com/olsoma13 "10 total commits to the Home Assistant orga:
+9 commits to home-assistant.io
1 commit to developers.home-assistant
")
- [Matt Rayner (@mattrayner)](https://github.com/mattrayner "1 total commits to the Home Assistant orga:
@@ -15764,8 +16213,8 @@ This page contains a list of people who have contributed in one way or another t
- [Matt Wood (@mattwood2000)](https://github.com/mattwood2000 "1 total commits to the Home Assistant orga:
1 commit to buildroot
")
-- [Matt Zimmerman (@mdz)](https://github.com/mdz "59 total commits to the Home Assistant orga:
-49 commits to core
+- [Matt Zimmerman (@mdz)](https://github.com/mdz "61 total commits to the Home Assistant orga:
+51 commits to core
9 commits to home-assistant.io
1 commit to brands
")
@@ -15783,8 +16232,8 @@ This page contains a list of people who have contributed in one way or another t
")
- [Matteo Agnoletto (@EPMatt)](https://github.com/EPMatt "3 total commits to the Home Assistant orga:
1 commit to frontend
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Matteo Gheza (@MatteoGheza)](https://github.com/MatteoGheza "2 total commits to the Home Assistant orga:
1 commit to developers.home-assistant
@@ -15810,6 +16259,9 @@ This page contains a list of people who have contributed in one way or another t
- [Matthew Breedlove (@sirmalloc)](https://github.com/sirmalloc "1 total commits to the Home Assistant orga:
1 commit to core
")
+- [Matthew Byington (@matthewcbyington)](https://github.com/matthewcbyington "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [Matthew Donoughe (@mdonoughe)](https://github.com/mdonoughe "18 total commits to the Home Assistant orga:
9 commits to core
8 commits to home-assistant.io
@@ -15824,8 +16276,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to people
")
- [Matthew Gottlieb (@matthewgottlieb)](https://github.com/matthewgottlieb "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Matthew Grimes (@cybergrimes)](https://github.com/cybergrimes "6 total commits to the Home Assistant orga:
5 commits to home-assistant.io
@@ -15856,6 +16308,9 @@ This page contains a list of people who have contributed in one way or another t
- [Matthew Scoville (@Chaotic)](https://github.com/Chaotic "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [Matthew Simpson (@typhoon2099)](https://github.com/typhoon2099 "4 total commits to the Home Assistant orga:
+4 commits to core
+")
- [Matthew T\. Kelley (@mkelley88)](https://github.com/mkelley88 "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
@@ -15864,12 +16319,12 @@ This page contains a list of people who have contributed in one way or another t
11 commits to home-assistant.io
")
- [Matthew Turney (@pho3nixf1re)](https://github.com/pho3nixf1re "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Matthew Wegner (@mwegner)](https://github.com/mwegner "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Matthew Wire (@mattwire)](https://github.com/mattwire "6 total commits to the Home Assistant orga:
6 commits to open-zwave
@@ -15886,13 +16341,13 @@ This page contains a list of people who have contributed in one way or another t
2 commits to developers.home-assistant
1 commit to architecture
")
-- [Matthias Alphart (@farmio)](https://github.com/farmio "219 total commits to the Home Assistant orga:
-174 commits to core
+- [Matthias Alphart (@farmio)](https://github.com/farmio "224 total commits to the Home Assistant orga:
+179 commits to core
44 commits to home-assistant.io
1 commit to developers.home-assistant
")
-- [Matthias de Baat (@matthiasdebaat)](https://github.com/matthiasdebaat "20 total commits to the Home Assistant orga:
-16 commits to frontend
+- [Matthias de Baat (@matthiasdebaat)](https://github.com/matthiasdebaat "23 total commits to the Home Assistant orga:
+19 commits to frontend
3 commits to home-assistant.io
1 commit to assets
")
@@ -15901,8 +16356,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to core
")
- [Matthias Grawinkel (@Meatz)](https://github.com/Meatz "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Matthias Gutjahr (@mattsches)](https://github.com/mattsches "1 total commits to the Home Assistant orga:
1 commit to developers.home-assistant
@@ -15938,8 +16393,8 @@ This page contains a list of people who have contributed in one way or another t
- [Matthieu (@Aohzan)](https://github.com/Aohzan "11 total commits to the Home Assistant orga:
6 commits to brands
3 commits to wheels-custom-integrations
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Matthieu DUVAL (@ptimatth)](https://github.com/ptimatth "2 total commits to the Home Assistant orga:
1 commit to wheels-custom-integrations
@@ -16041,13 +16496,13 @@ This page contains a list of people who have contributed in one way or another t
1 commit to developers.home-assistant
")
- [Max Muth (@mammuth)](https://github.com/mammuth "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Max Prokhorov (@mcspr)](https://github.com/mcspr "3 total commits to the Home Assistant orga:
1 commit to frontend
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Max Roeleveld (@doenietzomoeilijk)](https://github.com/doenietzomoeilijk "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -16111,10 +16566,10 @@ This page contains a list of people who have contributed in one way or another t
- [Maxime Ripard (@mripard)](https://github.com/mripard "78 total commits to the Home Assistant orga:
78 commits to buildroot
")
-- [Maximilian (@DeerMaximum)](https://github.com/DeerMaximum "19 total commits to the Home Assistant orga:
-14 commits to core
+- [Maximilian (@DeerMaximum)](https://github.com/DeerMaximum "23 total commits to the Home Assistant orga:
+16 commits to core
4 commits to home-assistant.io
-1 commit to brands
+3 commits to brands
")
- [Maximilian Bösing (@boesing)](https://github.com/boesing "2 total commits to the Home Assistant orga:
2 commits to supervisor
@@ -16126,8 +16581,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Maximilian Früh (@mfrueh)](https://github.com/mfrueh "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Maximilien Cuony (@the-glu)](https://github.com/the-glu "1 total commits to the Home Assistant orga:
1 commit to core
@@ -16145,14 +16600,14 @@ This page contains a list of people who have contributed in one way or another t
- [Maël Kimmerlin (@maelk)](https://github.com/maelk "1 total commits to the Home Assistant orga:
1 commit to operating-system
")
-- [mbo18 (@mbo18)](https://github.com/mbo18 "27 total commits to the Home Assistant orga:
-11 commits to core
+- [mbo18 (@mbo18)](https://github.com/mbo18 "29 total commits to the Home Assistant orga:
+12 commits to core
10 commits to home-assistant.io
2 commits to operating-system
+2 commits to frontend
1 commit to supervisor
1 commit to addons
1 commit to analytics.home-assistant.io
-1 commit to frontend
")
- [mboeru (@mboeru)](https://github.com/mboeru "1 total commits to the Home Assistant orga:
1 commit to iOS
@@ -16179,7 +16634,8 @@ This page contains a list of people who have contributed in one way or another t
- [McNutty195 (@McNutty195)](https://github.com/McNutty195 "1 total commits to the Home Assistant orga:
1 commit to developers.home-assistant
")
-- [McYars (@McYars)](https://github.com/McYars "1 total commits to the Home Assistant orga:
+- [McYars (@McYars)](https://github.com/McYars "2 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
1 commit to core
")
- [mdallaire (@mdallaire)](https://github.com/mdallaire "3 total commits to the Home Assistant orga:
@@ -16192,6 +16648,9 @@ This page contains a list of people who have contributed in one way or another t
- [meatheadmike (@meatheadmike)](https://github.com/meatheadmike "2 total commits to the Home Assistant orga:
2 commits to core
")
+- [medgar2048 (@medgar2048)](https://github.com/medgar2048 "1 total commits to the Home Assistant orga:
+1 commit to companion.home-assistant
+")
- [Megachip (@Megachip)](https://github.com/Megachip "5 total commits to the Home Assistant orga:
5 commits to home-assistant.io
")
@@ -16228,6 +16687,9 @@ This page contains a list of people who have contributed in one way or another t
2 commits to home-assistant.io
2 commits to core
")
+- [Menco Bolt (@macmenco)](https://github.com/macmenco "2 total commits to the Home Assistant orga:
+2 commits to core
+")
- [mendhak (@mendhak)](https://github.com/mendhak "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -16236,8 +16698,9 @@ This page contains a list of people who have contributed in one way or another t
2 commits to core
1 commit to alerts.home-assistant.io
")
-- [Meow (@GrumpyMeow)](https://github.com/GrumpyMeow "4 total commits to the Home Assistant orga:
+- [Meow (@GrumpyMeow)](https://github.com/GrumpyMeow "5 total commits to the Home Assistant orga:
2 commits to home-assistant.io
+1 commit to frontend
1 commit to brands
1 commit to core
")
@@ -16253,8 +16716,8 @@ This page contains a list of people who have contributed in one way or another t
- [mertenats (@smrtnt)](https://github.com/smrtnt "4 total commits to the Home Assistant orga:
4 commits to home-assistant.io
")
-- [mezz64 (@mezz64)](https://github.com/mezz64 "78 total commits to the Home Assistant orga:
-61 commits to core
+- [mezz64 (@mezz64)](https://github.com/mezz64 "83 total commits to the Home Assistant orga:
+66 commits to core
15 commits to home-assistant.io
1 commit to hadashboard
1 commit to frontend
@@ -16273,8 +16736,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to core
")
- [MHV33 (@vdheijden)](https://github.com/vdheijden "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Micah Neal (@noxlux)](https://github.com/noxlux "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -16283,8 +16746,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Mich\-b (@Mich-b)](https://github.com/Mich-b "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Micha LaQua (@milaq)](https://github.com/milaq "4 total commits to the Home Assistant orga:
3 commits to core
@@ -16297,10 +16760,10 @@ This page contains a list of people who have contributed in one way or another t
- [Micha\-Btz (@Micha-Btz)](https://github.com/Micha-Btz "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Michael (@mib1185)](https://github.com/mib1185 "239 total commits to the Home Assistant orga:
-217 commits to core
-15 commits to home-assistant.io
-3 commits to frontend
+- [Michael (@mib1185)](https://github.com/mib1185 "257 total commits to the Home Assistant orga:
+233 commits to core
+16 commits to home-assistant.io
+4 commits to frontend
3 commits to developers.home-assistant
1 commit to addons
")
@@ -16398,8 +16861,8 @@ This page contains a list of people who have contributed in one way or another t
")
- [Michael Irigoyen (@mririgoyen)](https://github.com/mririgoyen "17 total commits to the Home Assistant orga:
15 commits to frontend
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Michael J\. Hammel (@mjhammel)](https://github.com/mjhammel "1 total commits to the Home Assistant orga:
1 commit to buildroot
@@ -16407,6 +16870,9 @@ This page contains a list of people who have contributed in one way or another t
- [Michael J\. Kidd (@linuxkidd)](https://github.com/linuxkidd "1 total commits to the Home Assistant orga:
1 commit to core
")
+- [Michael Jäger (@EmJay276)](https://github.com/EmJay276 "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [Michael Kane (@thisIsMikeKane)](https://github.com/thisIsMikeKane "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -16414,8 +16880,8 @@ This page contains a list of people who have contributed in one way or another t
3 commits to home-assistant.io
2 commits to core
")
-- [Michael Kowalchuk (@mkowalchuk)](https://github.com/mkowalchuk "6 total commits to the Home Assistant orga:
-5 commits to core
+- [Michael Kowalchuk (@mkowalchuk)](https://github.com/mkowalchuk "7 total commits to the Home Assistant orga:
+6 commits to core
1 commit to open-zwave
")
- [Michael Kutý (@michaelkuty)](https://github.com/michaelkuty "3 total commits to the Home Assistant orga:
@@ -16445,6 +16911,9 @@ This page contains a list of people who have contributed in one way or another t
- [Michael Mior (@michaelmior)](https://github.com/michaelmior "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [Michael Molisani (@molisani)](https://github.com/molisani "2 total commits to the Home Assistant orga:
+2 commits to core
+")
- [Michael Nosthoff (@heinemml)](https://github.com/heinemml "64 total commits to the Home Assistant orga:
58 commits to buildroot
4 commits to core
@@ -16502,7 +16971,8 @@ This page contains a list of people who have contributed in one way or another t
- [Michael Trimarchi (@panicking)](https://github.com/panicking "4 total commits to the Home Assistant orga:
4 commits to buildroot
")
-- [Michael Varrieur (@mvarrieur)](https://github.com/mvarrieur "1 total commits to the Home Assistant orga:
+- [Michael Varrieur (@mvarrieur)](https://github.com/mvarrieur "2 total commits to the Home Assistant orga:
+1 commit to frontend
1 commit to home-assistant.io
")
- [Michael Vetter (@jubalh)](https://github.com/jubalh "20 total commits to the Home Assistant orga:
@@ -16539,11 +17009,12 @@ This page contains a list of people who have contributed in one way or another t
1 commit to core
")
- [Michal Ziemski (@misialq)](https://github.com/misialq "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
-- [Michal Čihař (@nijel)](https://github.com/nijel "1 total commits to the Home Assistant orga:
+- [Michal Čihař (@nijel)](https://github.com/nijel "2 total commits to the Home Assistant orga:
1 commit to brands
+1 commit to home-assistant.io
")
- [Michaël Arnauts (@michaelarnauts)](https://github.com/michaelarnauts "94 total commits to the Home Assistant orga:
55 commits to core
@@ -16560,9 +17031,9 @@ This page contains a list of people who have contributed in one way or another t
- [Michaël Burtin (@mburtin-netgem)](https://github.com/mburtin-netgem "2 total commits to the Home Assistant orga:
2 commits to buildroot
")
-- [Michał Huryn (@riokuu)](https://github.com/riokuu "8 total commits to the Home Assistant orga:
-7 commits to core
-1 commit to home-assistant.io
+- [Michał Huryn (@riokuu)](https://github.com/riokuu "15 total commits to the Home Assistant orga:
+13 commits to core
+2 commits to home-assistant.io
")
- [Michał Kalbarczyk (@fazibear)](https://github.com/fazibear "1 total commits to the Home Assistant orga:
1 commit to buildroot
@@ -16575,6 +17046,9 @@ This page contains a list of people who have contributed in one way or another t
1 commit to brands
1 commit to home-assistant.io
")
+- [Michał Stańczyk (@michalstanczyk)](https://github.com/michalstanczyk "1 total commits to the Home Assistant orga:
+1 commit to developers.home-assistant
+")
- [Michał Węgrzynek (@mwegrzynek)](https://github.com/mwegrzynek "4 total commits to the Home Assistant orga:
2 commits to home-assistant.io
2 commits to core
@@ -16591,8 +17065,9 @@ This page contains a list of people who have contributed in one way or another t
- [Michel Stempin (@Squonk42)](https://github.com/Squonk42 "2 total commits to the Home Assistant orga:
2 commits to buildroot
")
-- [Michel van de Wetering (@mvdwetering)](https://github.com/mvdwetering "6 total commits to the Home Assistant orga:
-3 commits to brands
+- [Michel van de Wetering (@mvdwetering)](https://github.com/mvdwetering "11 total commits to the Home Assistant orga:
+5 commits to brands
+3 commits to frontend
1 commit to wheels-custom-integrations
1 commit to developers.home-assistant
1 commit to core
@@ -16609,10 +17084,10 @@ This page contains a list of people who have contributed in one way or another t
- [Mick Dekkers (@mickdekkers)](https://github.com/mickdekkers "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Mick Vleeshouwer (@iMicknl)](https://github.com/iMicknl "123 total commits to the Home Assistant orga:
-91 commits to core
+- [Mick Vleeshouwer (@iMicknl)](https://github.com/iMicknl "140 total commits to the Home Assistant orga:
+104 commits to core
15 commits to home-assistant.io
-9 commits to brands
+13 commits to brands
3 commits to frontend
2 commits to wheels-custom-integrations
2 commits to alerts.home-assistant.io
@@ -16622,8 +17097,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Mickaël Le Baillif (@demikl)](https://github.com/demikl "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Mickaël Schoentgen (@BoboTiG)](https://github.com/BoboTiG "1 total commits to the Home Assistant orga:
1 commit to core
@@ -16632,13 +17107,16 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [micronen (@micronen)](https://github.com/micronen "2 total commits to the Home Assistant orga:
-1 commit to companion.home-assistant
1 commit to android
+1 commit to companion.home-assistant
")
- [micw (@micw)](https://github.com/micw "8 total commits to the Home Assistant orga:
5 commits to core
3 commits to home-assistant.io
")
+- [Midbin (@Midbin)](https://github.com/Midbin "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [migromao (@migromao)](https://github.com/migromao "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -16688,15 +17166,15 @@ This page contains a list of people who have contributed in one way or another t
2 commits to core
1 commit to home-assistant.io
")
-- [Mike (@thegame3202)](https://github.com/thegame3202 "1 total commits to the Home Assistant orga:
-1 commit to core
-")
- [Mike (@C64ever)](https://github.com/C64ever "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
- [Mike (@mikenolet)](https://github.com/mikenolet "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [Mike (@thegame3202)](https://github.com/thegame3202 "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [Mike Ballou (@ballou88)](https://github.com/ballou88 "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -16712,24 +17190,26 @@ This page contains a list of people who have contributed in one way or another t
- [Mike Dahlgren (@mikedahlgren)](https://github.com/mikedahlgren "1 total commits to the Home Assistant orga:
1 commit to docker-base
")
-- [Mike Degatano (@mdegat01)](https://github.com/mdegat01 "178 total commits to the Home Assistant orga:
-62 commits to supervisor
-22 commits to addons
-22 commits to core
-20 commits to home-assistant.io
-11 commits to developers.home-assistant
-8 commits to version
+- [Mike Degatano (@mdegat01)](https://github.com/mdegat01 "251 total commits to the Home Assistant orga:
+103 commits to supervisor
+31 commits to core
+29 commits to home-assistant.io
+23 commits to addons
+14 commits to version
+13 commits to developers.home-assistant
7 commits to plugin-dns
-4 commits to cli
+6 commits to cli
4 commits to actions
3 commits to addons-example
3 commits to builder
3 commits to plugin-audio
3 commits to devcontainer
+2 commits to operating-system
2 commits to plugin-multicast
1 commit to mobile-apps-fcm-push
1 commit to companion.home-assistant
1 commit to plugin-cli
+1 commit to my.home-assistant.io
1 commit to alerts.home-assistant.io
")
- [Mike Edmunds (@medmunds)](https://github.com/medmunds "1 total commits to the Home Assistant orga:
@@ -16886,8 +17366,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Miloš Bunčić (@psyhomb)](https://github.com/psyhomb "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Milton Soares Filho (@msoares1979)](https://github.com/msoares1979 "1 total commits to the Home Assistant orga:
1 commit to buildroot
@@ -16926,8 +17406,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to buildroot
")
- [Mirko Lenz (@mirkolenz)](https://github.com/mirkolenz "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [mirkster (@mirkster)](https://github.com/mirkster "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -17028,8 +17508,8 @@ This page contains a list of people who have contributed in one way or another t
2 commits to home-assistant.io
1 commit to core
")
-- [mkmer (@mkmer)](https://github.com/mkmer "31 total commits to the Home Assistant orga:
-30 commits to core
+- [mkmer (@mkmer)](https://github.com/mkmer "33 total commits to the Home Assistant orga:
+32 commits to core
1 commit to home-assistant.io
")
- [mlambert\-zotec (@mlambert-zotec)](https://github.com/mlambert-zotec "2 total commits to the Home Assistant orga:
@@ -17047,6 +17527,9 @@ This page contains a list of people who have contributed in one way or another t
- [mmcnama4 (@mmcnama4)](https://github.com/mmcnama4 "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [mmillmor (@mmillmor)](https://github.com/mmillmor "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
- [mn (@nolstedt)](https://github.com/nolstedt "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -17061,12 +17544,18 @@ This page contains a list of people who have contributed in one way or another t
- [mnl1121 (@mnl1121)](https://github.com/mnl1121 "1 total commits to the Home Assistant orga:
1 commit to open-zwave
")
+- [mnorrsken (@mnorrsken)](https://github.com/mnorrsken "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [Mo Lawson (@molawson)](https://github.com/molawson "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
- [mobcdi (@mobcdi)](https://github.com/mobcdi "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [modem158 (@modem158)](https://github.com/modem158 "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [MoellerDi (@MoellerDi)](https://github.com/MoellerDi "2 total commits to the Home Assistant orga:
2 commits to core
")
@@ -17130,8 +17619,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to addons
")
- [Moritz Glöckl (@moritzgloeckl)](https://github.com/moritzgloeckl "2 total commits to the Home Assistant orga:
-1 commit to companion.home-assistant
1 commit to android
+1 commit to companion.home-assistant
")
- [Moritz Sternemann (@moritzsternemann)](https://github.com/moritzsternemann "1 total commits to the Home Assistant orga:
1 commit to 1password-teams-open-source
@@ -17140,8 +17629,8 @@ This page contains a list of people who have contributed in one way or another t
2 commits to core
")
- [Morten Lied Johansen (@mortenlj)](https://github.com/mortenlj "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Morten Lüneborg (@mopolus)](https://github.com/mopolus "6 total commits to the Home Assistant orga:
4 commits to core
@@ -17157,14 +17646,15 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Moshe Kaplan (@moshekaplan)](https://github.com/moshekaplan "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Moshe Levi (@moshe010)](https://github.com/moshe010 "1 total commits to the Home Assistant orga:
1 commit to operating-system
")
-- [MosheTzvi (@MosheTzvi)](https://github.com/MosheTzvi "2 total commits to the Home Assistant orga:
+- [MosheTzvi (@MosheTzvi)](https://github.com/MosheTzvi "3 total commits to the Home Assistant orga:
2 commits to core
+1 commit to home-assistant.io
")
- [moskovskiy82 (@moskovskiy82)](https://github.com/moskovskiy82 "6 total commits to the Home Assistant orga:
6 commits to home-assistant.io
@@ -17185,6 +17675,10 @@ This page contains a list of people who have contributed in one way or another t
- [Mr\. Snyds (@mrsnyds)](https://github.com/mrsnyds "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
+- [MrAliFu (@MrAliFu)](https://github.com/MrAliFu "2 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+1 commit to core
+")
- [MrBartusek (@MrBartusek)](https://github.com/MrBartusek "5 total commits to the Home Assistant orga:
2 commits to home-assistant.io
1 commit to .github
@@ -17192,8 +17686,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to brands
")
- [MrDadoo (@MrDadoo)](https://github.com/MrDadoo "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [mreiling (@mreiling)](https://github.com/mreiling "6 total commits to the Home Assistant orga:
5 commits to core
@@ -17251,8 +17745,8 @@ This page contains a list of people who have contributed in one way or another t
3 commits to core
")
- [Muhammad Sheraz Lodhi (@sherazlodhi)](https://github.com/sherazlodhi "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Muhammed Saho (@muhasaho)](https://github.com/muhasaho "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -17266,8 +17760,8 @@ This page contains a list of people who have contributed in one way or another t
- [mullerdavid (@mullerdavid)](https://github.com/mullerdavid "1 total commits to the Home Assistant orga:
1 commit to brands
")
-- [muppet3000 (@muppet3000)](https://github.com/muppet3000 "17 total commits to the Home Assistant orga:
-16 commits to core
+- [muppet3000 (@muppet3000)](https://github.com/muppet3000 "22 total commits to the Home Assistant orga:
+21 commits to core
1 commit to home-assistant.io
")
- [Murat Demirten (@demirten)](https://github.com/demirten "4 total commits to the Home Assistant orga:
@@ -17282,11 +17776,11 @@ This page contains a list of people who have contributed in one way or another t
- [mvillarejo (@mvillarejo)](https://github.com/mvillarejo "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [mvn23 (@mvn23)](https://github.com/mvn23 "79 total commits to the Home Assistant orga:
-56 commits to core
+- [mvn23 (@mvn23)](https://github.com/mvn23 "80 total commits to the Home Assistant orga:
+57 commits to core
20 commits to home-assistant.io
-1 commit to companion.home-assistant
1 commit to android
+1 commit to companion.home-assistant
1 commit to brands
")
- [mvnetbiz (@mvnetbiz)](https://github.com/mvnetbiz "1 total commits to the Home Assistant orga:
@@ -17314,6 +17808,9 @@ This page contains a list of people who have contributed in one way or another t
- [myzhang1029 (@myzhang1029)](https://github.com/myzhang1029 "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [myztillx (@myztillx)](https://github.com/myztillx "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [Márton Maráz (@marazmarci)](https://github.com/marazmarci "5 total commits to the Home Assistant orga:
5 commits to android
")
@@ -17329,11 +17826,6 @@ This page contains a list of people who have contributed in one way or another t
- [n0dyjeff (@n0dyjeff)](https://github.com/n0dyjeff "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [N1c093 (@N1c093)](https://github.com/N1c093 "22 total commits to the Home Assistant orga:
-10 commits to home-assistant.io
-9 commits to brands
-3 commits to core
-")
- [N1nja98 (@N1nja98)](https://github.com/N1nja98 "1 total commits to the Home Assistant orga:
1 commit to core
")
@@ -17368,8 +17860,8 @@ This page contains a list of people who have contributed in one way or another t
2 commits to home-assistant.io
1 commit to frontend
")
-- [nashant (@nashant)](https://github.com/nashant "1 total commits to the Home Assistant orga:
-1 commit to home-assistant.io
+- [nashant (@nashant)](https://github.com/nashant "2 total commits to the Home Assistant orga:
+2 commits to home-assistant.io
")
- [Nasser Afshin (@nasafix-nasser)](https://github.com/nasafix-nasser "2 total commits to the Home Assistant orga:
2 commits to buildroot
@@ -17400,7 +17892,8 @@ This page contains a list of people who have contributed in one way or another t
- [Nathan (@nemccarthy)](https://github.com/nemccarthy "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [Nathan Broadbent (@ndbroadbent)](https://github.com/ndbroadbent "1 total commits to the Home Assistant orga:
+- [Nathan Broadbent (@ndbroadbent)](https://github.com/ndbroadbent "4 total commits to the Home Assistant orga:
+3 commits to core
1 commit to home-assistant.io
")
- [Nathan Flynn (@eperdeme)](https://github.com/eperdeme "2 total commits to the Home Assistant orga:
@@ -17431,10 +17924,10 @@ This page contains a list of people who have contributed in one way or another t
- [Nathan Orick (@cnorick)](https://github.com/cnorick "6 total commits to the Home Assistant orga:
6 commits to frontend
")
-- [Nathan Spencer (@natekspencer)](https://github.com/natekspencer "55 total commits to the Home Assistant orga:
-38 commits to core
-9 commits to home-assistant.io
-6 commits to brands
+- [Nathan Spencer (@natekspencer)](https://github.com/natekspencer "84 total commits to the Home Assistant orga:
+56 commits to core
+18 commits to home-assistant.io
+8 commits to brands
2 commits to wheels-custom-integrations
")
- [Nathan Tilley (@ntilley905)](https://github.com/ntilley905 "18 total commits to the Home Assistant orga:
@@ -17508,13 +18001,15 @@ This page contains a list of people who have contributed in one way or another t
13 commits to android
")
- [Nephiel (@Nephiel)](https://github.com/Nephiel "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [nepozs (@nepozs)](https://github.com/nepozs "2 total commits to the Home Assistant orga:
2 commits to operating-system
")
-- [Nerdix (@N3rdix)](https://github.com/N3rdix "1 total commits to the Home Assistant orga:
+- [Nerdix (@N3rdix)](https://github.com/N3rdix "3 total commits to the Home Assistant orga:
+1 commit to addons
+1 commit to brands
1 commit to home-assistant.io
")
- [Ness (@Xx-Ness-xX)](https://github.com/Xx-Ness-xX "4 total commits to the Home Assistant orga:
@@ -17559,6 +18054,9 @@ This page contains a list of people who have contributed in one way or another t
1 commit to frontend
1 commit to core
")
+- [Nicholas Hadler (@nhadler)](https://github.com/nhadler "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [Nicholas Hawkes (@hawkesn)](https://github.com/hawkesn "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -17574,8 +18072,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to addons
")
- [Nick (@GreenTentacle)](https://github.com/GreenTentacle "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Nick Adams (@Nick-Adams-AU)](https://github.com/Nick-Adams-AU "3 total commits to the Home Assistant orga:
2 commits to core
@@ -17588,8 +18086,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to developers.home-assistant
")
- [Nick Dawson (@Neonkoala)](https://github.com/Neonkoala "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Nick Ellering (@nellering)](https://github.com/nellering "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -17668,6 +18166,12 @@ This page contains a list of people who have contributed in one way or another t
- [Niclas (@nicmar)](https://github.com/nicmar "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [Nico (@N1c093)](https://github.com/N1c093 "29 total commits to the Home Assistant orga:
+13 commits to home-assistant.io
+10 commits to brands
+5 commits to core
+1 commit to companion.home-assistant
+")
- [Nico (@NicoHood)](https://github.com/NicoHood "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -17690,8 +18194,9 @@ This page contains a list of people who have contributed in one way or another t
- [Nico0084 (@Nico0084)](https://github.com/Nico0084 "5 total commits to the Home Assistant orga:
5 commits to python-openzwave
")
-- [nicogramm (@nicogramm)](https://github.com/nicogramm "2 total commits to the Home Assistant orga:
+- [nicogramm (@nicogramm)](https://github.com/nicogramm "3 total commits to the Home Assistant orga:
2 commits to developers.home-assistant
+1 commit to bthome.io
")
- [Nicolae Vlădescu (@nicolaevladescu)](https://github.com/nicolaevladescu "3 total commits to the Home Assistant orga:
2 commits to home-assistant.io
@@ -17829,8 +18334,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to core
")
- [Niklas (@ngdio)](https://github.com/ngdio "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Niklas Grebe (@ThYpHo0n)](https://github.com/ThYpHo0n "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -17842,7 +18347,8 @@ This page contains a list of people who have contributed in one way or another t
3 commits to core
1 commit to home-assistant.io
")
-- [Niklas Plakolb (@plakna)](https://github.com/plakna "1 total commits to the Home Assistant orga:
+- [Niklas Plakolb (@plakna)](https://github.com/plakna "2 total commits to the Home Assistant orga:
+1 commit to analytics.home-assistant.io
1 commit to brands
")
- [Niklas V (@Nicxe)](https://github.com/Nicxe "2 total commits to the Home Assistant orga:
@@ -17865,6 +18371,9 @@ This page contains a list of people who have contributed in one way or another t
- [Nikolai Rahimi (@nikolairahimi)](https://github.com/nikolairahimi "1 total commits to the Home Assistant orga:
1 commit to core
")
+- [Nikolai Shcheglov (@shcheglovnd)](https://github.com/shcheglovnd "1 total commits to the Home Assistant orga:
+1 commit to supervised-installer
+")
- [Nikolaos Stamatopoulos (@nickstamat)](https://github.com/nickstamat "1 total commits to the Home Assistant orga:
1 commit to core
")
@@ -17876,8 +18385,8 @@ This page contains a list of people who have contributed in one way or another t
2 commits to buildroot
")
- [Nikolay Kasyanov (@nikolaykasyanov)](https://github.com/nikolaykasyanov "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Nikolay Vasilchuk (@Anonym-tsk)](https://github.com/Anonym-tsk "30 total commits to the Home Assistant orga:
22 commits to core
@@ -17913,12 +18422,22 @@ This page contains a list of people who have contributed in one way or another t
- [Nimai Mahajan (@nimaim)](https://github.com/nimaim "2 total commits to the Home Assistant orga:
2 commits to buildroot
")
+- [niobos (@niobos)](https://github.com/niobos "2 total commits to the Home Assistant orga:
+2 commits to core
+")
+- [Nippey (@Nippey)](https://github.com/Nippey "2 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+1 commit to core
+")
- [Niranjan Reddy (@kniranjanreddy)](https://github.com/kniranjanreddy "3 total commits to the Home Assistant orga:
3 commits to buildroot
")
+- [nirnachmani (@nirnachmani)](https://github.com/nirnachmani "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
- [Nishchith Shetty (@inishchith)](https://github.com/inishchith "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Nito Buendia (@nitobuendia)](https://github.com/nitobuendia "2 total commits to the Home Assistant orga:
2 commits to brands
@@ -17954,9 +18473,10 @@ This page contains a list of people who have contributed in one way or another t
- [noam148 (@noam148)](https://github.com/noam148 "1 total commits to the Home Assistant orga:
1 commit to android
")
-- [NobleKangaroo (@NobleKangaroo)](https://github.com/NobleKangaroo "6 total commits to the Home Assistant orga:
+- [NobleKangaroo (@NobleKangaroo)](https://github.com/NobleKangaroo "8 total commits to the Home Assistant orga:
3 commits to supervised-installer
3 commits to core
+2 commits to frontend
")
- [nojocodex (@nojocodex)](https://github.com/nojocodex "2 total commits to the Home Assistant orga:
2 commits to core
@@ -17964,8 +18484,8 @@ This page contains a list of people who have contributed in one way or another t
- [Nolan Darilek (@ndarilek)](https://github.com/ndarilek "1 total commits to the Home Assistant orga:
1 commit to supervisor
")
-- [Nolan Gilley (@nkgilley)](https://github.com/nkgilley "125 total commits to the Home Assistant orga:
-96 commits to core
+- [Nolan Gilley (@nkgilley)](https://github.com/nkgilley "126 total commits to the Home Assistant orga:
+97 commits to core
29 commits to home-assistant.io
")
- [nolange (@nolange)](https://github.com/nolange "60 total commits to the Home Assistant orga:
@@ -18050,6 +18570,9 @@ This page contains a list of people who have contributed in one way or another t
- [NWiBGRsK (@NWiBGRsK)](https://github.com/NWiBGRsK "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [Nyro (@nyroDev)](https://github.com/nyroDev "4 total commits to the Home Assistant orga:
+4 commits to core
+")
- [oa\- (@oa-)](https://github.com/oa- "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -18137,8 +18660,8 @@ This page contains a list of people who have contributed in one way or another t
2 commits to core
")
- [Oleg (@5LICK)](https://github.com/5LICK "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Oleg Kitain (@BanHammor)](https://github.com/BanHammor "1 total commits to the Home Assistant orga:
1 commit to buildroot
@@ -18149,14 +18672,17 @@ This page contains a list of people who have contributed in one way or another t
- [Oleh (@chomupashchuk)](https://github.com/chomupashchuk "2 total commits to the Home Assistant orga:
2 commits to brands
")
+- [Oleh Hordiienko (@gordio)](https://github.com/gordio "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [Oleksandr Kapshuk (@skynetua)](https://github.com/skynetua "14 total commits to the Home Assistant orga:
10 commits to android
2 commits to companion.home-assistant
2 commits to core
")
- [Oleksandr Omelchuk (@sashao)](https://github.com/sashao "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Oleksandr Zhadan (@ozhlab)](https://github.com/ozhlab "6 total commits to the Home Assistant orga:
6 commits to buildroot
@@ -18182,18 +18708,21 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Olimpiu Rob (@olimpiurob)](https://github.com/olimpiurob "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Oliv3rDog (@Oliv3rDog)](https://github.com/Oliv3rDog "3 total commits to the Home Assistant orga:
3 commits to home-assistant.io
")
-- [Oliver (@ol-iver)](https://github.com/ol-iver "3 total commits to the Home Assistant orga:
-3 commits to core
+- [Oliver (@ol-iver)](https://github.com/ol-iver "4 total commits to the Home Assistant orga:
+4 commits to core
")
- [Oliver Acevedo (@Oliver84)](https://github.com/Oliver84 "1 total commits to the Home Assistant orga:
1 commit to core
")
+- [Oliver Dippel (@multigcs)](https://github.com/multigcs "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [Oliver Dunk (@oliverdunk)](https://github.com/oliverdunk "77 total commits to the Home Assistant orga:
77 commits to 1password-teams-open-source
")
@@ -18203,16 +18732,16 @@ This page contains a list of people who have contributed in one way or another t
- [Oliver Gruß (@CubieMedia)](https://github.com/CubieMedia "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [Oliver Ou (@zlinoliver)](https://github.com/zlinoliver "11 total commits to the Home Assistant orga:
+- [Oliver Ou (@zlinoliver)](https://github.com/zlinoliver "12 total commits to the Home Assistant orga:
6 commits to core
-4 commits to home-assistant.io
+5 commits to home-assistant.io
1 commit to brands
")
- [Oliver van Porten (@mcdeck)](https://github.com/mcdeck "10 total commits to the Home Assistant orga:
10 commits to core
")
-- [Oliver Voelker (@magenbrot)](https://github.com/magenbrot "5 total commits to the Home Assistant orga:
-2 commits to core
+- [Oliver Voelker (@magenbrot)](https://github.com/magenbrot "7 total commits to the Home Assistant orga:
+4 commits to core
2 commits to home-assistant.io
1 commit to developers.home-assistant
")
@@ -18229,6 +18758,9 @@ This page contains a list of people who have contributed in one way or another t
2 commits to home-assistant.io
2 commits to core
")
+- [Olivier Bossaer (@olibos)](https://github.com/olibos "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
- [Olivier Cloirec (@clook)](https://github.com/clook "1 total commits to the Home Assistant orga:
1 commit to core
")
@@ -18260,8 +18792,11 @@ This page contains a list of people who have contributed in one way or another t
- [olli\.dev (@olli-dot-dev)](https://github.com/olli-dot-dev "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [ollo69 (@ollo69)](https://github.com/ollo69 "82 total commits to the Home Assistant orga:
-72 commits to core
+- [Olliver Schinagl (@oliv3r)](https://github.com/oliv3r "1 total commits to the Home Assistant orga:
+1 commit to core
+")
+- [ollo69 (@ollo69)](https://github.com/ollo69 "85 total commits to the Home Assistant orga:
+75 commits to core
7 commits to home-assistant.io
3 commits to brands
")
@@ -18289,9 +18824,9 @@ This page contains a list of people who have contributed in one way or another t
2 commits to core
1 commit to brands
")
-- [On Freund (@OnFreund)](https://github.com/OnFreund "116 total commits to the Home Assistant orga:
-78 commits to core
-28 commits to home-assistant.io
+- [On Freund (@OnFreund)](https://github.com/OnFreund "127 total commits to the Home Assistant orga:
+87 commits to core
+30 commits to home-assistant.io
4 commits to frontend
3 commits to developers.home-assistant
3 commits to brands
@@ -18315,6 +18850,9 @@ This page contains a list of people who have contributed in one way or another t
2 commits to core
1 commit to home-assistant.io
")
+- [Ongy (@Ongy)](https://github.com/Ongy "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [onkytonk (@onkytonk)](https://github.com/onkytonk "1 total commits to the Home Assistant orga:
1 commit to addons
")
@@ -18333,18 +18871,21 @@ This page contains a list of people who have contributed in one way or another t
12 commits to home-assistant.io
")
- [OpenDave15 (@OpenDave15)](https://github.com/OpenDave15 "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [optama (@optama)](https://github.com/optama "1 total commits to the Home Assistant orga:
1 commit to frontend
")
+- [Orad SA (@oradsa)](https://github.com/oradsa "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [orb9 (@orb9)](https://github.com/orb9 "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
- [Orce MARINKOVSKI (@orcema)](https://github.com/orcema "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Oren (@baget)](https://github.com/baget "1 total commits to the Home Assistant orga:
1 commit to core
@@ -18352,15 +18893,19 @@ This page contains a list of people who have contributed in one way or another t
- [Ormund Williams (@ormundw)](https://github.com/ormundw "2 total commits to the Home Assistant orga:
2 commits to buildroot
")
+- [orrpan (@orrpan)](https://github.com/orrpan "2 total commits to the Home Assistant orga:
+1 commit to core
+1 commit to home-assistant.io
+")
- [Orson (@orson1282)](https://github.com/orson1282 "1 total commits to the Home Assistant orga:
1 commit to core
")
- [Oscar (@oscfor)](https://github.com/oscfor "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Oscar Calvo (@ocalvo)](https://github.com/ocalvo "50 total commits to the Home Assistant orga:
-26 commits to home-assistant.io
-19 commits to core
+- [Oscar Calvo (@ocalvo)](https://github.com/ocalvo "54 total commits to the Home Assistant orga:
+29 commits to home-assistant.io
+20 commits to core
3 commits to addons
1 commit to operating-system
1 commit to brands
@@ -18388,6 +18933,9 @@ This page contains a list of people who have contributed in one way or another t
- [osk2 (@osk2)](https://github.com/osk2 "2 total commits to the Home Assistant orga:
2 commits to brands
")
+- [osono\-design (@osono-design)](https://github.com/osono-design "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [Othou (@Othou)](https://github.com/Othou "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -18419,6 +18967,12 @@ This page contains a list of people who have contributed in one way or another t
- [ovidiulaz7 (@ovidiulaz7)](https://github.com/ovidiulaz7 "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [Owen Johnson (@owen2)](https://github.com/owen2 "1 total commits to the Home Assistant orga:
+1 commit to core
+")
+- [Owen Voke (@owenvoke)](https://github.com/owenvoke "2 total commits to the Home Assistant orga:
+2 commits to brands
+")
- [Owen Walpole (@owenthewizard)](https://github.com/owenthewizard "1 total commits to the Home Assistant orga:
1 commit to buildroot
")
@@ -18503,8 +19057,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to core
")
- [Paolo Bonzini (@bonzini)](https://github.com/bonzini "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Paolo Tagliaferri (@Vortexmind)](https://github.com/Vortexmind "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -18519,6 +19073,10 @@ This page contains a list of people who have contributed in one way or another t
- [papperone (@papperone)](https://github.com/papperone "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [Parham Ghazanfari (@pghazanfari)](https://github.com/pghazanfari "2 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+1 commit to core
+")
- [Parker Moore (@parkr)](https://github.com/parkr "62 total commits to the Home Assistant orga:
62 commits to home-assistant.io
")
@@ -18541,8 +19099,8 @@ This page contains a list of people who have contributed in one way or another t
3 commits to buildroot
")
- [Pascal de Ladurantaye (@pascal-de-ladurantaye)](https://github.com/pascal-de-ladurantaye "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Pascal Hahn (@pascalhahn)](https://github.com/pascalhahn "1 total commits to the Home Assistant orga:
1 commit to core
@@ -18550,8 +19108,8 @@ This page contains a list of people who have contributed in one way or another t
- [Pascal Huerst (@pascalhuerst)](https://github.com/pascalhuerst "2 total commits to the Home Assistant orga:
2 commits to buildroot
")
-- [Pascal Reeb (@pree)](https://github.com/pree "8 total commits to the Home Assistant orga:
-7 commits to core
+- [Pascal Reeb (@pree)](https://github.com/pree "10 total commits to the Home Assistant orga:
+9 commits to core
1 commit to home-assistant.io
")
- [Pascal Roeleven (@pascallj)](https://github.com/pascallj "15 total commits to the Home Assistant orga:
@@ -18560,29 +19118,29 @@ This page contains a list of people who have contributed in one way or another t
2 commits to frontend
1 commit to brands
")
-- [Pascal Vizeli (@pvizeli)](https://github.com/pvizeli "11092 total commits to the Home Assistant orga:
-3188 commits to version
-2440 commits to supervisor
-1101 commits to core
-1039 commits to operating-system
+- [Pascal Vizeli (@pvizeli)](https://github.com/pvizeli "11363 total commits to the Home Assistant orga:
+3424 commits to version
+2446 commits to supervisor
+1110 commits to core
+1041 commits to operating-system
640 commits to addons
499 commits to hassio-build
-435 commits to home-assistant.io
+438 commits to home-assistant.io
247 commits to docker
-188 commits to docker-base
-183 commits to wheels
+191 commits to docker-base
+187 commits to wheels
130 commits to ci-azure
109 commits to builder
-97 commits to developers.home-assistant
+98 commits to developers.home-assistant
85 commits to plugin-audio
71 commits to wheels-custom-integrations
64 commits to cli
57 commits to supervised-installer
54 commits to wheels-opencv
-51 commits to plugin-cli
+52 commits to plugin-cli
45 commits to plugin-observer
-43 commits to plugin-dns
43 commits to ada
+43 commits to plugin-dns
35 commits to python-openzwave
34 commits to actions
27 commits to addons-development
@@ -18590,12 +19148,12 @@ This page contains a list of people who have contributed in one way or another t
22 commits to wheels-tensorflow
21 commits to frontend
19 commits to addons-example
+19 commits to os-agent
16 commits to plugin-multicast
-14 commits to os-agent
13 commits to my-upnp
-12 commits to tempio
12 commits to wheels-scipy
-9 commits to architecture
+12 commits to tempio
+10 commits to architecture
6 commits to operating-system-blobs
4 commits to open-zwave
4 commits to devcontainer
@@ -18618,6 +19176,9 @@ This page contains a list of people who have contributed in one way or another t
- [Pat Rooney (@sotatech)](https://github.com/sotatech "3 total commits to the Home Assistant orga:
3 commits to home-assistant.io
")
+- [pataar (@pataar)](https://github.com/pataar "1 total commits to the Home Assistant orga:
+1 commit to frontend
+")
- [patagona (@patagonaa)](https://github.com/patagonaa "2 total commits to the Home Assistant orga:
2 commits to core
")
@@ -18699,8 +19260,9 @@ This page contains a list of people who have contributed in one way or another t
- [Patrick White (@pw)](https://github.com/pw "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
-- [Patrick ZAJDA (@Nardol)](https://github.com/Nardol "8 total commits to the Home Assistant orga:
-8 commits to frontend
+- [Patrick ZAJDA (@Nardol)](https://github.com/Nardol "12 total commits to the Home Assistant orga:
+9 commits to frontend
+3 commits to core
")
- [Patrik Ekström (@patrik3k)](https://github.com/patrik3k "1 total commits to the Home Assistant orga:
1 commit to core
@@ -18708,9 +19270,9 @@ This page contains a list of people who have contributed in one way or another t
- [Patrik Hermansson (@bphermansson)](https://github.com/bphermansson "6 total commits to the Home Assistant orga:
6 commits to home-assistant.io
")
-- [Patrik Lindgren (@ggravlingen)](https://github.com/ggravlingen "37 total commits to the Home Assistant orga:
+- [Patrik Lindgren (@ggravlingen)](https://github.com/ggravlingen "39 total commits to the Home Assistant orga:
29 commits to core
-6 commits to home-assistant.io
+8 commits to home-assistant.io
1 commit to alerts.home-assistant.io
1 commit to developers.home-assistant
")
@@ -18732,9 +19294,9 @@ This page contains a list of people who have contributed in one way or another t
- [Paul (@TakesTheBiscuit)](https://github.com/TakesTheBiscuit "2 total commits to the Home Assistant orga:
2 commits to core
")
-- [Paul Annekov (@PaulAnnekov)](https://github.com/PaulAnnekov "34 total commits to the Home Assistant orga:
-26 commits to core
-7 commits to home-assistant.io
+- [Paul Annekov (@PaulAnnekov)](https://github.com/PaulAnnekov "36 total commits to the Home Assistant orga:
+27 commits to core
+8 commits to home-assistant.io
1 commit to brands
")
- [Paul Archer (@geek65535)](https://github.com/geek65535 "1 total commits to the Home Assistant orga:
@@ -18748,13 +19310,13 @@ This page contains a list of people who have contributed in one way or another t
1 commit to core
")
- [Paul Biester (@isonet)](https://github.com/isonet "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
-- [Paul Bottein (@piitaya)](https://github.com/piitaya "16 total commits to the Home Assistant orga:
-7 commits to frontend
+- [Paul Bottein (@piitaya)](https://github.com/piitaya "128 total commits to the Home Assistant orga:
+116 commits to frontend
+5 commits to home-assistant.io
5 commits to core
-2 commits to home-assistant.io
1 commit to android
1 commit to brands
")
@@ -18783,8 +19345,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to brands
")
- [Paul Enright (@penright)](https://github.com/penright "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Paul Frank (@pail23)](https://github.com/pail23 "2 total commits to the Home Assistant orga:
2 commits to core
@@ -18815,8 +19377,8 @@ This page contains a list of people who have contributed in one way or another t
")
- [Paul Klingelhuber (@NoUsername)](https://github.com/NoUsername "3 total commits to the Home Assistant orga:
1 commit to frontend
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Paul Krischer (@SqyD)](https://github.com/SqyD "1 total commits to the Home Assistant orga:
1 commit to core
@@ -18871,6 +19433,9 @@ This page contains a list of people who have contributed in one way or another t
- [paulcram (@paulcram)](https://github.com/paulcram "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [PaulDalyROI (@PaulDalyROI)](https://github.com/PaulDalyROI "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [Pauli Sundberg (@susundberg)](https://github.com/susundberg "2 total commits to the Home Assistant orga:
2 commits to buildroot
")
@@ -19000,6 +19565,9 @@ This page contains a list of people who have contributed in one way or another t
6 commits to core
1 commit to frontend
")
+- [Pedro Miguel Fernandes (@pmfernandes)](https://github.com/pmfernandes "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
- [Pedro Navarro (@pedronavf)](https://github.com/pedronavf "3 total commits to the Home Assistant orga:
3 commits to home-assistant.io
")
@@ -19007,8 +19575,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to brands
")
- [Pedro Rodriguez Tavarez (@pjrt)](https://github.com/pjrt "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [PedroKTFC (@PedroKTFC)](https://github.com/PedroKTFC "1 total commits to the Home Assistant orga:
1 commit to companion.home-assistant
@@ -19032,6 +19600,9 @@ This page contains a list of people who have contributed in one way or another t
19 commits to home-assistant.io
12 commits to frontend
")
+- [Per Thomas Jahr (@perja12)](https://github.com/perja12 "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [Per Öberg (@droberg)](https://github.com/droberg "4 total commits to the Home Assistant orga:
3 commits to core
1 commit to home-assistant.io
@@ -19048,9 +19619,9 @@ This page contains a list of people who have contributed in one way or another t
- [perfalk (@perfalk)](https://github.com/perfalk "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [pergolafabio (@pergolafabio)](https://github.com/pergolafabio "2 total commits to the Home Assistant orga:
+- [pergolafabio (@pergolafabio)](https://github.com/pergolafabio "3 total commits to the Home Assistant orga:
+2 commits to home-assistant.io
1 commit to operating-system
-1 commit to home-assistant.io
")
- [perjury (@perjury)](https://github.com/perjury "4 total commits to the Home Assistant orga:
4 commits to home-assistant.io
@@ -19069,6 +19640,9 @@ This page contains a list of people who have contributed in one way or another t
- [Petar Petrov (@MindFreeze)](https://github.com/MindFreeze "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
+- [Pete (@peteh)](https://github.com/peteh "4 total commits to the Home Assistant orga:
+4 commits to core
+")
- [Pete Cooper (@petecoop)](https://github.com/petecoop "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -19134,6 +19708,9 @@ This page contains a list of people who have contributed in one way or another t
- [Peter Korsgaard (@jacmet)](https://github.com/jacmet "6450 total commits to the Home Assistant orga:
6450 commits to buildroot
")
+- [Peter Krempa (@pipo)](https://github.com/pipo "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [Peter Kyrkos (@KmanOz)](https://github.com/KmanOz "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -19177,8 +19754,8 @@ This page contains a list of people who have contributed in one way or another t
- [Peter Zsak (@wroadd)](https://github.com/wroadd "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [PeteRager (@PeteRager)](https://github.com/PeteRager "1 total commits to the Home Assistant orga:
-1 commit to core
+- [PeteRager (@PeteRager)](https://github.com/PeteRager "3 total commits to the Home Assistant orga:
+3 commits to core
")
- [petergridge (@petergridge)](https://github.com/petergridge "1 total commits to the Home Assistant orga:
1 commit to brands
@@ -19200,9 +19777,9 @@ This page contains a list of people who have contributed in one way or another t
6 commits to home-assistant.io
2 commits to brands
")
-- [Petro31 (@Petro31)](https://github.com/Petro31 "32 total commits to the Home Assistant orga:
-16 commits to home-assistant.io
-13 commits to core
+- [Petro31 (@Petro31)](https://github.com/Petro31 "36 total commits to the Home Assistant orga:
+18 commits to home-assistant.io
+15 commits to core
2 commits to frontend
1 commit to brands
")
@@ -19239,8 +19816,8 @@ This page contains a list of people who have contributed in one way or another t
- [PhiBo (@phibos)](https://github.com/phibos "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [Phil (@pnbruckner)](https://github.com/pnbruckner "148 total commits to the Home Assistant orga:
-109 commits to core
+- [Phil (@pnbruckner)](https://github.com/pnbruckner "152 total commits to the Home Assistant orga:
+113 commits to core
38 commits to home-assistant.io
1 commit to alerts.home-assistant.io
")
@@ -19299,8 +19876,8 @@ This page contains a list of people who have contributed in one way or another t
- [Phileep (@Phileep)](https://github.com/Phileep "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
-- [Philip Allgaier (@spacegaier)](https://github.com/spacegaier "573 total commits to the Home Assistant orga:
-417 commits to frontend
+- [Philip Allgaier (@spacegaier)](https://github.com/spacegaier "579 total commits to the Home Assistant orga:
+423 commits to frontend
75 commits to core
68 commits to home-assistant.io
7 commits to developers.home-assistant
@@ -19366,6 +19943,9 @@ This page contains a list of people who have contributed in one way or another t
- [Philippe Proulx (@eepp)](https://github.com/eepp "33 total commits to the Home Assistant orga:
33 commits to buildroot
")
+- [Philippe Schenker (@philschenker)](https://github.com/philschenker "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [philipperequile (@philipperequile)](https://github.com/philipperequile "2 total commits to the Home Assistant orga:
1 commit to core
1 commit to home-assistant.io
@@ -19374,8 +19954,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to supervisor
1 commit to supervised-installer
")
-- [Phill Price (@phillprice)](https://github.com/phillprice "17 total commits to the Home Assistant orga:
-16 commits to home-assistant.io
+- [Phill Price (@phillprice)](https://github.com/phillprice "18 total commits to the Home Assistant orga:
+17 commits to home-assistant.io
1 commit to developers.home-assistant
")
- [Phillip Howard (@PhillipHoward)](https://github.com/PhillipHoward "1 total commits to the Home Assistant orga:
@@ -19408,7 +19988,11 @@ This page contains a list of people who have contributed in one way or another t
- [Pier\-Luc Charbonneau (@plcharbonneau)](https://github.com/plcharbonneau "1 total commits to the Home Assistant orga:
1 commit to open-zwave
")
-- [Pierre (@bemble)](https://github.com/bemble "2 total commits to the Home Assistant orga:
+- [Piero (@pierosavi)](https://github.com/pierosavi "1 total commits to the Home Assistant orga:
+1 commit to frontend
+")
+- [Pierre (@bemble)](https://github.com/bemble "5 total commits to the Home Assistant orga:
+3 commits to frontend
1 commit to wheels-custom-integrations
1 commit to home-assistant.io
")
@@ -19458,6 +20042,9 @@ This page contains a list of people who have contributed in one way or another t
- [Piers Dawson\-Damer (@piersdd)](https://github.com/piersdd "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [Piet van Dongen (@pietvandongen)](https://github.com/pietvandongen "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [Pieter De Baets (@javache)](https://github.com/javache "1 total commits to the Home Assistant orga:
1 commit to core
")
@@ -19472,8 +20059,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Pieter Goetschalckx (@314eter)](https://github.com/314eter "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Pieter Hamels (@phamels)](https://github.com/phamels "1 total commits to the Home Assistant orga:
1 commit to brands
@@ -19542,12 +20129,18 @@ This page contains a list of people who have contributed in one way or another t
- [Pipiche (@pipiche38)](https://github.com/pipiche38 "1 total commits to the Home Assistant orga:
1 commit to open-zwave
")
+- [Pirionfr (@Pirionfr)](https://github.com/Pirionfr "1 total commits to the Home Assistant orga:
+1 commit to addons
+")
- [pixel::doc (@pixeldoc2000)](https://github.com/pixeldoc2000 "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
- [pixelasticity (@pixelasticity)](https://github.com/pixelasticity "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [pizzaboy192 (@pizzaboy192)](https://github.com/pizzaboy192 "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [pjv (@pjv)](https://github.com/pjv "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -19594,20 +20187,20 @@ This page contains a list of people who have contributed in one way or another t
- [pnguyen\-tyro (@pnguyen-tyro)](https://github.com/pnguyen-tyro "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [pniewiadowski (@pniewiadowski)](https://github.com/pniewiadowski "6 total commits to the Home Assistant orga:
-6 commits to home-assistant.io
+- [pniewiadowski (@pniewiadowski)](https://github.com/pniewiadowski "7 total commits to the Home Assistant orga:
+7 commits to home-assistant.io
")
- [PollieKrismis (@PollieKrismis)](https://github.com/PollieKrismis "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Poltorak Serguei (@PoltoS)](https://github.com/PoltoS "16 total commits to the Home Assistant orga:
-8 commits to core
+- [Poltorak Serguei (@PoltoS)](https://github.com/PoltoS "18 total commits to the Home Assistant orga:
+10 commits to core
7 commits to home-assistant.io
1 commit to brands
")
- [PoofyTeddy (@poofyteddy)](https://github.com/poofyteddy "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [popboxgun (@popboxgun)](https://github.com/popboxgun "2 total commits to the Home Assistant orga:
1 commit to core
@@ -19681,15 +20274,21 @@ This page contains a list of people who have contributed in one way or another t
1 commit to core
1 commit to home-assistant.io
")
+- [PromInc (@PromInc)](https://github.com/PromInc "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [prophit987 (@prophit987)](https://github.com/prophit987 "2 total commits to the Home Assistant orga:
2 commits to core
")
+- [ProudElm (@ProudElm)](https://github.com/ProudElm "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
- [prwood80 (@prwood80)](https://github.com/prwood80 "2 total commits to the Home Assistant orga:
2 commits to core
")
- [Przemek Więch (@PeWu)](https://github.com/PeWu "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Przemyslaw \(Pem\) Lasota (@plasota)](https://github.com/plasota "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -19712,10 +20311,11 @@ This page contains a list of people who have contributed in one way or another t
- [PuckStar (@PuckStar)](https://github.com/PuckStar "7 total commits to the Home Assistant orga:
7 commits to home-assistant.io
")
-- [puddly (@puddly)](https://github.com/puddly "60 total commits to the Home Assistant orga:
-53 commits to core
+- [puddly (@puddly)](https://github.com/puddly "90 total commits to the Home Assistant orga:
+79 commits to core
+6 commits to frontend
4 commits to home-assistant.io
-3 commits to frontend
+1 commit to addons-development
")
- [PulsarFX (@PulsarFX)](https://github.com/PulsarFX "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -19746,12 +20346,15 @@ This page contains a list of people who have contributed in one way or another t
2 commits to home-assistant.io
")
- [Pär Svanström (@pp-svanstrom)](https://github.com/pp-svanstrom "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Qais Patankar (@qaisjp)](https://github.com/qaisjp "1 total commits to the Home Assistant orga:
1 commit to 1password-teams-open-source
")
+- [qaiser1996 (@qaiser1996)](https://github.com/qaiser1996 "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
- [QbaF (@QbaF)](https://github.com/QbaF "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
@@ -19770,16 +20373,16 @@ This page contains a list of people who have contributed in one way or another t
- [quaec (@quaec)](https://github.com/quaec "4 total commits to the Home Assistant orga:
4 commits to home-assistant.io
")
-- [Quentame (@Quentame)](https://github.com/Quentame "231 total commits to the Home Assistant orga:
-190 commits to core
-25 commits to home-assistant.io
+- [Quentame (@Quentame)](https://github.com/Quentame "236 total commits to the Home Assistant orga:
+194 commits to core
+26 commits to home-assistant.io
14 commits to brands
-1 commit to frontend
1 commit to alerts.home-assistant.io
+1 commit to frontend
")
- [Quentin Stafford\-Fraser (@quentinsf)](https://github.com/quentinsf "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Questler (@Questler)](https://github.com/Questler "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -19791,8 +20394,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to frontend
")
- [Quinn Hosler (@quinnhosler)](https://github.com/quinnhosler "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Quint Burkley (@qwow5)](https://github.com/qwow5 "4 total commits to the Home Assistant orga:
2 commits to brands
@@ -19810,8 +20413,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Qxlkdr (@Qxlkdr)](https://github.com/Qxlkdr "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [R Huish (@genestealer)](https://github.com/genestealer "34 total commits to the Home Assistant orga:
34 commits to home-assistant.io
@@ -19854,9 +20457,9 @@ This page contains a list of people who have contributed in one way or another t
1 commit to core
1 commit to home-assistant.io
")
-- [Radu (@mercenaruss)](https://github.com/mercenaruss "2 total commits to the Home Assistant orga:
-1 commit to core
-1 commit to home-assistant.io
+- [Radu (@mercenaruss)](https://github.com/mercenaruss "4 total commits to the Home Assistant orga:
+2 commits to home-assistant.io
+2 commits to core
")
- [Radu Cotescu (@raducotescu)](https://github.com/raducotescu "4 total commits to the Home Assistant orga:
2 commits to core
@@ -19904,8 +20507,8 @@ This page contains a list of people who have contributed in one way or another t
- [rainlake (@rainlake)](https://github.com/rainlake "1 total commits to the Home Assistant orga:
1 commit to open-zwave
")
-- [Raj Laud (@rajlaud)](https://github.com/rajlaud "29 total commits to the Home Assistant orga:
-23 commits to core
+- [Raj Laud (@rajlaud)](https://github.com/rajlaud "31 total commits to the Home Assistant orga:
+25 commits to core
3 commits to home-assistant.io
2 commits to frontend
1 commit to developers.home-assistant
@@ -19925,18 +20528,18 @@ This page contains a list of people who have contributed in one way or another t
- [Ralph Hopman (@rhopman)](https://github.com/rhopman "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Raman Gupta (@raman325)](https://github.com/raman325 "759 total commits to the Home Assistant orga:
-521 commits to core
-125 commits to home-assistant.io
-55 commits to addons
-33 commits to frontend
-14 commits to developers.home-assistant
-10 commits to brands
+- [Raman Gupta (@raman325)](https://github.com/raman325 "811 total commits to the Home Assistant orga:
+562 commits to core
+128 commits to home-assistant.io
+57 commits to addons
+35 commits to frontend
+15 commits to developers.home-assistant
+13 commits to brands
1 commit to wheels-custom-integrations
")
-- [Rami Mosleh (@engrbm87)](https://github.com/engrbm87 "72 total commits to the Home Assistant orga:
-58 commits to core
-14 commits to home-assistant.io
+- [Rami Mosleh (@engrbm87)](https://github.com/engrbm87 "92 total commits to the Home Assistant orga:
+74 commits to core
+18 commits to home-assistant.io
")
- [Ramon (@jush)](https://github.com/jush "1 total commits to the Home Assistant orga:
1 commit to android
@@ -19979,8 +20582,8 @@ This page contains a list of people who have contributed in one way or another t
- [Raphaël Poggi (@raphui)](https://github.com/raphui "2 total commits to the Home Assistant orga:
2 commits to buildroot
")
-- [rappenze (@rappenze)](https://github.com/rappenze "36 total commits to the Home Assistant orga:
-34 commits to core
+- [rappenze (@rappenze)](https://github.com/rappenze "44 total commits to the Home Assistant orga:
+42 commits to core
1 commit to developers.home-assistant
1 commit to home-assistant.io
")
@@ -20024,8 +20627,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to core
")
- [Raymon de Looff (@raymondelooff)](https://github.com/raymondelooff "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Raymond Ha (@Shraymonks)](https://github.com/Shraymonks "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -20087,8 +20690,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to core
")
- [Redah (@redahb)](https://github.com/redahb "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [redbar0n (@redbar0n)](https://github.com/redbar0n "2 total commits to the Home Assistant orga:
1 commit to frontend
@@ -20117,8 +20720,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [RefineryX (@RefineryX)](https://github.com/RefineryX "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Regev Brody (@regevbr)](https://github.com/regevbr "7 total commits to the Home Assistant orga:
7 commits to core
@@ -20152,6 +20755,10 @@ This page contains a list of people who have contributed in one way or another t
- [Renat Nurgaliyev (@rnurgaliyev)](https://github.com/rnurgaliyev "2 total commits to the Home Assistant orga:
2 commits to core
")
+- [Renat Sibgatulin (@Sibgatulin)](https://github.com/Sibgatulin "2 total commits to the Home Assistant orga:
+1 commit to brands
+1 commit to core
+")
- [renat85 (@renat85)](https://github.com/renat85 "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -20159,8 +20766,8 @@ This page contains a list of people who have contributed in one way or another t
3 commits to buildroot
")
- [Renaud Martinet (@karouf)](https://github.com/karouf "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Renaud Morvan (@nel)](https://github.com/nel "1 total commits to the Home Assistant orga:
1 commit to operating-system
@@ -20191,9 +20798,9 @@ This page contains a list of people who have contributed in one way or another t
- [René Kliment (@renekliment)](https://github.com/renekliment "2 total commits to the Home Assistant orga:
2 commits to core
")
-- [René Klomp (@rklomp)](https://github.com/rklomp "27 total commits to the Home Assistant orga:
-23 commits to core
-4 commits to home-assistant.io
+- [René Klomp (@rklomp)](https://github.com/rklomp "31 total commits to the Home Assistant orga:
+26 commits to core
+5 commits to home-assistant.io
")
- [René\-Marc Simard (@renemarc)](https://github.com/renemarc "14 total commits to the Home Assistant orga:
11 commits to core
@@ -20203,8 +20810,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Reuben Bijl (@reubenbijl)](https://github.com/reubenbijl "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Reuben Dowle (@reubendowle)](https://github.com/reubendowle "3 total commits to the Home Assistant orga:
3 commits to buildroot
@@ -20267,8 +20874,8 @@ This page contains a list of people who have contributed in one way or another t
- [Ricardo Martincoski (@ricardo-martincoski)](https://github.com/ricardo-martincoski "205 total commits to the Home Assistant orga:
205 commits to buildroot
")
-- [Ricardo Steijn (@RicArch97)](https://github.com/RicArch97 "11 total commits to the Home Assistant orga:
-6 commits to core
+- [Ricardo Steijn (@RicArch97)](https://github.com/RicArch97 "12 total commits to the Home Assistant orga:
+7 commits to core
3 commits to brands
1 commit to wheels-custom-integrations
1 commit to home-assistant.io
@@ -20376,8 +20983,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to pi-gen
")
- [Rick (@rickvdl)](https://github.com/rickvdl "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Rick (@teleksterling)](https://github.com/teleksterling "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -20391,10 +20998,12 @@ This page contains a list of people who have contributed in one way or another t
- [Rick Sherman (@shermdog)](https://github.com/shermdog "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [Rick van Hattem (@WoLpH)](https://github.com/WoLpH "7 total commits to the Home Assistant orga:
-4 commits to core
+- [Rick van Hattem (@wolph)](https://github.com/wolph "2 total commits to the Home Assistant orga:
1 commit to scenegen
1 commit to feedparser
+")
+- [Rick van Hattem (@WoLpH)](https://github.com/WoLpH "5 total commits to the Home Assistant orga:
+4 commits to core
1 commit to home-assistant.io
")
- [RickW (@wltng)](https://github.com/wltng "1 total commits to the Home Assistant orga:
@@ -20418,8 +21027,8 @@ This page contains a list of people who have contributed in one way or another t
- [rik\-v (@rik-v)](https://github.com/rik-v "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [rikroe (@rikroe)](https://github.com/rikroe "83 total commits to the Home Assistant orga:
-69 commits to core
+- [rikroe (@rikroe)](https://github.com/rikroe "86 total commits to the Home Assistant orga:
+72 commits to core
10 commits to home-assistant.io
4 commits to alerts.home-assistant.io
")
@@ -20438,8 +21047,8 @@ This page contains a list of people who have contributed in one way or another t
- [rkuijer (@rkuijer)](https://github.com/rkuijer "1 total commits to the Home Assistant orga:
1 commit to open-zwave
")
-- [rlippmann (@rlippmann)](https://github.com/rlippmann "2 total commits to the Home Assistant orga:
-2 commits to core
+- [rlippmann (@rlippmann)](https://github.com/rlippmann "4 total commits to the Home Assistant orga:
+4 commits to core
")
- [rmacklin (@rmacklin)](https://github.com/rmacklin "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -20474,9 +21083,12 @@ This page contains a list of people who have contributed in one way or another t
- [Rob Cranfill (@RobCranfill)](https://github.com/RobCranfill "3 total commits to the Home Assistant orga:
3 commits to home-assistant.io
")
+- [Rob Jackson (@rjackson)](https://github.com/rjackson "1 total commits to the Home Assistant orga:
+1 commit to frontend
+")
- [Rob Johnson (@robjohnson189)](https://github.com/robjohnson189 "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Rob Landley (@landley)](https://github.com/landley "5 total commits to the Home Assistant orga:
5 commits to buildroot
@@ -20491,8 +21103,8 @@ This page contains a list of people who have contributed in one way or another t
- [Rob Slifka (@rslifka)](https://github.com/rslifka "5 total commits to the Home Assistant orga:
5 commits to home-assistant.io
")
-- [Rob VDM (@rvdm82)](https://github.com/rvdm82 "1 total commits to the Home Assistant orga:
-1 commit to operating-system
+- [Rob VDM (@rvdm82)](https://github.com/rvdm82 "2 total commits to the Home Assistant orga:
+2 commits to operating-system
")
- [Rob Wolinski (@trekie86)](https://github.com/trekie86 "1 total commits to the Home Assistant orga:
1 commit to core
@@ -20511,8 +21123,8 @@ This page contains a list of people who have contributed in one way or another t
2 commits to home-assistant.io
2 commits to core
1 commit to addons
-1 commit to people
1 commit to supervised-installer
+1 commit to people
")
- [Robbert van Markus (@rvanmarkus)](https://github.com/rvanmarkus "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -20541,16 +21153,16 @@ This page contains a list of people who have contributed in one way or another t
4 commits to home-assistant-js-websocket
4 commits to .github
3 commits to scenegen
+3 commits to organization
3 commits to hadashboard
+3 commits to home-assistant-js
3 commits to hassbot
3 commits to LabelBot
-3 commits to organization
-3 commits to home-assistant-js
3 commits to open-zwave
-2 commits to home-assistant-notebooks
+2 commits to fabric-home-assistant
2 commits to lambda-home-assistant-github
2 commits to micropython-home-assistant
-2 commits to fabric-home-assistant
+2 commits to home-assistant-notebooks
2 commits to alerts.home-assistant.io
1 commit to hass-release
1 commit to gu-who
@@ -20606,10 +21218,10 @@ This page contains a list of people who have contributed in one way or another t
- [Robert Hibbeler (@kventil)](https://github.com/kventil "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Robert Hillis (@tkdrob)](https://github.com/tkdrob "537 total commits to the Home Assistant orga:
-504 commits to core
-26 commits to home-assistant.io
-4 commits to brands
+- [Robert Hillis (@tkdrob)](https://github.com/tkdrob "579 total commits to the Home Assistant orga:
+536 commits to core
+32 commits to home-assistant.io
+8 commits to brands
1 commit to companion.home-assistant
1 commit to frontend
1 commit to developers.home-assistant
@@ -20621,8 +21233,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to core
")
- [Robert Kiss (@kepten)](https://github.com/kepten "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Robert Kowalski (@robertkowalski)](https://github.com/robertkowalski "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -20631,8 +21243,8 @@ This page contains a list of people who have contributed in one way or another t
5 commits to core
")
- [Robert Meijers (@RobertMe)](https://github.com/RobertMe "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Robert P\. J\. Day (@rpjday)](https://github.com/rpjday "2 total commits to the Home Assistant orga:
2 commits to buildroot
@@ -20654,8 +21266,8 @@ This page contains a list of people who have contributed in one way or another t
- [Robert Sohn (@grepper)](https://github.com/grepper "2 total commits to the Home Assistant orga:
2 commits to buildroot
")
-- [Robert Svensson (@Kane610)](https://github.com/Kane610 "738 total commits to the Home Assistant orga:
-674 commits to core
+- [Robert Svensson (@Kane610)](https://github.com/Kane610 "771 total commits to the Home Assistant orga:
+707 commits to core
56 commits to home-assistant.io
6 commits to developers.home-assistant
1 commit to people
@@ -20668,9 +21280,9 @@ This page contains a list of people who have contributed in one way or another t
42 commits to core
10 commits to home-assistant.io
")
-- [RobertD502 (@RobertD502)](https://github.com/RobertD502 "5 total commits to the Home Assistant orga:
+- [RobertD502 (@RobertD502)](https://github.com/RobertD502 "6 total commits to the Home Assistant orga:
4 commits to brands
-1 commit to developers.home-assistant
+2 commits to developers.home-assistant
")
- [Roberto Cc (@marotoweb)](https://github.com/marotoweb "2 total commits to the Home Assistant orga:
1 commit to wheels-custom-integrations
@@ -20698,6 +21310,9 @@ This page contains a list of people who have contributed in one way or another t
- [Robin (@Derkades)](https://github.com/Derkades "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
+- [Robin (@rbnis)](https://github.com/rbnis "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [Robin Clarke (@robin13)](https://github.com/robin13 "2 total commits to the Home Assistant orga:
1 commit to addons
1 commit to core
@@ -20709,9 +21324,9 @@ This page contains a list of people who have contributed in one way or another t
")
- [Robin Harmsen (@reharmsen)](https://github.com/reharmsen "9 total commits to the Home Assistant orga:
2 commits to addons
-2 commits to docker
2 commits to docker-base
2 commits to operating-system
+2 commits to docker
1 commit to builder
")
- [Robin Jarry (@rjarry)](https://github.com/rjarry "5 total commits to the Home Assistant orga:
@@ -20737,8 +21352,8 @@ This page contains a list of people who have contributed in one way or another t
- [Robin Wittebol (@robinwittebol)](https://github.com/robinwittebol "5 total commits to the Home Assistant orga:
5 commits to frontend
")
-- [Robin Wohlers\-Reichel (@squishykid)](https://github.com/squishykid "11 total commits to the Home Assistant orga:
-10 commits to core
+- [Robin Wohlers\-Reichel (@squishykid)](https://github.com/squishykid "12 total commits to the Home Assistant orga:
+11 commits to core
1 commit to home-assistant.io
")
- [Robk (@230delphi)](https://github.com/230delphi "1 total commits to the Home Assistant orga:
@@ -20747,8 +21362,11 @@ This page contains a list of people who have contributed in one way or another t
- [roblandry (@roblandry)](https://github.com/roblandry "3 total commits to the Home Assistant orga:
3 commits to core
")
-- [RoboMagus (@RoboMagus)](https://github.com/RoboMagus "3 total commits to the Home Assistant orga:
+- [RoboMagus (@RoboMagus)](https://github.com/RoboMagus "8 total commits to the Home Assistant orga:
+3 commits to android
2 commits to frontend
+1 commit to mobile-apps-fcm-push
+1 commit to companion.home-assistant
1 commit to core
")
- [robot256 (@robot256)](https://github.com/robot256 "1 total commits to the Home Assistant orga:
@@ -20822,6 +21440,9 @@ This page contains a list of people who have contributed in one way or another t
2 commits to core
1 commit to homebridge-homeassistant
")
+- [Rokas Brazdžionis (@dzonatan)](https://github.com/dzonatan "1 total commits to the Home Assistant orga:
+1 commit to services.home-assistant.io
+")
- [Roland Beck (@Data-Monkey)](https://github.com/Data-Monkey "10 total commits to the Home Assistant orga:
5 commits to brands
5 commits to home-assistant.io
@@ -20886,9 +21507,9 @@ This page contains a list of people who have contributed in one way or another t
- [Ron Heft (@ronaldheft)](https://github.com/ronaldheft "2 total commits to the Home Assistant orga:
2 commits to core
")
-- [Ron Klinkien (@cyberjunky)](https://github.com/cyberjunky "124 total commits to the Home Assistant orga:
-87 commits to home-assistant.io
-28 commits to core
+- [Ron Klinkien (@cyberjunky)](https://github.com/cyberjunky "127 total commits to the Home Assistant orga:
+88 commits to home-assistant.io
+30 commits to core
5 commits to brands
2 commits to docker
2 commits to wheels-custom-integrations
@@ -20896,7 +21517,7 @@ This page contains a list of people who have contributed in one way or another t
- [Ron Mervine (@rmervine)](https://github.com/rmervine "1 total commits to the Home Assistant orga:
1 commit to alerts.home-assistant.io
")
-- [Ron Miller (@brainyron)](https://github.com/brainyron "1 total commits to the Home Assistant orga:
+- [Ron Miller (@StreamOfRon)](https://github.com/StreamOfRon "1 total commits to the Home Assistant orga:
1 commit to addons
")
- [Ron Schaeffer (@ronschaeffer)](https://github.com/ronschaeffer "6 total commits to the Home Assistant orga:
@@ -20926,6 +21547,9 @@ This page contains a list of people who have contributed in one way or another t
- [Roncoa (@roncoa)](https://github.com/roncoa "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [rondoval (@rondoval)](https://github.com/rondoval "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
- [Ronen Hayun (@rhayun)](https://github.com/rhayun "3 total commits to the Home Assistant orga:
3 commits to frontend
")
@@ -20938,6 +21562,9 @@ This page contains a list of people who have contributed in one way or another t
- [Ronny Eia (@eiaro)](https://github.com/eiaro "4 total commits to the Home Assistant orga:
4 commits to core
")
+- [Ronny Winkler (@RonnyWinkler)](https://github.com/RonnyWinkler "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
- [RonSpawnson (@RonSpawnson)](https://github.com/RonSpawnson "4 total commits to the Home Assistant orga:
3 commits to developers.home-assistant
1 commit to home-assistant.io
@@ -20948,15 +21575,16 @@ This page contains a list of people who have contributed in one way or another t
- [roqeer (@roqeer)](https://github.com/roqeer "3 total commits to the Home Assistant orga:
3 commits to core
")
-- [Rosemary Orchard (@RosemaryOrchard)](https://github.com/RosemaryOrchard "1 total commits to the Home Assistant orga:
-1 commit to home-assistant.io
+- [Rosemary Orchard (@RosemaryOrchard)](https://github.com/RosemaryOrchard "5 total commits to the Home Assistant orga:
+4 commits to home-assistant.io
+1 commit to service-hub
")
- [rospogrigio (@rospogrigio)](https://github.com/rospogrigio "2 total commits to the Home Assistant orga:
1 commit to developers.home-assistant
1 commit to brands
")
-- [Ross Cullen (@rosscullen)](https://github.com/rosscullen "8 total commits to the Home Assistant orga:
-8 commits to home-assistant.io
+- [Ross Cullen (@rosscullen)](https://github.com/rosscullen "9 total commits to the Home Assistant orga:
+9 commits to home-assistant.io
")
- [Ross Dargan (@rossdargan)](https://github.com/rossdargan "8 total commits to the Home Assistant orga:
5 commits to home-assistant.io
@@ -20969,6 +21597,9 @@ This page contains a list of people who have contributed in one way or another t
- [Ross Schulman (@rschulman)](https://github.com/rschulman "1 total commits to the Home Assistant orga:
1 commit to pi-gen
")
+- [Ross Troha (@rosstroha)](https://github.com/rosstroha "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [rourke (@rourke)](https://github.com/rourke "1 total commits to the Home Assistant orga:
1 commit to addons
")
@@ -20988,6 +21619,9 @@ This page contains a list of people who have contributed in one way or another t
- [Roy Tomeij (@roytomeij)](https://github.com/roytomeij "1 total commits to the Home Assistant orga:
1 commit to open-zwave
")
+- [rozie (@rozie)](https://github.com/rozie "2 total commits to the Home Assistant orga:
+2 commits to core
+")
- [rpbx (@rpbx)](https://github.com/rpbx "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -21044,9 +21678,10 @@ This page contains a list of people who have contributed in one way or another t
- [Rudi Middel (@mrBussy)](https://github.com/mrBussy "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Rudolf Offereins (@Sholofly)](https://github.com/Sholofly "6 total commits to the Home Assistant orga:
+- [Rudolf Offereins (@Sholofly)](https://github.com/Sholofly "7 total commits to the Home Assistant orga:
3 commits to wheels-custom-integrations
2 commits to core
+1 commit to brands
1 commit to home-assistant.io
")
- [Rui Dias (@netsoft-ruidias)](https://github.com/netsoft-ruidias "4 total commits to the Home Assistant orga:
@@ -21140,9 +21775,12 @@ This page contains a list of people who have contributed in one way or another t
- [Ryan Feigenbaum (@royalfig)](https://github.com/royalfig "3 total commits to the Home Assistant orga:
3 commits to newsletter-ghost-theme
")
-- [Ryan Fleming (@rfleming71)](https://github.com/rfleming71 "14 total commits to the Home Assistant orga:
-11 commits to core
-3 commits to home-assistant.io
+- [Ryan Fleming (@rfleming71)](https://github.com/rfleming71 "19 total commits to the Home Assistant orga:
+14 commits to core
+5 commits to home-assistant.io
+")
+- [Ryan Garcia (@rgarcia6520)](https://github.com/rgarcia6520 "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
")
- [Ryan Gibbons (@rtgibbons)](https://github.com/rtgibbons "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -21190,9 +21828,12 @@ This page contains a list of people who have contributed in one way or another t
- [Ryan Meulenkamp (@RyanMeulenkamp)](https://github.com/RyanMeulenkamp "1 total commits to the Home Assistant orga:
1 commit to addons
")
-- [Ryan Mounce (@rmounce)](https://github.com/rmounce "2 total commits to the Home Assistant orga:
+- [Ryan Miguel (@renegaderyu)](https://github.com/renegaderyu "1 total commits to the Home Assistant orga:
1 commit to core
+")
+- [Ryan Mounce (@rmounce)](https://github.com/rmounce "2 total commits to the Home Assistant orga:
1 commit to home-assistant.io
+1 commit to core
")
- [Ryan Nazaretian (@ryannazaretian)](https://github.com/ryannazaretian "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -21252,8 +21893,8 @@ This page contains a list of people who have contributed in one way or another t
- [ryman1 (@ryman1)](https://github.com/ryman1 "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [ryoku\-cha (@ryoku-cha)](https://github.com/ryoku-cha "4 total commits to the Home Assistant orga:
-4 commits to home-assistant.io
+- [ryoku\-cha (@ryoku-cha)](https://github.com/ryoku-cha "6 total commits to the Home Assistant orga:
+6 commits to home-assistant.io
")
- [Ryota Kinukawa (@pojiro)](https://github.com/pojiro "1 total commits to the Home Assistant orga:
1 commit to buildroot
@@ -21304,6 +21945,9 @@ This page contains a list of people who have contributed in one way or another t
10 commits to open-zwave
1 commit to home-assistant.io
")
+- [Salamandar (@Salamandar)](https://github.com/Salamandar "1 total commits to the Home Assistant orga:
+1 commit to frontend
+")
- [SalexSun (@SalexSun)](https://github.com/SalexSun "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -21357,12 +22001,12 @@ This page contains a list of people who have contributed in one way or another t
1 commit to frontend
1 commit to home-assistant.io
")
-- [Sam Reed (@reedy)](https://github.com/reedy "1 total commits to the Home Assistant orga:
-1 commit to home-assistant.io
+- [Sam Reed (@reedy)](https://github.com/reedy "2 total commits to the Home Assistant orga:
+2 commits to home-assistant.io
")
- [Sam Riley (@samriley)](https://github.com/samriley "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Sam Steele (@c99koder)](https://github.com/c99koder "1 total commits to the Home Assistant orga:
1 commit to core
@@ -21398,8 +22042,8 @@ This page contains a list of people who have contributed in one way or another t
23 commits to buildroot
")
- [Sami Heino (@sampod)](https://github.com/sampod "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Samprit JC (@Nekros1712)](https://github.com/Nekros1712 "2 total commits to the Home Assistant orga:
2 commits to supervisor
@@ -21434,6 +22078,9 @@ This page contains a list of people who have contributed in one way or another t
- [Samuel Tardieu (@samueltardieu)](https://github.com/samueltardieu "2 total commits to the Home Assistant orga:
2 commits to core
")
+- [Samuel Yun (@samyun)](https://github.com/samyun "1 total commits to the Home Assistant orga:
+1 commit to addons
+")
- [Samuele Illuminati (@samugi)](https://github.com/samugi "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -21458,12 +22105,12 @@ This page contains a list of people who have contributed in one way or another t
1 commit to core
")
- [Sander Geerts (@Devqon)](https://github.com/Devqon "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Sander Huisman (@Sanderhuisman)](https://github.com/Sanderhuisman "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Sander Jochems (@Sander0542)](https://github.com/Sander0542 "5 total commits to the Home Assistant orga:
3 commits to core
@@ -21474,8 +22121,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to addons
")
- [Sander Zumbrink (@zumitnl)](https://github.com/zumitnl "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [sander76 (@sander76)](https://github.com/sander76 "51 total commits to the Home Assistant orga:
47 commits to core
@@ -21561,9 +22208,6 @@ This page contains a list of people who have contributed in one way or another t
- [sbYm (@GongT)](https://github.com/GongT "1 total commits to the Home Assistant orga:
1 commit to frontend
")
-- [scaarup (@scaarup)](https://github.com/scaarup "1 total commits to the Home Assistant orga:
-1 commit to home-assistant.io
-")
- [Schachar Levin (@schachar)](https://github.com/schachar "1 total commits to the Home Assistant orga:
1 commit to core
")
@@ -21659,8 +22303,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to cli
")
- [Scott Henning (@shenning00)](https://github.com/shenning00 "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Scott O'Neil (@americanwookie)](https://github.com/americanwookie "7 total commits to the Home Assistant orga:
4 commits to core
@@ -21746,8 +22390,8 @@ This page contains a list of people who have contributed in one way or another t
3 commits to home-assistant.io
1 commit to developers.home-assistant
")
-- [Sean Kelly (@xconverge)](https://github.com/xconverge "2 total commits to the Home Assistant orga:
-2 commits to home-assistant.io
+- [Sean Kelly (@xconverge)](https://github.com/xconverge "5 total commits to the Home Assistant orga:
+5 commits to home-assistant.io
")
- [Sean Kerr (@seankerr)](https://github.com/seankerr "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -21766,8 +22410,8 @@ This page contains a list of people who have contributed in one way or another t
2 commits to core
1 commit to brands
")
-- [Sean Vig (@flacjacket)](https://github.com/flacjacket "26 total commits to the Home Assistant orga:
-25 commits to core
+- [Sean Vig (@flacjacket)](https://github.com/flacjacket "32 total commits to the Home Assistant orga:
+31 commits to core
1 commit to home-assistant.io
")
- [Sean Wilson (@swilson)](https://github.com/swilson "12 total commits to the Home Assistant orga:
@@ -21826,12 +22470,12 @@ This page contains a list of people who have contributed in one way or another t
- [Sebastian Kügler (@sebasje)](https://github.com/sebasje "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [Sebastian Lövdahl (@slovdahl)](https://github.com/slovdahl "24 total commits to the Home Assistant orga:
-13 commits to core
+- [Sebastian Lövdahl (@slovdahl)](https://github.com/slovdahl "25 total commits to the Home Assistant orga:
+14 commits to core
11 commits to home-assistant.io
")
-- [Sebastian Muszynski (@syssi)](https://github.com/syssi "225 total commits to the Home Assistant orga:
-144 commits to core
+- [Sebastian Muszynski (@syssi)](https://github.com/syssi "226 total commits to the Home Assistant orga:
+145 commits to core
62 commits to home-assistant.io
9 commits to brands
7 commits to wheels-custom-integrations
@@ -21857,8 +22501,8 @@ This page contains a list of people who have contributed in one way or another t
")
- [Sebastian von Minckwitz (@teodoc)](https://github.com/teodoc "3 total commits to the Home Assistant orga:
1 commit to frontend
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [sebastian\-misztal (@sebastian-misztal)](https://github.com/sebastian-misztal "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -21932,8 +22576,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to supervisor
")
- [Sergey Rymsha (@rymsha)](https://github.com/rymsha "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Serghei Iakovlev (@sergeyklay)](https://github.com/sergeyklay "1 total commits to the Home Assistant orga:
1 commit to 1password-teams-open-source
@@ -21941,8 +22585,8 @@ This page contains a list of people who have contributed in one way or another t
- [Sergi Granell (@xerpi)](https://github.com/xerpi "2 total commits to the Home Assistant orga:
2 commits to buildroot
")
-- [Sergio Conde Gómez (@skgsergio)](https://github.com/skgsergio "12 total commits to the Home Assistant orga:
-7 commits to core
+- [Sergio Conde Gómez (@skgsergio)](https://github.com/skgsergio "14 total commits to the Home Assistant orga:
+9 commits to core
3 commits to home-assistant.io
1 commit to addons
1 commit to brands
@@ -22011,6 +22655,9 @@ This page contains a list of people who have contributed in one way or another t
1 commit to brands
1 commit to core
")
+- [sh00t2kill (@sh00t2kill)](https://github.com/sh00t2kill "2 total commits to the Home Assistant orga:
+2 commits to brands
+")
- [ShadowBr0ther (@ShadowBr0ther)](https://github.com/ShadowBr0ther "2 total commits to the Home Assistant orga:
2 commits to core
")
@@ -22082,9 +22729,12 @@ This page contains a list of people who have contributed in one way or another t
- [Shawna (@cherrykoda)](https://github.com/cherrykoda "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
-- [Shay Levy (@thecode)](https://github.com/thecode "263 total commits to the Home Assistant orga:
-212 commits to core
-27 commits to home-assistant.io
+- [Shay G (@ShayGus)](https://github.com/ShayGus "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
+- [Shay Levy (@thecode)](https://github.com/thecode "307 total commits to the Home Assistant orga:
+251 commits to core
+32 commits to home-assistant.io
7 commits to developers.home-assistant
6 commits to hass-release
3 commits to example-custom-config
@@ -22094,9 +22744,9 @@ This page contains a list of people who have contributed in one way or another t
1 commit to frontend
1 commit to bthome.io
")
-- [shbatm (@shbatm)](https://github.com/shbatm "46 total commits to the Home Assistant orga:
-35 commits to core
-8 commits to home-assistant.io
+- [shbatm (@shbatm)](https://github.com/shbatm "51 total commits to the Home Assistant orga:
+39 commits to core
+9 commits to home-assistant.io
2 commits to frontend
1 commit to android
")
@@ -22109,6 +22759,9 @@ This page contains a list of people who have contributed in one way or another t
- [Shlomi Vaknin (@shlomow)](https://github.com/shlomow "3 total commits to the Home Assistant orga:
3 commits to buildroot
")
+- [shou72 (@shou72)](https://github.com/shou72 "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [shred86 (@shred86)](https://github.com/shred86 "32 total commits to the Home Assistant orga:
22 commits to core
9 commits to home-assistant.io
@@ -22182,8 +22835,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Simao (@simaosimao)](https://github.com/simaosimao "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [simbaja (@simbaja)](https://github.com/simbaja "4 total commits to the Home Assistant orga:
2 commits to wheels-custom-integrations
@@ -22197,8 +22850,8 @@ This page contains a list of people who have contributed in one way or another t
")
- [Simon (@echox)](https://github.com/echox "3 total commits to the Home Assistant orga:
1 commit to frontend
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Simon (@chatainsim)](https://github.com/chatainsim "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
@@ -22221,9 +22874,9 @@ This page contains a list of people who have contributed in one way or another t
- [Simon Engelhardt (@simonengelhardt)](https://github.com/simonengelhardt "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [Simon Hansen (@DurgNomis-drol)](https://github.com/DurgNomis-drol "24 total commits to the Home Assistant orga:
-16 commits to core
-4 commits to home-assistant.io
+- [Simon Hansen (@DurgNomis-drol)](https://github.com/DurgNomis-drol "30 total commits to the Home Assistant orga:
+20 commits to core
+6 commits to home-assistant.io
3 commits to brands
1 commit to wheels-custom-integrations
")
@@ -22284,8 +22937,8 @@ This page contains a list of people who have contributed in one way or another t
- [Simone (@simonewebdesign)](https://github.com/simonewebdesign "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Simone Chemelli (@chemelli74)](https://github.com/chemelli74 "268 total commits to the Home Assistant orga:
-240 commits to core
+- [Simone Chemelli (@chemelli74)](https://github.com/chemelli74 "271 total commits to the Home Assistant orga:
+243 commits to core
24 commits to home-assistant.io
3 commits to frontend
1 commit to developers.home-assistant
@@ -22327,7 +22980,10 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Sjoerd (@Sjoerdfc)](https://github.com/Sjoerdfc "2 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
1 commit to core
+")
+- [Sjors (@Sjorsa)](https://github.com/Sjorsa "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
- [sjoshi10 (@sjoshi10)](https://github.com/sjoshi10 "1 total commits to the Home Assistant orga:
@@ -22336,9 +22992,9 @@ This page contains a list of people who have contributed in one way or another t
- [skanab (@skanab)](https://github.com/skanab "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [SkechyWolf (@SkechyWolf)](https://github.com/SkechyWolf "13 total commits to the Home Assistant orga:
-12 commits to android
-1 commit to companion.home-assistant
+- [SkechyWolf (@SkechyWolf)](https://github.com/SkechyWolf "18 total commits to the Home Assistant orga:
+15 commits to android
+3 commits to companion.home-assistant
")
- [skif\-web (@skif-web)](https://github.com/skif-web "8 total commits to the Home Assistant orga:
8 commits to buildroot
@@ -22346,6 +23002,9 @@ This page contains a list of people who have contributed in one way or another t
- [Skipperro (@Skipperro)](https://github.com/Skipperro "2 total commits to the Home Assistant orga:
2 commits to brands
")
+- [Skyborg (@skyborgff)](https://github.com/skyborgff "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [skycryer (@skycryer)](https://github.com/skycryer "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -22389,6 +23048,9 @@ This page contains a list of people who have contributed in one way or another t
- [Smart Home Junkie (@smarthomejunkie)](https://github.com/smarthomejunkie "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [smarthomelawyer (@smarthomelawyer)](https://github.com/smarthomelawyer "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [smega (@smega)](https://github.com/smega "2 total commits to the Home Assistant orga:
1 commit to core
1 commit to home-assistant.io
@@ -22434,11 +23096,14 @@ This page contains a list of people who have contributed in one way or another t
35 commits to home-assistant.io
1 commit to addons
")
+- [Snuffy2 (@Snuffy2)](https://github.com/Snuffy2 "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
- [so3n (@nickneos)](https://github.com/nickneos "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [SoCalix (@Socalix)](https://github.com/Socalix "1 total commits to the Home Assistant orga:
-1 commit to core
+- [SoCalix (@Socalix)](https://github.com/Socalix "2 total commits to the Home Assistant orga:
+2 commits to core
")
- [sOckhamSter (@sOckhamSter)](https://github.com/sOckhamSter "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -22473,9 +23138,9 @@ This page contains a list of people who have contributed in one way or another t
- [sonicz (@sonicz)](https://github.com/sonicz "16 total commits to the Home Assistant orga:
16 commits to buildroot
")
-- [sophof (@sophof)](https://github.com/sophof "4 total commits to the Home Assistant orga:
+- [sophof (@sophof)](https://github.com/sophof "5 total commits to the Home Assistant orga:
3 commits to core
-1 commit to home-assistant.io
+2 commits to home-assistant.io
")
- [Soren Brinkmann (@sorenb-xlnx)](https://github.com/sorenb-xlnx "1 total commits to the Home Assistant orga:
1 commit to buildroot
@@ -22552,8 +23217,10 @@ This page contains a list of people who have contributed in one way or another t
1 commit to wheels-custom-integrations
1 commit to brands
")
-- [spycle (@spycle)](https://github.com/spycle "2 total commits to the Home Assistant orga:
-2 commits to brands
+- [spycle (@spycle)](https://github.com/spycle "7 total commits to the Home Assistant orga:
+3 commits to brands
+3 commits to core
+1 commit to home-assistant.io
")
- [square99 (@square99)](https://github.com/square99 "2 total commits to the Home Assistant orga:
2 commits to core
@@ -22595,6 +23262,9 @@ This page contains a list of people who have contributed in one way or another t
- [staal0 (@staal0)](https://github.com/staal0 "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [Stackie Jia (@stackia)](https://github.com/stackia "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [Stanislas Bach (@sbach)](https://github.com/sbach "1 total commits to the Home Assistant orga:
1 commit to buildroot
")
@@ -22620,10 +23290,10 @@ This page contains a list of people who have contributed in one way or another t
- [staraxis (@staraxis)](https://github.com/staraxis "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [starkillerOG (@starkillerOG)](https://github.com/starkillerOG "259 total commits to the Home Assistant orga:
-197 commits to core
-56 commits to home-assistant.io
-3 commits to brands
+- [starkillerOG (@starkillerOG)](https://github.com/starkillerOG "280 total commits to the Home Assistant orga:
+215 commits to core
+57 commits to home-assistant.io
+5 commits to brands
2 commits to frontend
1 commit to developers.home-assistant
")
@@ -22637,8 +23307,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to core
")
- [Stealth Hacker (@stealthhacker)](https://github.com/stealthhacker "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [steckenpferd (@steckenpferd)](https://github.com/steckenpferd "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
@@ -22646,29 +23316,30 @@ This page contains a list of people who have contributed in one way or another t
- [Stef Smeets (@stefsmeets)](https://github.com/stefsmeets "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Stefan (@stefanroelofs)](https://github.com/stefanroelofs "26 total commits to the Home Assistant orga:
-21 commits to home-assistant.io
+- [Stefan (@stefanroelofs)](https://github.com/stefanroelofs "32 total commits to the Home Assistant orga:
+27 commits to home-assistant.io
4 commits to addons
1 commit to core
")
-- [Stefan Agner (@agners)](https://github.com/agners "722 total commits to the Home Assistant orga:
-454 commits to operating-system
-67 commits to version
-42 commits to supervisor
-33 commits to addons-development
-29 commits to core
+- [Stefan Agner (@agners)](https://github.com/agners "825 total commits to the Home Assistant orga:
+496 commits to operating-system
+73 commits to version
+45 commits to addons-development
+44 commits to supervisor
+35 commits to yellow.home-assistant.io
+30 commits to core
25 commits to home-assistant.io
-17 commits to os-agent
-13 commits to cli
-7 commits to addons
-7 commits to developers.home-assistant
+18 commits to os-agent
+14 commits to cli
+9 commits to addons
+8 commits to developers.home-assistant
4 commits to plugin-cli
4 commits to plugin-multicast
4 commits to buildroot
3 commits to builder
2 commits to plugin-audio
-2 commits to devcontainer
2 commits to analytics.home-assistant.io
+2 commits to devcontainer
1 commit to docker-base
1 commit to actions
1 commit to supervised-installer
@@ -22714,6 +23385,10 @@ This page contains a list of people who have contributed in one way or another t
- [stefan\.nickl@gmail\.com (@snickl)](https://github.com/snickl "4 total commits to the Home Assistant orga:
4 commits to buildroot
")
+- [StefanIacobLivisi (@StefanIacobLivisi)](https://github.com/StefanIacobLivisi "2 total commits to the Home Assistant orga:
+1 commit to brands
+1 commit to core
+")
- [stefanlod (@Talismanian)](https://github.com/Talismanian "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -22735,17 +23410,20 @@ This page contains a list of people who have contributed in one way or another t
- [Steffen Fredriksen (@Hellowlol)](https://github.com/Hellowlol "6 total commits to the Home Assistant orga:
3 commits to wheels-custom-integrations
1 commit to brands
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Steffen Ronalter (@ronalterde)](https://github.com/ronalterde "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Steffen Rusitschka (@rusitschka)](https://github.com/rusitschka "4 total commits to the Home Assistant orga:
2 commits to home-assistant.io
2 commits to core
")
+- [Steffen Uhlig (@suhlig)](https://github.com/suhlig "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [Steffen Zimmermann (@mampfes)](https://github.com/mampfes "13 total commits to the Home Assistant orga:
7 commits to core
3 commits to brands
@@ -22772,8 +23450,8 @@ This page contains a list of people who have contributed in one way or another t
27 commits to buildroot
")
- [Stephan Auerhahn (@mpstephana)](https://github.com/mpstephana "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Stephan Beier (@stbkde)](https://github.com/stbkde "1 total commits to the Home Assistant orga:
1 commit to core
@@ -22855,12 +23533,12 @@ This page contains a list of people who have contributed in one way or another t
- [Stephen Yeargin (@stephenyeargin)](https://github.com/stephenyeargin "32 total commits to the Home Assistant orga:
29 commits to hubot-home-assistant
1 commit to frontend
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [StephenWetzel (@StephenWetzel)](https://github.com/StephenWetzel "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Steve (@kabongsteve)](https://github.com/kabongsteve "1 total commits to the Home Assistant orga:
1 commit to core
@@ -22906,8 +23584,10 @@ This page contains a list of people who have contributed in one way or another t
- [Steve Pomeroy (@xxv)](https://github.com/xxv "2 total commits to the Home Assistant orga:
2 commits to open-zwave
")
-- [Steve Repsher (@steverep)](https://github.com/steverep "51 total commits to the Home Assistant orga:
-51 commits to frontend
+- [Steve Repsher (@steverep)](https://github.com/steverep "63 total commits to the Home Assistant orga:
+61 commits to frontend
+1 commit to developers.home-assistant
+1 commit to core
")
- [Steve Rhoades (@steverhoades)](https://github.com/steverhoades "3 total commits to the Home Assistant orga:
2 commits to home-assistant.io
@@ -22929,8 +23609,8 @@ This page contains a list of people who have contributed in one way or another t
2 commits to core
")
- [SteveDinn (@SteveDinn)](https://github.com/SteveDinn "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Steven "NemesisRE" Koeberich (@NemesisRE)](https://github.com/NemesisRE "1 total commits to the Home Assistant orga:
1 commit to brands
@@ -22939,8 +23619,8 @@ This page contains a list of people who have contributed in one way or another t
2 commits to open-zwave
")
- [Steven Barnes (@salt-lick)](https://github.com/salt-lick "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Steven Barth (@sbyx)](https://github.com/sbyx "4 total commits to the Home Assistant orga:
2 commits to core
@@ -22954,12 +23634,15 @@ This page contains a list of people who have contributed in one way or another t
- [Steven D\. Lander (@stevendlander)](https://github.com/stevendlander "3 total commits to the Home Assistant orga:
3 commits to core
")
+- [Steven Hosking (@onpremcloudguy)](https://github.com/onpremcloudguy "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [Steven J\. Hill (@sjhill71)](https://github.com/sjhill71 "148 total commits to the Home Assistant orga:
148 commits to buildroot
")
-- [Steven Looman (@StevenLooman)](https://github.com/StevenLooman "137 total commits to the Home Assistant orga:
-130 commits to core
-7 commits to home-assistant.io
+- [Steven Looman (@StevenLooman)](https://github.com/StevenLooman "147 total commits to the Home Assistant orga:
+139 commits to core
+8 commits to home-assistant.io
")
- [Steven Noonan (@tycho)](https://github.com/tycho "22 total commits to the Home Assistant orga:
22 commits to buildroot
@@ -22985,8 +23668,8 @@ This page contains a list of people who have contributed in one way or another t
2 commits to home-assistant.io
")
- [StevusPrimus (@StevusPrimus)](https://github.com/StevusPrimus "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Stewart Smith (@stewartsmith)](https://github.com/stewartsmith "2 total commits to the Home Assistant orga:
2 commits to buildroot
@@ -23000,11 +23683,14 @@ This page contains a list of people who have contributed in one way or another t
2 commits to open-zwave
1 commit to core
")
+- [StopMotionCuber (@StopMotionCuber)](https://github.com/StopMotionCuber "1 total commits to the Home Assistant orga:
+1 commit to android
+")
- [strelniece (@strelniece)](https://github.com/strelniece "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Strixx76 (@Strixx76)](https://github.com/Strixx76 "2 total commits to the Home Assistant orga:
-2 commits to home-assistant.io
+- [Strixx76 (@Strixx76)](https://github.com/Strixx76 "3 total commits to the Home Assistant orga:
+3 commits to home-assistant.io
")
- [Stu Gott (@stu-gott)](https://github.com/stu-gott "9 total commits to the Home Assistant orga:
5 commits to home-assistant.io
@@ -23040,8 +23726,8 @@ This page contains a list of people who have contributed in one way or another t
- [stuiow (@stuiow)](https://github.com/stuiow "1 total commits to the Home Assistant orga:
1 commit to open-zwave
")
-- [Ståle Semb Hauknes (@LaStrada)](https://github.com/LaStrada "2 total commits to the Home Assistant orga:
-1 commit to core
+- [Ståle Storø Hauknes (@LaStrada)](https://github.com/LaStrada "4 total commits to the Home Assistant orga:
+3 commits to core
1 commit to home-assistant.io
")
- [Stéphane BERTHELOT (@sberthelot)](https://github.com/sberthelot "1 total commits to the Home Assistant orga:
@@ -23098,26 +23784,30 @@ This page contains a list of people who have contributed in one way or another t
1 commit to frontend
1 commit to core
")
-- [Sven Serlier (@wrt54g)](https://github.com/wrt54g "54 total commits to the Home Assistant orga:
-22 commits to home-assistant.io
-6 commits to frontend
+- [Sven Serlier (@wrt54g)](https://github.com/wrt54g "70 total commits to the Home Assistant orga:
+31 commits to home-assistant.io
+8 commits to frontend
4 commits to companion.home-assistant
4 commits to developers.home-assistant
-3 commits to core
-1 commit to hass-release
+4 commits to core
+1 commit to iOS
1 commit to example-custom-config
-1 commit to addons-development
+1 commit to hass-release
+1 commit to home-assistant-js-websocket
+1 commit to addons
1 commit to docker-base
-1 commit to mobile-apps-fcm-push
+1 commit to addons-development
1 commit to actions
-1 commit to builder
-1 commit to .github
-1 commit to supervised-installer
1 commit to version
+1 commit to .github
+1 commit to mobile-apps-fcm-push
+1 commit to supervised-installer
+1 commit to builder
1 commit to probot-home-assistant
1 commit to alerts.home-assistant.io
-1 commit to deployments
1 commit to private-demo
+1 commit to deployments
+1 commit to service-hub
1 commit to brands
")
- [Sven\-Hendrik Haase (@svenstaro)](https://github.com/svenstaro "7 total commits to the Home Assistant orga:
@@ -23166,6 +23856,10 @@ This page contains a list of people who have contributed in one way or another t
2 commits to home-assistant.io
1 commit to brands
")
+- [Synaptic149 (@Synaptic149)](https://github.com/Synaptic149 "7 total commits to the Home Assistant orga:
+6 commits to home-assistant.io
+1 commit to developers.home-assistant
+")
- [Syntox (@Syntoxr)](https://github.com/Syntoxr "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -23202,12 +23896,12 @@ This page contains a list of people who have contributed in one way or another t
1 commit to docker-base
1 commit to wheels-custom-integrations
1 commit to brands
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
-- [Sören (@pattyland)](https://github.com/pattyland "31 total commits to the Home Assistant orga:
-18 commits to home-assistant.io
-8 commits to core
+- [Sören (@pattyland)](https://github.com/pattyland "34 total commits to the Home Assistant orga:
+20 commits to home-assistant.io
+9 commits to core
2 commits to alerts.home-assistant.io
1 commit to example-custom-config
1 commit to addons
@@ -23221,13 +23915,17 @@ This page contains a list of people who have contributed in one way or another t
1 commit to core
")
- [Sören Krollmann (@Kr0llx)](https://github.com/Kr0llx "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Sören Oldag (@soldag)](https://github.com/soldag "29 total commits to the Home Assistant orga:
21 commits to core
8 commits to home-assistant.io
")
+- [Søren Christian Aarup (@scaarup)](https://github.com/scaarup "3 total commits to the Home Assistant orga:
+2 commits to brands
+1 commit to home-assistant.io
+")
- [Søren Dam Pedersen (@Pengman)](https://github.com/Pengman "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -23250,8 +23948,8 @@ This page contains a list of people who have contributed in one way or another t
- [Tais Hedegaard Holland (@taisholland)](https://github.com/taisholland "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [taiyeoguns (@taiyeoguns)](https://github.com/taiyeoguns "3 total commits to the Home Assistant orga:
-3 commits to core
+- [taiyeoguns (@taiyeoguns)](https://github.com/taiyeoguns "5 total commits to the Home Assistant orga:
+5 commits to core
")
- [Tal Salmona (@talsalmona)](https://github.com/talsalmona "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -23284,6 +23982,9 @@ This page contains a list of people who have contributed in one way or another t
- [Tarunpreet Ubhi (@UbhiTS)](https://github.com/UbhiTS "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [Tasshack (@Tasshack)](https://github.com/Tasshack "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
- [Tatham Oddie (@tathamoddie)](https://github.com/tathamoddie "3 total commits to the Home Assistant orga:
2 commits to core
1 commit to addons
@@ -23324,6 +24025,9 @@ This page contains a list of people who have contributed in one way or another t
- [tchentchen (@tchentchen)](https://github.com/tchentchen "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [TD\-er (@TD-er)](https://github.com/TD-er "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [tdejneka (@tdejneka)](https://github.com/tdejneka "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
@@ -23352,8 +24056,8 @@ This page contains a list of people who have contributed in one way or another t
3 commits to home-assistant.io
")
- [Ted Sluis (@tedsluis)](https://github.com/tedsluis "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Ted van den Brink (@tedvdb)](https://github.com/tedvdb "1 total commits to the Home Assistant orga:
1 commit to core
@@ -23372,8 +24076,8 @@ This page contains a list of people who have contributed in one way or another t
- [Teemu Patja (@tpatja)](https://github.com/tpatja "2 total commits to the Home Assistant orga:
2 commits to core
")
-- [Teemu R\. (@rytilahti)](https://github.com/rytilahti "153 total commits to the Home Assistant orga:
-127 commits to core
+- [Teemu R\. (@rytilahti)](https://github.com/rytilahti "156 total commits to the Home Assistant orga:
+130 commits to core
24 commits to home-assistant.io
1 commit to people
1 commit to developers.home-assistant
@@ -23391,8 +24095,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Tejpal Sahota (@GrandNewbien)](https://github.com/GrandNewbien "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [TekniskSupport (@TekniskSupport)](https://github.com/TekniskSupport "1 total commits to the Home Assistant orga:
1 commit to brands
@@ -23447,6 +24151,9 @@ This page contains a list of people who have contributed in one way or another t
- [tfyoung (@tfyoung)](https://github.com/tfyoung "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [tggm (@tggm)](https://github.com/tggm "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
- [tguerena (@tguerena)](https://github.com/tguerena "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -23505,30 +24212,30 @@ This page contains a list of people who have contributed in one way or another t
1 commit to brands
")
- [TheCellMC (@TheCellMC)](https://github.com/TheCellMC "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [thecem (@thecem)](https://github.com/thecem "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [TheDK (@TheDK)](https://github.com/TheDK "5 total commits to the Home Assistant orga:
-5 commits to home-assistant.io
+- [TheDK (@TheDK)](https://github.com/TheDK "6 total commits to the Home Assistant orga:
+6 commits to home-assistant.io
")
-- [TheFes (@TheFes)](https://github.com/TheFes "2 total commits to the Home Assistant orga:
-2 commits to home-assistant.io
+- [TheFes (@TheFes)](https://github.com/TheFes "3 total commits to the Home Assistant orga:
+3 commits to home-assistant.io
")
- [TheGroundZero (@TheGroundZero)](https://github.com/TheGroundZero "1 total commits to the Home Assistant orga:
1 commit to addons
")
- [TheHolyRoger (@TheHolyRoger)](https://github.com/TheHolyRoger "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [thehookup (@thehookup)](https://github.com/thehookup "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [TheJulianJES (@TheJulianJES)](https://github.com/TheJulianJES "18 total commits to the Home Assistant orga:
-16 commits to core
+- [TheJulianJES (@TheJulianJES)](https://github.com/TheJulianJES "30 total commits to the Home Assistant orga:
+28 commits to core
2 commits to home-assistant.io
")
- [thelittlefireman (@thelittlefireman)](https://github.com/thelittlefireman "3 total commits to the Home Assistant orga:
@@ -23590,8 +24297,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to addons
1 commit to brands
")
-- [Thibaut (@tetienne)](https://github.com/tetienne "49 total commits to the Home Assistant orga:
-38 commits to core
+- [Thibaut (@tetienne)](https://github.com/tetienne "52 total commits to the Home Assistant orga:
+41 commits to core
5 commits to home-assistant.io
2 commits to developers.home-assistant
2 commits to brands
@@ -23635,13 +24342,13 @@ This page contains a list of people who have contributed in one way or another t
3 commits to core
1 commit to home-assistant.io
")
-- [Thomas (@l3d00m)](https://github.com/l3d00m "2 total commits to the Home Assistant orga:
-1 commit to core
-1 commit to home-assistant.io
-")
- [Thomas (@a-tom-s)](https://github.com/a-tom-s "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [Thomas (@l3d00m)](https://github.com/l3d00m "2 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+1 commit to core
+")
- [Thomas Augustinus (@taugusti)](https://github.com/taugusti "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -23668,9 +24375,9 @@ This page contains a list of people who have contributed in one way or another t
7 commits to core
3 commits to home-assistant.io
")
-- [Thomas Dietrich (@ThomDietrich)](https://github.com/ThomDietrich "27 total commits to the Home Assistant orga:
-16 commits to core
-10 commits to home-assistant.io
+- [Thomas Dietrich (@ThomDietrich)](https://github.com/ThomDietrich "31 total commits to the Home Assistant orga:
+19 commits to core
+11 commits to home-assistant.io
1 commit to addons
")
- [Thomas Ehrhardt (@tehrhardt)](https://github.com/tehrhardt "2 total commits to the Home Assistant orga:
@@ -23726,19 +24433,20 @@ This page contains a list of people who have contributed in one way or another t
- [Thomas Linde (@tellerbop)](https://github.com/tellerbop "1 total commits to the Home Assistant orga:
1 commit to brands
")
-- [Thomas Lovén (@thomasloven)](https://github.com/thomasloven "172 total commits to the Home Assistant orga:
+- [Thomas Lovén (@thomasloven)](https://github.com/thomasloven "173 total commits to the Home Assistant orga:
110 commits to frontend
38 commits to home-assistant.io
21 commits to core
2 commits to developers.home-assistant
1 commit to people
+1 commit to brands
")
- [Thomas Mauerer (@thomasmauerer)](https://github.com/thomasmauerer "1 total commits to the Home Assistant orga:
1 commit to cli
")
- [Thomas Passer Jensen (@tomatpasser)](https://github.com/tomatpasser "2 total commits to the Home Assistant orga:
-1 commit to core
1 commit to home-assistant.io
+1 commit to core
")
- [Thomas Pedersen (@twpedersen)](https://github.com/twpedersen "1 total commits to the Home Assistant orga:
1 commit to buildroot
@@ -23769,15 +24477,15 @@ This page contains a list of people who have contributed in one way or another t
- [Thomas Ruschival (@truschival)](https://github.com/truschival "2 total commits to the Home Assistant orga:
2 commits to buildroot
")
-- [Thomas Schamm (@tschamm)](https://github.com/tschamm "23 total commits to the Home Assistant orga:
-16 commits to core
+- [Thomas Schamm (@tschamm)](https://github.com/tschamm "25 total commits to the Home Assistant orga:
+18 commits to core
4 commits to home-assistant.io
2 commits to brands
1 commit to wheels-custom-integrations
")
- [Thomas Sigmund (@ThoSig)](https://github.com/ThoSig "2 total commits to the Home Assistant orga:
-1 commit to companion.home-assistant
1 commit to android
+1 commit to companion.home-assistant
")
- [Thomas Svedberg (@ThomasSvedberg)](https://github.com/ThomasSvedberg "3 total commits to the Home Assistant orga:
2 commits to home-assistant.io
@@ -23875,8 +24583,8 @@ This page contains a list of people who have contributed in one way or another t
- [tigattack (@tigattack)](https://github.com/tigattack "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
-- [Tiger Oakes (@NotWoods)](https://github.com/NotWoods "17 total commits to the Home Assistant orga:
-17 commits to android
+- [Tiger Oakes (@NotWoods)](https://github.com/NotWoods "19 total commits to the Home Assistant orga:
+19 commits to android
")
- [Tihomir Heidelberg (@9a4gl)](https://github.com/9a4gl "2 total commits to the Home Assistant orga:
2 commits to brands
@@ -23885,6 +24593,9 @@ This page contains a list of people who have contributed in one way or another t
4 commits to core
1 commit to home-assistant.io
")
+- [Tijs Verkoyen (@tijsverkoyen)](https://github.com/tijsverkoyen "2 total commits to the Home Assistant orga:
+2 commits to brands
+")
- [tikismoke (@tikismoke)](https://github.com/tikismoke "8 total commits to the Home Assistant orga:
3 commits to wheels-custom-integrations
2 commits to brands
@@ -23957,8 +24668,8 @@ This page contains a list of people who have contributed in one way or another t
- [Tim Niemueller (@timn)](https://github.com/timn "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [Tim Rightnour (@garbled1)](https://github.com/garbled1 "26 total commits to the Home Assistant orga:
-14 commits to core
+- [Tim Rightnour (@garbled1)](https://github.com/garbled1 "27 total commits to the Home Assistant orga:
+15 commits to core
8 commits to home-assistant.io
2 commits to wheels-custom-integrations
1 commit to developers.home-assistant
@@ -24001,12 +24712,13 @@ This page contains a list of people who have contributed in one way or another t
2 commits to core
1 commit to home-assistant.io
")
-- [Timm Schäuble (@tymm)](https://github.com/tymm "1 total commits to the Home Assistant orga:
+- [Timm Schäuble (@tymm)](https://github.com/tymm "2 total commits to the Home Assistant orga:
+1 commit to core
1 commit to home-assistant.io
")
-- [Timmo (@timmo001)](https://github.com/timmo001 "161 total commits to the Home Assistant orga:
-84 commits to core
-32 commits to home-assistant.io
+- [Timmo (@timmo001)](https://github.com/timmo001 "166 total commits to the Home Assistant orga:
+86 commits to core
+35 commits to home-assistant.io
28 commits to frontend
7 commits to brands
6 commits to android
@@ -24094,6 +24806,9 @@ This page contains a list of people who have contributed in one way or another t
- [Toast (@swetoast)](https://github.com/swetoast "2 total commits to the Home Assistant orga:
2 commits to hassbian-scripts
")
+- [Tobi (@PepperPhil)](https://github.com/PepperPhil "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
- [Tobias (@tlindener)](https://github.com/tlindener "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -24111,8 +24826,8 @@ This page contains a list of people who have contributed in one way or another t
3 commits to core
2 commits to home-assistant.io
")
-- [Tobias Haber (@KartoffelToby)](https://github.com/KartoffelToby "3 total commits to the Home Assistant orga:
-2 commits to brands
+- [Tobias Haber (@KartoffelToby)](https://github.com/KartoffelToby "4 total commits to the Home Assistant orga:
+3 commits to brands
1 commit to core
")
- [Tobias Hoff (@ToSa27)](https://github.com/ToSa27 "5 total commits to the Home Assistant orga:
@@ -24138,14 +24853,14 @@ This page contains a list of people who have contributed in one way or another t
5 commits to home-assistant.io
1 commit to brands
")
-- [Tobias Sauerwein (@cgtobi)](https://github.com/cgtobi "386 total commits to the Home Assistant orga:
-307 commits to core
-56 commits to home-assistant.io
+- [Tobias Sauerwein (@cgtobi)](https://github.com/cgtobi "419 total commits to the Home Assistant orga:
+335 commits to core
+58 commits to home-assistant.io
10 commits to developers.home-assistant
9 commits to people
+4 commits to brands
2 commits to data.home-assistant
1 commit to frontend
-1 commit to brands
")
- [tobiasz256 (@tobiasz256)](https://github.com/tobiasz256 "1 total commits to the Home Assistant orga:
1 commit to brands
@@ -24213,11 +24928,11 @@ This page contains a list of people who have contributed in one way or another t
- [Tom Behets (@betz)](https://github.com/betz "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Tom Brien (@TomBrien)](https://github.com/TomBrien "456 total commits to the Home Assistant orga:
-317 commits to companion.home-assistant
+- [Tom Brien (@TomBrien)](https://github.com/TomBrien "460 total commits to the Home Assistant orga:
+318 commits to companion.home-assistant
34 commits to home-assistant.io
32 commits to developers.home-assistant
-26 commits to core
+29 commits to core
21 commits to iOS
18 commits to data.home-assistant
6 commits to alerts.home-assistant.io
@@ -24260,11 +24975,12 @@ This page contains a list of people who have contributed in one way or another t
- [Tom L (@Qu3uk)](https://github.com/Qu3uk "10 total commits to the Home Assistant orga:
10 commits to home-assistant.io
")
-- [Tom Matheussen (@Tommatheussen)](https://github.com/Tommatheussen "24 total commits to the Home Assistant orga:
-10 commits to core
-7 commits to home-assistant.io
+- [Tom Matheussen (@Tommatheussen)](https://github.com/Tommatheussen "27 total commits to the Home Assistant orga:
+11 commits to core
+8 commits to home-assistant.io
4 commits to frontend
2 commits to brands
+1 commit to yellow.home-assistant.io
1 commit to developers.home-assistant
")
- [Tom Monck JR (@tmonck)](https://github.com/tmonck "1 total commits to the Home Assistant orga:
@@ -24276,6 +24992,10 @@ This page contains a list of people who have contributed in one way or another t
- [Tom Parker\-Shemilt (@palfrey)](https://github.com/palfrey "3 total commits to the Home Assistant orga:
3 commits to core
")
+- [Tom Puttemans (@Glodenox)](https://github.com/Glodenox "3 total commits to the Home Assistant orga:
+2 commits to core
+1 commit to home-assistant.io
+")
- [Tom Raithel (@tomraithel)](https://github.com/tomraithel "5 total commits to the Home Assistant orga:
4 commits to frontend
1 commit to home-assistant.io
@@ -24286,8 +25006,8 @@ This page contains a list of people who have contributed in one way or another t
- [Tom Robinson (@tlrobinson)](https://github.com/tlrobinson "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [Tom Schneider (@vigonotion)](https://github.com/vigonotion "27 total commits to the Home Assistant orga:
-12 commits to core
+- [Tom Schneider (@vigonotion)](https://github.com/vigonotion "29 total commits to the Home Assistant orga:
+14 commits to core
6 commits to home-assistant.io
4 commits to brands
3 commits to android
@@ -24305,6 +25025,9 @@ This page contains a list of people who have contributed in one way or another t
- [Tom Waters (@tomwaters)](https://github.com/tomwaters "1 total commits to the Home Assistant orga:
1 commit to core
")
+- [tom\-winkler (@tom-winkler)](https://github.com/tom-winkler "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
- [Tomaae (@tomaae)](https://github.com/tomaae "3 total commits to the Home Assistant orga:
2 commits to brands
1 commit to wheels-custom-integrations
@@ -24318,12 +25041,15 @@ This page contains a list of people who have contributed in one way or another t
2 commits to core
1 commit to home-assistant.io
")
+- [Tomas Klouda (@johny-mnemonic)](https://github.com/johny-mnemonic "1 total commits to the Home Assistant orga:
+1 commit to supervised-installer
+")
- [Tomas McGuinness (@tomasmcguinness)](https://github.com/tomasmcguinness "1 total commits to the Home Assistant orga:
1 commit to brands
")
-- [Tomasz (@Misiu)](https://github.com/Misiu "37 total commits to the Home Assistant orga:
+- [Tomasz (@Misiu)](https://github.com/Misiu "38 total commits to the Home Assistant orga:
16 commits to core
-13 commits to frontend
+14 commits to frontend
4 commits to home-assistant.io
3 commits to brands
1 commit to wheels-custom-integrations
@@ -24346,6 +25072,9 @@ This page contains a list of people who have contributed in one way or another t
3 commits to core
1 commit to home-assistant.io
")
+- [Tomek Modrzyński (@modrzew)](https://github.com/modrzew "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
- [Tomek985 (@Tomek985)](https://github.com/Tomek985 "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -24373,8 +25102,8 @@ This page contains a list of people who have contributed in one way or another t
3 commits to core
1 commit to home-assistant.io
")
-- [tomlut (@tomlut)](https://github.com/tomlut "39 total commits to the Home Assistant orga:
-36 commits to home-assistant.io
+- [tomlut (@tomlut)](https://github.com/tomlut "40 total commits to the Home Assistant orga:
+37 commits to home-assistant.io
3 commits to alerts.home-assistant.io
")
- [Tommaso Marchionni (@tommasomarchionni)](https://github.com/tommasomarchionni "2 total commits to the Home Assistant orga:
@@ -24469,8 +25198,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to developers.home-assistant
1 commit to core
")
-- [Tor Inge Redalen (@toringer)](https://github.com/toringer "2 total commits to the Home Assistant orga:
-2 commits to brands
+- [Tor Inge Redalen (@toringer)](https://github.com/toringer "3 total commits to the Home Assistant orga:
+3 commits to brands
")
- [Tor Magnus (@tcastberg)](https://github.com/tcastberg "2 total commits to the Home Assistant orga:
1 commit to core
@@ -24504,6 +25233,9 @@ This page contains a list of people who have contributed in one way or another t
- [Travis Carr (@tmcarr)](https://github.com/tmcarr "9 total commits to the Home Assistant orga:
9 commits to home-assistant.io
")
+- [Travis Collins (@travatomic)](https://github.com/travatomic "4 total commits to the Home Assistant orga:
+4 commits to frontend
+")
- [Travis Glenn Hansen (@travisghansen)](https://github.com/travisghansen "1 total commits to the Home Assistant orga:
1 commit to brands
")
@@ -24520,6 +25252,9 @@ This page contains a list of people who have contributed in one way or another t
- [trentjw (@trentjw)](https://github.com/trentjw "3 total commits to the Home Assistant orga:
3 commits to home-assistant.io
")
+- [Trenton H (@stumpylog)](https://github.com/stumpylog "1 total commits to the Home Assistant orga:
+1 commit to bthome.io
+")
- [Trevin (@tmchow)](https://github.com/tmchow "1 total commits to the Home Assistant orga:
1 commit to open-zwave
")
@@ -24612,8 +25347,9 @@ This page contains a list of people who have contributed in one way or another t
- [tslpre (@tslpre)](https://github.com/tslpre "1 total commits to the Home Assistant orga:
1 commit to brands
")
-- [tstabrawa (@tstabrawa)](https://github.com/tstabrawa "1 total commits to the Home Assistant orga:
+- [tstabrawa (@tstabrawa)](https://github.com/tstabrawa "2 total commits to the Home Assistant orga:
1 commit to docker
+1 commit to core
")
- [tsunglung (@tsunglung)](https://github.com/tsunglung "1 total commits to the Home Assistant orga:
1 commit to brands
@@ -24697,6 +25433,9 @@ This page contains a list of people who have contributed in one way or another t
2 commits to wheels-custom-integrations
1 commit to brands
")
+- [Tyler Carberry (@TylerCarberry)](https://github.com/TylerCarberry "1 total commits to the Home Assistant orga:
+1 commit to android
+")
- [Tyler Crumpton (@tylercrumpton)](https://github.com/tylercrumpton "3 total commits to the Home Assistant orga:
2 commits to home-assistant.io
1 commit to core
@@ -24717,6 +25456,9 @@ This page contains a list of people who have contributed in one way or another t
- [tzagim (@tzagim)](https://github.com/tzagim "1 total commits to the Home Assistant orga:
1 commit to companion.home-assistant
")
+- [tzapu (@tzapu)](https://github.com/tzapu "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [Tõnis Tobre (@tobre6)](https://github.com/tobre6 "1 total commits to the Home Assistant orga:
1 commit to homebridge-homeassistant
")
@@ -24797,8 +25539,8 @@ This page contains a list of people who have contributed in one way or another t
2 commits to home-assistant.io
1 commit to frontend
")
-- [Unsigus (@DCSBL)](https://github.com/DCSBL "34 total commits to the Home Assistant orga:
-21 commits to core
+- [Unsigus (@DCSBL)](https://github.com/DCSBL "36 total commits to the Home Assistant orga:
+23 commits to core
5 commits to home-assistant.io
4 commits to wheels-custom-integrations
3 commits to brands
@@ -24811,6 +25553,9 @@ This page contains a list of people who have contributed in one way or another t
- [Urja Rannikko (@urjaman)](https://github.com/urjaman "2 total commits to the Home Assistant orga:
2 commits to buildroot
")
+- [user2684 (@user2684)](https://github.com/user2684 "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
- [uSlackr (@uSlackr)](https://github.com/uSlackr "4 total commits to the Home Assistant orga:
2 commits to home-assistant.io
2 commits to core
@@ -24818,13 +25563,13 @@ This page contains a list of people who have contributed in one way or another t
- [uvjim (@uvjim)](https://github.com/uvjim "4 total commits to the Home Assistant orga:
4 commits to brands
")
-- [uvjustin (@uvjustin)](https://github.com/uvjustin "185 total commits to the Home Assistant orga:
-146 commits to core
-15 commits to frontend
-13 commits to home-assistant.io
+- [uvjustin (@uvjustin)](https://github.com/uvjustin "218 total commits to the Home Assistant orga:
+174 commits to core
+18 commits to frontend
+14 commits to home-assistant.io
7 commits to android
+3 commits to brands
2 commits to wheels-custom-integrations
-2 commits to brands
")
- [Uwe Kindler (@githubuser0xFFFF)](https://github.com/githubuser0xFFFF "1 total commits to the Home Assistant orga:
1 commit to buildroot
@@ -24891,6 +25636,9 @@ This page contains a list of people who have contributed in one way or another t
9 commits to home-assistant.io
1 commit to people
")
+- [Vasilis Koulis (@bkbilly)](https://github.com/bkbilly "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
- [Vasily Khoruzhick (@anarsoul)](https://github.com/anarsoul "3 total commits to the Home Assistant orga:
3 commits to buildroot
")
@@ -24917,8 +25665,8 @@ This page contains a list of people who have contributed in one way or another t
- [Vedant Bhamare (@Dark-Knight11)](https://github.com/Dark-Knight11 "7 total commits to the Home Assistant orga:
7 commits to supervisor
")
-- [Vedeneb (@Vedeneb)](https://github.com/Vedeneb "1 total commits to the Home Assistant orga:
-1 commit to home-assistant.io
+- [Vedeneb (@Vedeneb)](https://github.com/Vedeneb "2 total commits to the Home Assistant orga:
+2 commits to home-assistant.io
")
- [Vedran Pavic (@vpavic)](https://github.com/vpavic "1 total commits to the Home Assistant orga:
1 commit to operating-system
@@ -25006,13 +25754,13 @@ This page contains a list of people who have contributed in one way or another t
- [Viktor45 (@Viktor45)](https://github.com/Viktor45 "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
-- [Ville Skyttä (@scop)](https://github.com/scop "592 total commits to the Home Assistant orga:
-481 commits to core
-55 commits to home-assistant.io
+- [Ville Skyttä (@scop)](https://github.com/scop "603 total commits to the Home Assistant orga:
+488 commits to core
+56 commits to home-assistant.io
16 commits to addons
14 commits to developers.home-assistant
11 commits to frontend
-7 commits to cli
+10 commits to cli
2 commits to hassio-build
2 commits to supervisor
1 commit to architecture
@@ -25029,9 +25777,9 @@ This page contains a list of people who have contributed in one way or another t
2 commits to frontend
2 commits to developers.home-assistant
")
-- [Vilppu Vuorinen (@vilppuvuorinen)](https://github.com/vilppuvuorinen "23 total commits to the Home Assistant orga:
-17 commits to core
-6 commits to home-assistant.io
+- [Vilppu Vuorinen (@vilppuvuorinen)](https://github.com/vilppuvuorinen "25 total commits to the Home Assistant orga:
+18 commits to core
+7 commits to home-assistant.io
")
- [Vincent Dehors (@vdehors)](https://github.com/vdehors "2 total commits to the Home Assistant orga:
2 commits to buildroot
@@ -25045,11 +25793,16 @@ This page contains a list of people who have contributed in one way or another t
- [Vincent Filby (@vfilby)](https://github.com/vfilby "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [Vincent Giorgi (@vincegio)](https://github.com/vincegio "3 total commits to the Home Assistant orga:
+2 commits to core
+1 commit to home-assistant.io
+")
- [Vincent KHERBACHE (@vincent-k)](https://github.com/vincent-k "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [Vincent Knoop Pathuis (@vpathuis)](https://github.com/vpathuis "3 total commits to the Home Assistant orga:
-2 commits to core
+- [Vincent Knoop Pathuis (@vpathuis)](https://github.com/vpathuis "12 total commits to the Home Assistant orga:
+9 commits to core
+2 commits to home-assistant.io
1 commit to brands
")
- [Vincent Le Bourlot (@vlebourl)](https://github.com/vlebourl "13 total commits to the Home Assistant orga:
@@ -25108,6 +25861,9 @@ This page contains a list of people who have contributed in one way or another t
- [viperk1 (@viperk1)](https://github.com/viperk1 "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [virukita (@virukita)](https://github.com/virukita "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
- [viswa\-swami (@viswa-swami)](https://github.com/viswa-swami "9 total commits to the Home Assistant orga:
9 commits to core
")
@@ -25192,8 +25948,8 @@ This page contains a list of people who have contributed in one way or another t
- [vwir (@vwir)](https://github.com/vwir "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [vwt12eh8 (@vwt12eh8)](https://github.com/vwt12eh8 "4 total commits to the Home Assistant orga:
-4 commits to brands
+- [vwt12eh8 (@vwt12eh8)](https://github.com/vwt12eh8 "6 total commits to the Home Assistant orga:
+6 commits to brands
")
- [Václav Kubernát (@syyyr)](https://github.com/syyyr "2 total commits to the Home Assistant orga:
2 commits to buildroot
@@ -25320,8 +26076,9 @@ This page contains a list of people who have contributed in one way or another t
1 commit to core
1 commit to home-assistant.io
")
-- [WhimsySpoon (@WhimsySpoon)](https://github.com/WhimsySpoon "1 total commits to the Home Assistant orga:
-1 commit to home-assistant.io
+- [WhimsySpoon (@WhimsySpoon)](https://github.com/WhimsySpoon "4 total commits to the Home Assistant orga:
+2 commits to brands
+2 commits to home-assistant.io
")
- [WhiteNight121 (@WhiteNight121)](https://github.com/WhiteNight121 "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -25403,8 +26160,8 @@ This page contains a list of people who have contributed in one way or another t
- [Willem Burgers (@wburgers)](https://github.com/wburgers "2 total commits to the Home Assistant orga:
2 commits to core
")
-- [Willem\-Jan (@liudger)](https://github.com/liudger "11 total commits to the Home Assistant orga:
-6 commits to core
+- [Willem\-Jan (@liudger)](https://github.com/liudger "14 total commits to the Home Assistant orga:
+9 commits to core
4 commits to home-assistant.io
1 commit to brands
")
@@ -25598,6 +26355,9 @@ This page contains a list of people who have contributed in one way or another t
- [XECDesign (@XECDesign)](https://github.com/XECDesign "179 total commits to the Home Assistant orga:
179 commits to pi-gen
")
+- [Xeevis (@Xeevis)](https://github.com/Xeevis "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [xelprep (@xelprep)](https://github.com/xelprep "6 total commits to the Home Assistant orga:
6 commits to home-assistant.io
")
@@ -25647,6 +26407,9 @@ This page contains a list of people who have contributed in one way or another t
- [xpac1985 (@xpac1985)](https://github.com/xpac1985 "1 total commits to the Home Assistant orga:
1 commit to core
")
+- [xpavli44 (@xpavli44)](https://github.com/xpavli44 "1 total commits to the Home Assistant orga:
+1 commit to companion.home-assistant
+")
- [xPsIXx (@xPsIXx)](https://github.com/xPsIXx "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -25668,12 +26431,16 @@ This page contains a list of people who have contributed in one way or another t
1 commit to assets
1 commit to frontend
")
-- [y34hbuddy (@y34hbuddy)](https://github.com/y34hbuddy "3 total commits to the Home Assistant orga:
-3 commits to core
+- [y34hbuddy (@y34hbuddy)](https://github.com/y34hbuddy "7 total commits to the Home Assistant orga:
+4 commits to core
+3 commits to home-assistant.io
")
- [Yair Ben Avraham (@yairbenavraham)](https://github.com/yairbenavraham "7 total commits to the Home Assistant orga:
7 commits to buildroot
")
+- [yakirk (@yakirk)](https://github.com/yakirk "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [yangqian (@yangqian)](https://github.com/yangqian "1 total commits to the Home Assistant orga:
1 commit to frontend
")
@@ -25725,6 +26492,9 @@ This page contains a list of people who have contributed in one way or another t
- [yanuino (@yanuino)](https://github.com/yanuino "1 total commits to the Home Assistant orga:
1 commit to core
")
+- [Yariv Amar (@yarix)](https://github.com/yarix "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [Yarmo Mackenbach (@YarmoM)](https://github.com/YarmoM "11 total commits to the Home Assistant orga:
7 commits to core
4 commits to home-assistant.io
@@ -25780,8 +26550,9 @@ This page contains a list of people who have contributed in one way or another t
1 commit to frontend
1 commit to home-assistant.io
")
-- [Yevhenii Vaskivskyi (@Vaskivskyi)](https://github.com/Vaskivskyi "13 total commits to the Home Assistant orga:
-13 commits to brands
+- [Yevhenii Vaskivskyi (@Vaskivskyi)](https://github.com/Vaskivskyi "22 total commits to the Home Assistant orga:
+14 commits to brands
+8 commits to core
")
- [Yi Zheng (@goodmenzy)](https://github.com/goodmenzy "4 total commits to the Home Assistant orga:
4 commits to buildroot
@@ -25804,8 +26575,8 @@ This page contains a list of people who have contributed in one way or another t
- [Yogotech's GITHub account (@YogoGit)](https://github.com/YogoGit "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
-- [yosilevy (@yosilevy)](https://github.com/yosilevy "144 total commits to the Home Assistant orga:
-136 commits to frontend
+- [yosilevy (@yosilevy)](https://github.com/yosilevy "149 total commits to the Home Assistant orga:
+141 commits to frontend
4 commits to home-assistant.io
3 commits to core
1 commit to people
@@ -25838,6 +26609,9 @@ This page contains a list of people who have contributed in one way or another t
- [Yuki Ueda (@Ikuyadeu)](https://github.com/Ikuyadeu "1 total commits to the Home Assistant orga:
1 commit to core
")
+- [Yukon Vinecki (@Yukon)](https://github.com/Yukon "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [yulongying (@yulongying)](https://github.com/yulongying "1 total commits to the Home Assistant orga:
1 commit to home-assistant-js-websocket
")
@@ -25860,13 +26634,18 @@ This page contains a list of people who have contributed in one way or another t
2 commits to brands
1 commit to wheels-custom-integrations
")
-- [Yuval Aboulafia (@yuvalabou)](https://github.com/yuvalabou "27 total commits to the Home Assistant orga:
-23 commits to core
-4 commits to home-assistant.io
+- [Yuval Aboulafia (@yuvalabou)](https://github.com/yuvalabou "30 total commits to the Home Assistant orga:
+25 commits to core
+5 commits to home-assistant.io
")
- [Yuxiang Zhu (@vfreex)](https://github.com/vfreex "2 total commits to the Home Assistant orga:
2 commits to core
")
+- [Yuxin Wang (@yuxincs)](https://github.com/yuxincs "3 total commits to the Home Assistant orga:
+1 commit to brands
+1 commit to core
+1 commit to home-assistant.io
+")
- [Z (@zanerv)](https://github.com/zanerv "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -25883,10 +26662,10 @@ This page contains a list of people who have contributed in one way or another t
1 commit to brands
1 commit to home-assistant.io
")
-- [Zac West (@zacwest)](https://github.com/zacwest "798 total commits to the Home Assistant orga:
-620 commits to iOS
+- [Zac West (@zacwest)](https://github.com/zacwest "813 total commits to the Home Assistant orga:
+634 commits to iOS
89 commits to HAKit
-54 commits to companion.home-assistant
+55 commits to companion.home-assistant
17 commits to mobile-apps-fcm-push
7 commits to home-assistant.io
6 commits to core
@@ -25906,19 +26685,21 @@ This page contains a list of people who have contributed in one way or another t
6 commits to core
2 commits to home-assistant.io
")
-- [Zach Berger (@zachberger)](https://github.com/zachberger "3 total commits to the Home Assistant orga:
+- [Zach Berger (@zachberger)](https://github.com/zachberger "4 total commits to the Home Assistant orga:
3 commits to core
+1 commit to home-assistant.io
")
- [Zachary Priddy (@zpriddy)](https://github.com/zpriddy "1 total commits to the Home Assistant orga:
1 commit to open-zwave
")
-- [Zack Arnett (@zsarnett)](https://github.com/zsarnett "712 total commits to the Home Assistant orga:
-553 commits to frontend
-73 commits to home-assistant.io
-37 commits to core
+- [Zack Arnett (@zsarnett)](https://github.com/zsarnett "733 total commits to the Home Assistant orga:
+559 commits to frontend
+76 commits to home-assistant.io
+39 commits to core
30 commits to partner.home-assistant
+9 commits to yellow.home-assistant.io
7 commits to developers.home-assistant
-6 commits to brands
+7 commits to brands
4 commits to newsletter-ghost-theme
1 commit to people
1 commit to alerts.home-assistant.io
@@ -25955,6 +26736,9 @@ This page contains a list of people who have contributed in one way or another t
- [zaubererty (@zaubererty)](https://github.com/zaubererty "2 total commits to the Home Assistant orga:
2 commits to brands
")
+- [zbeky (@zbeky)](https://github.com/zbeky "2 total commits to the Home Assistant orga:
+2 commits to core
+")
- [Zeb Palmer (@zebpalmer)](https://github.com/zebpalmer "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
@@ -26050,8 +26834,8 @@ This page contains a list of people who have contributed in one way or another t
3 commits to core
1 commit to home-assistant.io
")
-- [Ziv (@ziv1234)](https://github.com/ziv1234 "49 total commits to the Home Assistant orga:
-38 commits to core
+- [Ziv (@ziv1234)](https://github.com/ziv1234 "50 total commits to the Home Assistant orga:
+39 commits to core
10 commits to home-assistant.io
1 commit to brands
")
@@ -26091,6 +26875,12 @@ This page contains a list of people who have contributed in one way or another t
- [zraken (@zraken)](https://github.com/zraken "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [ZS (@ZsBT)](https://github.com/ZsBT "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
+- [ztamas83 (@ztamas83)](https://github.com/ztamas83 "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [zuccs (@zuccs)](https://github.com/zuccs "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
@@ -26118,8 +26908,8 @@ This page contains a list of people who have contributed in one way or another t
4 commits to brands
1 commit to frontend
")
-- [Åke Strandberg (@astrandb)](https://github.com/astrandb "10 total commits to the Home Assistant orga:
-7 commits to brands
+- [Åke Strandberg (@astrandb)](https://github.com/astrandb "11 total commits to the Home Assistant orga:
+8 commits to brands
1 commit to wheels-custom-integrations
1 commit to core
1 commit to home-assistant.io
@@ -26136,6 +26926,11 @@ This page contains a list of people who have contributed in one way or another t
- [Øystein Hansen (@oeysteinhansen)](https://github.com/oeysteinhansen "1 total commits to the Home Assistant orga:
1 commit to core
")
+- [Øyvind Matheson Wergeland (@oyvindwe)](https://github.com/oyvindwe "7 total commits to the Home Assistant orga:
+4 commits to core
+2 commits to home-assistant.io
+1 commit to brands
+")
- [Ģirts (@girtskokars)](https://github.com/girtskokars "1 total commits to the Home Assistant orga:
1 commit to frontend
")
@@ -26152,7 +26947,10 @@ This page contains a list of people who have contributed in one way or another t
- [Илья Pupko (@ILAsoft)](https://github.com/ILAsoft "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [没事溜达 (@meishild)](https://github.com/meishild "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
This page is irregularly updated using the [`hass-release` tool](https://github.com/home-assistant/hass-release). If you think that you are missing, please let us know.
-This page was last updated Thursday, September 01 2022, 13:30:01 UTC.
+This page was last updated Wednesday, November 16 2022, 14:21:10 UTC.
diff --git a/source/images/zone/zone_edit_ui.png b/source/images/zone/zone_edit_ui.png
new file mode 100644
index 00000000000..6fb770a5912
Binary files /dev/null and b/source/images/zone/zone_edit_ui.png differ
diff --git a/source/index.html b/source/index.html
index a440d92a333..e485ce4f4bc 100644
--- a/source/index.html
+++ b/source/index.html
@@ -89,6 +89,19 @@ feedback: false