diff --git a/source/_integrations/sharkiq.markdown b/source/_integrations/sharkiq.markdown
index a18ed4a5c65..d8a3650b649 100644
--- a/source/_integrations/sharkiq.markdown
+++ b/source/_integrations/sharkiq.markdown
@@ -7,7 +7,7 @@ ha_iot_class: Cloud Polling
ha_release: 0.115
ha_config_flow: true
ha_codeowners:
- - '@amarks'
+ - '@ajmarks'
ha_domain: sharkiq
---
diff --git a/source/_integrations/shelly.markdown b/source/_integrations/shelly.markdown
index 8dc61fa5e54..473de62c9a7 100644
--- a/source/_integrations/shelly.markdown
+++ b/source/_integrations/shelly.markdown
@@ -5,20 +5,22 @@ ha_category:
- Switch
ha_release: 0.115
ha_codeowners:
- - "@balloob"
+ - '@balloob'
+ - '@bieniu'
ha_domain: shelly
featured: true
+ha_config_flow: true
---
Integrate [Shelly devices](https://shelly.cloud) into Home Assistant.
## Configuration
-To add a Shelly device to your installation, go to **Configuration** >> **Integrations** in the UI. Devices will be automatically discovered when on the same network and listed on the integrations page. Click on "Configure" of the discovered device to add it to Home Assistant.
+To add a Shelly device to your installation, go to **Configuration** >> **Integrations** in the UI, click the + to add a new integration and search for Shelly. Devices will be automatically discovered when on the same network and listed on the integrations page. Click on "Configure" of the discovered device to add it to Home Assistant.
A device can also be added manually, click the button with `+` sign on the integrations page and from the list of integrations, select **Shelly** and follow the instructions shown.
## Known issues and limitations
- Only supports firmware 1.8 and later
-- Support relays, lights (brightness) and sensors
+- Support relays, lights (with brightness), sensors and rollers
diff --git a/source/_integrations/sky_hub.markdown b/source/_integrations/sky_hub.markdown
index bc22ef9b0c6..aafb2e22efb 100644
--- a/source/_integrations/sky_hub.markdown
+++ b/source/_integrations/sky_hub.markdown
@@ -5,6 +5,8 @@ ha_category:
- Presence Detection
ha_release: 0.37
ha_domain: sky_hub
+ha_codeowners:
+ - '@rogerselwyn'
---
The `sky_hub` platform offers presence detection by looking at connected devices to a [Sky Hub router](https://www.sky.com/shop/broadband-talk/sky-hub/) based router.
diff --git a/source/_integrations/smappee.markdown b/source/_integrations/smappee.markdown
index 55e375b6815..59cfa8aea05 100644
--- a/source/_integrations/smappee.markdown
+++ b/source/_integrations/smappee.markdown
@@ -4,7 +4,7 @@ description: Instructions on how to setup Smappee within Home Assistant.
ha_category:
- Hub
- Energy
- - Binary sensor
+ - Binary Sensor
- Sensor
- Switch
ha_iot_class: Cloud polling
diff --git a/source/_integrations/smart_meter_texas.markdown b/source/_integrations/smart_meter_texas.markdown
index 1cb0ffec863..e1a7e4caf2b 100644
--- a/source/_integrations/smart_meter_texas.markdown
+++ b/source/_integrations/smart_meter_texas.markdown
@@ -7,7 +7,7 @@ ha_release: 0.115
ha_iot_class: Cloud Polling
ha_config_flow: true
ha_codeowners:
- - "@grahamwetzler"
+ - '@grahamwetzler'
ha_domain: smart_meter_texas
---
diff --git a/source/_integrations/snips.markdown b/source/_integrations/snips.markdown
index 3ff7024756d..5039cdc8b7c 100644
--- a/source/_integrations/snips.markdown
+++ b/source/_integrations/snips.markdown
@@ -152,8 +152,8 @@ intent_script:
action:
- service: light.turn_on
data:
- entity_id: light.{{ objectLocation | replace(" ","_") }}
- color_name: {{ objectColor }}
+ entity_id: 'light.{{ objectLocation | replace(" ","_") }}'
+ color_name: '{{ objectColor }}'
```
{% endraw %}
diff --git a/source/_integrations/spider.markdown b/source/_integrations/spider.markdown
index 6d858b0cb58..b80353c3404 100644
--- a/source/_integrations/spider.markdown
+++ b/source/_integrations/spider.markdown
@@ -10,6 +10,7 @@ ha_release: 0.75
ha_codeowners:
- '@peternijssen'
ha_domain: spider
+ha_config_flow: true
---
The `spider` integration is the main integration to integrate all [Itho Daalderop Spider](https://www.ithodaalderop.nl/spider-thermostaat) related platforms. You will need your Spider account information (username, password) to discover and control devices which are related to your account.
diff --git a/source/_integrations/stream.markdown b/source/_integrations/stream.markdown
index 85ed7e24c48..921c67c5002 100644
--- a/source/_integrations/stream.markdown
+++ b/source/_integrations/stream.markdown
@@ -8,6 +8,7 @@ ha_iot_class: Local Push
ha_quality_scale: internal
ha_codeowners:
- '@hunterjm'
+ - '@uvjustin'
ha_domain: stream
---
diff --git a/source/_integrations/switch.knx.markdown b/source/_integrations/switch.knx.markdown
index f57826d8084..2ba783165c6 100644
--- a/source/_integrations/switch.knx.markdown
+++ b/source/_integrations/switch.knx.markdown
@@ -8,17 +8,11 @@ ha_iot_class: Local Push
ha_domain: knx
---
-
-
-The `knx` integration must be configured correctly to use this integration, see [KNX Integration](/integrations/knx).
-
-
-
The `knx` switch platform is used as an interface to switching actuators.
## Configuration
-To use your KNX switch in your installation, add the following to your `configuration.yaml` file:
+To use your KNX switch in your installation, add the following lines to your top level [KNX Integration](/integrations/knx) configuration key in `configuration.yaml`:
```yaml
knx:
@@ -29,7 +23,7 @@ knx:
{% configuration %}
address:
- description: KNX group address for switching the switch on/off.
+ description: KNX group address for switching the switch on/off. *DPT 1*
required: true
type: string
name:
@@ -38,7 +32,7 @@ name:
default: KNX Switch
type: string
state_address:
- description: Separate KNX group address for retrieving the switch state.
+ description: Separate KNX group address for retrieving the switch state. *DPT 1*
required: false
type: string
{% endconfiguration %}
diff --git a/source/_integrations/tag.markdown b/source/_integrations/tag.markdown
index f9aa2eb4b77..c8b46db8bf6 100644
--- a/source/_integrations/tag.markdown
+++ b/source/_integrations/tag.markdown
@@ -4,9 +4,9 @@ description: Instructions on how to get started with tags in Home Assistant
ha_category:
- Automation
ha_release: 0.115
-ha_quality_scale: internal
ha_codeowners:
- - '@home-assistant/core'
+ - '@balloob'
+ - '@dmulcahey'
ha_domain: tag
---
diff --git a/source/_integrations/thethingsnetwork.markdown b/source/_integrations/thethingsnetwork.markdown
index 35c7f20879e..53b3a50a26f 100644
--- a/source/_integrations/thethingsnetwork.markdown
+++ b/source/_integrations/thethingsnetwork.markdown
@@ -11,7 +11,7 @@ ha_codeowners:
ha_domain: thethingsnetwork
---
-The `thethingsnetwork` integration allows one to interact with the [The Things Network](https://www.thethingsnetwork.org). This community-driven and open network supports [LoRaWAN](https://www.lora-alliance.org/) for long range (~5 to 15km) communication with a low bandwidth (51 bytes/message). [Gateways](https://www.thethingsnetwork.org/docs/gateways/) transfers the received data from the sensors to the The Things Network.
+The `thethingsnetwork` integration allows one to interact with the [The Things Network](https://www.thethingsnetwork.org). This community-driven and open network supports [LoRaWAN](https://www.lora-alliance.org/) for long range (~5 to 15 km) communication with a low bandwidth (51 bytes/message). [Gateways](https://www.thethingsnetwork.org/docs/gateways/) transfers the received data from the sensors to the The Things Network.
The Things network support various integrations to make the data available:
diff --git a/source/_integrations/trafikverket_weatherstation.markdown b/source/_integrations/trafikverket_weatherstation.markdown
index 4a620a4bf3e..dbf0467d8dc 100644
--- a/source/_integrations/trafikverket_weatherstation.markdown
+++ b/source/_integrations/trafikverket_weatherstation.markdown
@@ -6,6 +6,8 @@ ha_category:
ha_release: 0.66
ha_iot_class: Cloud Polling
ha_domain: trafikverket_weatherstation
+ha_codeowners:
+ - '@endor-force'
---
Showing weather information provided by [Trafikverket](https://www.trafikverket.se/) weather stations in Sweden.
diff --git a/source/_integrations/upc_connect.markdown b/source/_integrations/upc_connect.markdown
index 1c025b3ae7b..18921c03faf 100644
--- a/source/_integrations/upc_connect.markdown
+++ b/source/_integrations/upc_connect.markdown
@@ -6,6 +6,7 @@ ha_category:
ha_release: 0.36
ha_codeowners:
- '@pvizeli'
+ - '@fabaff'
ha_domain: upc_connect
---
diff --git a/source/_integrations/version.markdown b/source/_integrations/version.markdown
index 62bbbd85228..1b3eb3ab844 100644
--- a/source/_integrations/version.markdown
+++ b/source/_integrations/version.markdown
@@ -9,6 +9,7 @@ ha_release: 0.52
ha_quality_scale: internal
ha_codeowners:
- '@fabaff'
+ - '@ludeeus'
ha_domain: version
---
diff --git a/source/_integrations/volkszaehler.markdown b/source/_integrations/volkszaehler.markdown
index 475c92a7d3c..b746b986cc4 100644
--- a/source/_integrations/volkszaehler.markdown
+++ b/source/_integrations/volkszaehler.markdown
@@ -6,6 +6,8 @@ ha_category:
ha_iot_class: Local Polling
ha_release: 0.78
ha_domain: volkszaehler
+ha_codeowners:
+ - '@fabaff'
---
The `volkszaehler` sensor platform is consuming the system information provided by the [Volkszaehler](https://wiki.volkszaehler.org/) API.
diff --git a/source/_integrations/weather.knx.markdown b/source/_integrations/weather.knx.markdown
index c6f6d35ddf7..a0ee0c13288 100644
--- a/source/_integrations/weather.knx.markdown
+++ b/source/_integrations/weather.knx.markdown
@@ -8,15 +8,9 @@ ha_iot_class: Local Push
ha_domain: knx
---
-
-
-The `knx` integration must be configured correctly to use this integration, see [KNX Integration](/integrations/knx).
-
-
-
The `knx` weather platform is used as an interface to KNX weather stations.
-To use your KNX weather station in your installation, add the following lines to your top level KNX configuration key in `configuration.yaml`:
+To use your KNX weather station in your installation, add the following lines to your top level [KNX Integration](/integrations/knx) configuration key in `configuration.yaml`:
```yaml
# Example configuration.yaml entry
diff --git a/source/_integrations/wilight.markdown b/source/_integrations/wilight.markdown
index ffe71ac41f9..432672f6ad7 100644
--- a/source/_integrations/wilight.markdown
+++ b/source/_integrations/wilight.markdown
@@ -8,6 +8,7 @@ ha_config_flow: true
ha_codeowners:
- '@leofig-rj'
ha_domain: wilight
+ha_quality_scale: silver
---
The `wilight` integration is to integrate [WiLight](http://www.wilight.com.br) devices with Home Assistant.
diff --git a/source/_integrations/wolflink.markdown b/source/_integrations/wolflink.markdown
index 2ccc62d429d..480dcd87ffa 100644
--- a/source/_integrations/wolflink.markdown
+++ b/source/_integrations/wolflink.markdown
@@ -1,5 +1,5 @@
---
-title: Wolflink
+title: Wolf SmartSet Service
description: Instructions on how to integrate Wolf Smart-Set cloud within Home Assistant.
ha_category:
- Heating
diff --git a/source/_integrations/xiaomi_miio.markdown b/source/_integrations/xiaomi_miio.markdown
index a231cddf88a..49778ce18bf 100644
--- a/source/_integrations/xiaomi_miio.markdown
+++ b/source/_integrations/xiaomi_miio.markdown
@@ -1,6 +1,6 @@
---
-title: "Xiaomi Miio"
-description: "Instructions on how to integrate Xiaomi devices using the Xiaomi Miio integration within Home Assistant."
+title: Xiaomi Miio
+description: Instructions on how to integrate Xiaomi devices using the Xiaomi Miio integration within Home Assistant.
ha_category:
- Hub
- Fan
@@ -15,6 +15,7 @@ ha_release: 0.51
ha_codeowners:
- '@rytilahti'
- '@syssi'
+ - '@starkillerOG'
ha_domain: xiaomi_miio
ha_config_flow: true
---
@@ -1304,7 +1305,7 @@ Example of `xiaomi_miio.vacuum_clean_segment` use:
Multiple segments:
```yaml
automation:
- - alias: Vaccum kitchen and living room
+ - alias: Vacuum kitchen and living room
trigger:
- event: start
platform: homeassistant
diff --git a/source/_lovelace/calendar-card.markdown b/source/_lovelace/calendar-card.markdown
new file mode 100644
index 00000000000..476162bed73
--- /dev/null
+++ b/source/_lovelace/calendar-card.markdown
@@ -0,0 +1,55 @@
+---
+title: "Calendar Card"
+sidebar_label: Calendar
+description: "The calendar card displays your calendar entities in a month, day and list view"
+---
+
+The Calendar card displays your calendar entities in a month, day and list view.
+
+/media`.
+
+You can also specify your own media paths with a new configuration option
+in `configuration.yaml`:
+
+```yaml
+homeassistant:
+ media_dirs:
+ motion: /media/motion_events
+ music: /media/music
+```
+
+Media Source is not limited to local media. Any integration can offer its
+media. [@cgtobi] has upgraded [the Netatmo integration](/integrations/netatmo),
+which will now offer its recorded motion events to play.
+
+Media player integrations that want to play media sources will need to be
+updated. In this release, we've updated [the Chromecast integration](/integrations/cast/).
+If you click its media browser button, you will be presented with the available
+local sources.
+
+Sometimes you just want to play your media without having to turn on the TV. To
+cover that case, [@NKDZCK] added a new media browser to the Home Assistant
+interface, which can be used to play your media. That way, you can quickly see
+what that motion event that you just received was about.
+
+
+
+
+
+## Home Assistant Tags
+
+
+
+The Home Assistant tag reader, made by Adonno with the help of MagnusO.
+
+
+Home Assistant now has native support for tags! With Home Assistant Tags, we’re
+making scannable tags (NFC/RFID) a first-class citizen in Home Assistant.
+Easy to read, write and automate!
+
+We have a beautiful UI for it in the frontend, our mobile companion apps have
+been updated to work seamlessly with tags and there is now even an open-source
+scanner available, as shown in the image above.
+
+For all details, [read the dedicated blog post about Home Assistant tags][tags]!
+
+[tags]: /blog/2020/09/15/home-assistant-tags/
+
+## Customize the sidebar
+
+One of the most requested functions of What the heck was customizing the
+sidebar: You do want history for your entities in the more info dialog, but you
+don't use that history panel. Or you do want calendars for automating, or in
+the new Lovelace cards, but don't want a calendar panel with all your calendars.
+
+Now you can hide panels from the sidebar and rearrange them, by just drag and
+drop them.
+
+
+
+Screen recording of customizing the sidebar.
+
+
+You can enter edit mode by pressing and holding the sidebar's header or from
+your profile page. You can then drag the items in the order you want them
+or remove them by clicking the `x` next to it.
+
+The removed items will be visible at the bottom of the list, by clicking the
+`+` button, you can add them back to the sidebar.
+
+These settings are stored on your device in the local storage of your browser,
+this means that this setting is device-based and will be cleared when you logout.
+
+## Person image upload
+
+You can now upload images for a person in the frontend!
+
+Select or drop an image in the input field and then crop it to a square. The
+image is stored on your Home Assistant server.
+
+
+
+
+
+We will use the image in the frontend for your persons and the sidebar for the
+user linked to this person.
+
+This feature is powered by the new image integration and opens up for future
+possibilities. For example, uploading images, for use in your Lovelace picture
+cards, would be nice!
+
+## Updated more info dialog
+
+The more info dialog is updated. In case an entity has controls, for example
+a light, the more info dialog will now have 2 tabs. One for controls and one
+for history.
+
+On the history tab, you can find the history graph you are used to and now also
+a list of logbook entries of the specific entity.
+
+
+
+The updated more info dialogs, showing the two tabs: details & history.
+
+
+For entities without controls (like a sensor), no tabs will be shown like before.
+
+## More information in the logbook panel
+
+The logbook will now show what automation or script caused the change and
+what action was used to make the change happen.
+
+This solves yet another WTH request. It will be really helpful to find those
+cases that are: WTH turned on this light?
+
+
+
+The logbook shows which automation changed the state of my stream light.
+
+
+## Automation & Scripts updates
+
+The month of "What the heck?!" brought in a lot of topics that evolve around
+automations and scripts, of which quite a few have been addressed this release.
+Furthermore, we already had quite a bunch of improvements pending. If you
+like doing automation in YAML, you'll probably just love this release.
+
+Before starting on the list of newly added features, let's talk about the Home
+Assistant frontend. You can now duplicate an automation and, the long present
+but always disabled, duplicate condition, trigger, and action function are now
+also finally working!
+
+### New action: Wait for trigger
+
+This is a special new action than can be used in an automation action or
+script sequence that allows you to pause the execution until a certain trigger
+is been fired. It can be helpful for automations or scripts that consist of
+multiple stages.
+
+In this example, a notification is sent when one passes through two gates
+to enter the garden, but only when both gates are passed within 10 seconds.
+
+```yaml
+automation:
+ - trigger:
+ - platform: state
+ entity_id: binary_sensor.gate1
+ to: "on"
+ action:
+ - wait_for_trigger:
+ - platform: state
+ entity_id: binary_sensor.gate2
+ to: "on"
+ timeout: 10
+ continue_on_timeout: false
+ - service: notify.notify
+ data:
+ message: Someone just entered the yard!
+```
+
+This example is simple and probably fairly useless for most of us. However,
+let's say you left your garage door open and you leave the "Home" zone. Home
+Assistant could send you an actionable notification, saying: "Hey, you left
+the garage door open, shall I close if for you?" with 2 choices: Yes/No.
+
+Where you previously would have needed 3 automations for this. The first
+for sending a notification and two others for handling the "Yes" or "No"
+answer. Using the `wait_for_trigger` this could be done in a single automation.
+
+Right after sending the notification, the `wait_for_trigger` could halt the
+script from continuing, until it receives the "Yes" or "No" answer and continue
+after that and run the actions you'd like based on the answer received.
+
+This new feature is not just for our YAML uses; it also is added to our
+automation editor in the UI.
+
+
+
+The automation editor can also use the new Wait for trigger action.
+
+
+### Triggers & Conditions on entity attributes
+
+Ever tried to create an automation trigger or condition on an entity attribute, like the temperature of a climate or weather entity?
+
+You used to need to use a template for that. Either by extracting the attribute
+from an entity using a template sensor or by writing a template condition.
+A reason for a lot of you to put it up as a "What the heck?!" entry. And you
+know what? You guys are right, this was difficult.
+
+
+
+The automation editor now supports attributes on triggers and conditions.
+
+
+So, Home Assistant now supports the use of attributes in triggers & conditions.
+Both the state and numeric state, triggers & conditions now have an `attribute`
+option that can be set with the attribute to use. The UI got a nice field for
+it, as shown in the above screenshots, but of course, it is also available
+when you are using YAML for your automations.
+
+Some example triggers and conditions using attributes in YAML:
+
+```yaml
+trigger:
+ - platform: state
+ entity_id: climate.living_room
+ attribute: hvac_action
+ to: "heating"
+ - platform: numeric_state
+ entity_id: weather.outside
+ attribute: temperature
+ above: 20.5
+condition:
+ - condition: state
+ entity_id: climate.living_room
+ attribute: havc_mode
+ state: "heat"
+ - condition: numeric_state
+ entity_id: weather.outside
+ attribute: humidity
+ below: 80
+```
+
+### Use `input_datetime` helpers in automation triggers
+
+Using dates and times in your automation can be hard. If often needs quite a bit
+of Jinja templating and is actually really hard to do. [@pnbruckner] noticed,
+and he added the possibility to use your `input_datetime` helper entities
+directly in time trigger!
+
+Assume you have an `input_datetime.bedroom_alarm_clock_time` helper entity, that
+is in your Lovelace UI, which you can set a time in. Great! You can now
+just use it in your automations to trigger on:
+
+```yaml
+trigger:
+ - platform: time
+ at: input_datetime.bedroom_alarm_clock_time
+```
+
+Yes, he made it that elegant. It also works for multiple, or mixed variable and
+statically set times.
+
+```yaml
+trigger:
+ - platform: time
+ at:
+ - "10:00"
+ - input_datetime.bedroom_alarm_clock_time
+ - input_datetime.some_other_time_entity
+```
+
+More about the time trigger, can be found in our [documentation][trigger-time].
+
+[trigger-time]: /docs/automation/trigger/#time-trigger
+
+### Use `input_*` helpers in conditions
+
+[@pnbruckner] set a standard in the above, and we used that to start working
+on making this something that would work on more places. As of this release,
+all `input_*` entities can be used in conditions.
+
+The `time` condition can accept `input_datetime` helper entities, similar to
+the trigger shown above.
+
+```yaml
+conditions:
+ - condition: time
+ after: input_datetime.house_silent_hours_start
+ before: input_datetime.house_silent_hours_end
+```
+
+The `numeric_state` condition now accepts `input_number` helper entities for
+the `above` and `below` options.
+
+```yaml
+conditions:
+ - condition: numeric_state
+ entity_id: climate.living_room_thermostat
+ attribute: temperature
+ above: input_number.temperature_threshold_low
+ below: input_number.temperature_threshold_high
+```
+
+And finally, the `state` condition accepts any `input_*` helper entity in its
+`state` option.
+
+```yaml
+conditions:
+ - condition: state
+ entity_id: sensor.happy_birthday
+ state: input_text.too_you
+ - condition: state
+ entity_id: sensor.happy_birtday_song
+ state: input_select.notify_on_song
+ - condition: state
+ entity_id: light.living_room
+ state: input_boolean.expected_state
+```
+
+We are confident this will greatly improve the power and ease of the helper
+entities. The [conditions documentation][conditions] has been updated
+with more examples.
+
+Here is an idea: You can now easily create a set of helper entities
+representing your automation settings and adding those to a separate Lovelace
+dashboard. You now have your own automation configuration panel, helpful
+for tweaking things like times or adjust temperature thresholds, without
+touching your automations.
+
+[conditions]: /docs/scripts/conditions/
+
+### Shorthand notation for template conditions
+
+A neat little trick added this release: Allow for shorter, cleaner
+YAML code, if you use templates quite a bit: A shorthand notation for condition
+templates have been added.
+
+All places that accept conditions, now accept templates directly. Some examples:
+
+{% raw %}
+
+```yaml
+automations:
+ - alias: "My automation"
+ ...
+ condition: "{{ (state_attr('device_tracker.iphone', 'battery_level') | int) > 50 }}"
+ ...
+```
+
+{% endraw %}
+
+{% raw %}
+
+```yaml
+- choose:
+ - conditions: "{{ is_state('sensor.mode', 'on') and (state_attr('climate.room', 'temperature') | int) < 10 }}"
+ sequence:
+ - ...
+```
+
+{% endraw %}
+
+Or in a list of conditions:
+
+{% raw %}
+
+```yaml
+condition:
+ condition: or
+ conditions:
+ - "{{ is_state('device_tracker.iphone', 'away') }}"
+ - condition: numeric_state
+ entity_id: "sensor.temperature"
+ below: 20
+```
+
+{% endraw %}
+
+More examples can be found in the [conditions documentation][shorthand-conditions].
+
+[shorthand-conditions]: /docs/scripts/conditions/#template-condition-shorthand-notation
+
+### Use templates directly in `data` and `service` fields
+
+More WTH input! Those `data_template`, and `service_template` fields in service
+calls are so annoying! Why not accept templates in the normal `data` and `service`
+field?
+
+Good question! And even better suggestion. As of now, you can!
+
+{% raw %}
+
+```yaml
+action:
+ - service: "notify.{{ state('input_select.active_notify_platform)' }}"
+ data:
+ title: This is notification!
+ message: "The time is {{ now() }}"
+```
+
+{% endraw %}
+
+Don't worry, the old format still works as before, so this is not a breaking
+change. However, you can start removing those `data_template`'s by renaming to
+(or merging them with) `data`.
+
+The keys inside a data block, can be templates now too!
+
+{% raw %}
+
+```yaml
+service: kef_custom.set_mode
+ data:
+ "{{ attribute }}": "{{ now() }}"
+```
+
+{% endraw %}
+
+### Variables
+
+Another WTH item, "Why can't we have variables?!". This WTH is not fully solved,
+but a good start is made this release by adding support for variables to
+automation and scripts.
+
+Here is an example automation:
+
+{% raw %}
+
+```yaml
+automation:
+ trigger:
+ platform: sun
+ event: sunset
+ offset: -00:30
+ variables:
+ notification_service: notify.paulus_iphone
+ action:
+ - service: "{{ notification_service }}"
+ data:
+ message: Beautiful sunset!
+```
+
+{% endraw %}
+
+While the above example, it doesn't add that much value, it does shows how it
+works. Variables can be templates too! For example:
+
+{% raw %}
+
+```yaml
+variables:
+ person: frenck
+ notification_service: "notify.{{ person }}_iphone"
+```
+
+{% endraw %}
+
+Both scripts and automation actions support this syntax now. Additionally,
+we added a new action! The variables action. This unlocks the potential to
+change variables during the runtime of a script.
+
+{% raw %}
+
+```yaml
+variables:
+ notification_service: notify.paulus_iphone
+action:
+ - variables:
+ notification_service: notify.frenck_iphone
+ - service: "{{ notification_service }}"
+ data:
+ message: This message actually went to Frenck, not Paulus.
+```
+
+{% endraw %}
+
+For a more extensive example, check out the example written in [the blog
+article about Home Assistant Tags][tags].
+
+### Other scripts and automation changes
+
+But wait! There is more! 😂
+
+There was no way of knowing if a wait template was timed out or if it continued
+normally. Now, we do know this. After each wait template, a new variable is
+available: `wait`. It provides `wait.completed` (indicates if the template
+evaluated to true before the timeout expired) and `wait.remaning` (remaining time
+out).
+
+{% raw %}
+
+```yaml
+sequence:
+ - wait_template: "{{ is_state('binary_sensor.abc', 'on') }}"
+ timeout: 10
+ continue_on_timeout: true
+ - choose:
+ - conditions:
+ - condition: template
+ value_template: "{{ not wait.completed }}"
+ sequence:
+ # Handle timeout case
+```
+
+{% endraw %}
+
+The new script and automation run modes are amazing! But in some cases, they
+might be polluting your logs. For example, you have a automation in `single`
+mode, but it does get triggered multiples times sometimes and you are not
+interested in the log. You can now control that with the `max_exceeded` option.
+
+The example below silences the automation and it will not log when it gets
+triggered while it was already running:
+
+```yaml
+automation:
+ - trigger: ...
+ max_exceeded: silent
+ action: ...
+```
+
+## Calendar card
+
+Like promised, when we introduced the calendar panel, we now also added a
+Lovelace calendar card!
+
+This allows you to create as many calendars as you want with the entities you
+want.
+
+If you want multiple calendar panels, create a Lovelace dashboard with a
+panelmode view with a calendar card!
+
+
+
+
+Screenshot of the new calendar card.
+
+
+## Template developer tools
+
+The template developer tools are very useful for checking if the template you
+made works and does what you want it to do. But people had some annoyances with
+the tool; the editor is always filled with sample data, that can give a lot of
+response. It would be more useful to have your previously used template there.
+Yes, you guessed it, another WTH!
+
+The template would also not automatically re-render after the state of an entity
+is changed, causing you needing to change the template in order to re-render it.
+
+We addressed both these issues. We save your last-used template and will show
+that instead of the example when you visit the template developer tools.
+
+
+
+Templates you write in the developer tools, are now updating live!
+
+
+We will also listen for changes of the entities you used in your template and
+automatically re-render your template. As a bonus, we will show
+which entities Home Assistant detected you are using in your template.
+
+## Reload everything YAML
+
+WTH, do we still need to restart Home Assistant for applying YAML configuration?
+That was one of the WTH raised. It is being worked on!
+
+This release, [@bdraco] found a way to reload some of the internal integrations
+and boosted this capability to a lot of integrations. For those, you can just
+reload the YAML in the configuration server control page (you will need advanced mode).
+
+As of this release, besides the integrations that already could be reloaded,
+the following integration can now reload their YAML configuration without
+a restart of Home Assistant:
+
+- [Command Line][command_line docs]
+- [File Size][filesize docs]
+- [Filter][filter docs]
+- [Generic IP Camera][generic docs]
+- [Generic Thermostat][generic_thermostat docs]
+- [Groups][group docs]
+- [History Stats][history_stats docs]
+- [HomeKit][homekit docs]
+- [Min/Max][min_max docs]
+- [MQTT][mqtt docs]
+- [Ping][ping docs]
+- [RESTful][rest docs]
+- [Raspberry Pi GPIO][rpi_gpio docs]
+- [SMTP][smtp docs]
+- [Statistics][statistics docs]
+- [Telegram][telegram docs]
+- [Templates][template docs]
+- [Trend][trend docs]
+- [Universal Media Player][universal docs]
+
+You can also reload an integration that is setup with the UI! This can be useful
+when it lost its connection or is in an otherwise failed state. You can find
+the reload button in the overflow menu on the integration card.
+
+
+
+UI configured integration can now be reloaded as well!
+
+
+## User password change
+
+Another What the heck, that sounded so obvious: Being able to change a user's
+password as the owner of the system. Right?!
+
+You can now change every user's password from the UI when you are the owner of
+the system!
+
+
+
+As a owner, you can now change a password of a user.
+
+
+## Improved ways of exposing entities via Home Assistant Cloud
+
+This release brings an update to the way you can expose entities to Google
+Assistant and Amazon Alexa via Home Assistant Cloud.
+
+With the new panel, you can now set on a domain level if entities should be
+exposed/not exposed by default. You can still override this on a per-entity
+level for fine-grained control.
+
+The default expose rules have also been updated to expose entities that work
+best with voice assistants.
+
+
+
+## Add card by entities
+
+Are you a bit overwhelmed by all the different types of cards Lovelace has? You
+can now just select the entities you want to use for a card, and have Lovelace
+suggest a card for you.
+
+
+
+Select one or more entities to populate the card.
+
+
+
+
+A confirmation dialog is shown before adding the suggested card.
+
+
+In the add card dialog, we added a second tab with a list of all your entities.
+Select the entities you want to use and click continue. We will suggest a card
+for you and you can then fine-tune the configuration.
+
+## Order entities in Lovelace UI editor
+
+You can now sort the entities in Lovelace UI editors by just dragging them.
+No more clicking the up and down buttons over and over again, simply drag the
+item up or down.
+
+
+
+Drag and and drop the entities in the order you want.
+
+
+## Other noteworthy changes
+
+- The OpenZWave beta integration is coming along nicely. First signs of
+ some control panels in the UI are visible this release. You can see the status
+ and information of your network and nodes. There are also buttons to put your
+ Z-Wave network in inclusion and exclusion mode and to refresh a node.
+ Thanks [@cgarwood]!
+
+- The code editor in the UI is now theme-able, so make them look nice!
+
+- The stream component now supports audio! Amazing job [@uvjustin]!
+
+- Slack notification now supports change username/icon on the fly, which was
+ a great WTH suggestion! Thanks for adding that [@bachya].
+
+- The [Met.no](/integrations/met) now supports hourly forecasts, very nice [@bruxy70]!
+
+- The MDI icons are updated to version [5.5.55](https://dev.materialdesignicons.com/changelog#version-5.5.55),
+ this adds another 100 icons you can use!
+
+- The Google Assistant integration got some updates:
+
+ - [@elupus] added support for asking for the previous or next input source.
+ - Basic support for controlling light effect has been added by [@mjg59].
+ - [@blueshiftlabs] added capabilities to control media player muting and
+ relative-volume controls.
+
+- The Netatmo integration was re-engineered, which reduced the number of API
+ calls and added webhook events to improve overall responsiveness. It now
+ supports controlling the outdoor camera floodlight and got services to set
+ the occupants' home/away status and the outdoor camera mode.
+
+- We no longer automatically alphabetically sort the keys in YAML files written
+ by the UI, as a result from a WTH request. Much better!
+
+## New Integrations
+
+A lot new integrations added this release:
+
+- [Emulated Kasa][emulated_kasa docs], added by [@kbickar]
+- [Flo by Moen][flo docs], added by [@dmulcahey]
+- [Image][image docs], added by [@balloob]
+- [Media Source][media_source docs], added by [@balloob]
+- [Nightscout][nightscout docs], added by [@marciogranzotto]
+- [ProgettiHWSW][progettihwsw docs], added by [@ArdaSeremet]
+- [Risco Alarm][risco docs], added by [@OnFreund]
+- [RoonLabs Media Player][roon docs], added by [@pavoni]
+- [Shark IQ][sharkiq docs], added by [@ajmarks]
+- [Shelly][shelly docs], added by [@balloob]
+- [Smart Meter Texas][smart_meter_texas docs], added by [@grahamwetzler]
+- [Tag][tag docs], added by [@dmulcahey]
+- [UK Environment Agency Flood Monitoring][eafm docs], added by [@Jc2k]
+- [WiLight][wilight docs], added by [@leofig-rj]
+
+## New Platforms
+
+The following integration got support for a new platform:
+
+- [Agent DVR][agent_dvr docs] now supports the Alarm Control Panel, added by [@ispysoftware]
+- [devolo Home Control][devolo_home_control docs] now support blinds and thermostats, added by [@2Fake]
+- [Fibaro][fibaro docs] added basic lock support, added by [@pbalogh77]
+- [KNX][knx docs] now supports the use of a dedicated weather station, added by [@marvin-w]
+- [VeSync][vesync docs] added support for fans, added by [@TheGardenMonkey]
+
+## Integrations now available to set up from the UI
+
+The following integrations are now available via the Home Assistant UI:
+
+- [Broadlink][broadlink docs], done by [@felipediel]
+- [Insteon][insteon docs], done by [@teharris1]
+- [Kodi][kodi docs], done by [@OnFreund]
+- [OpenWeatherMap][openweathermap docs], done by [@freekode]
+- [Yeelight][yeelight docs], done by [@shenxn]
+
+## If you need help...
+
+...don't hesitate to use our very active [forums](https://community.home-assistant.io/) or join us for a little [chat](https://discord.gg/c5DvZ4e).
+
+Experiencing issues introduced by this release? Please report them in our [issue tracker](https://github.com/home-assistant/core/issues). Make sure to fill in all fields of the issue template.
+
+
+
+## Breaking Changes
+
+Below is a listing of the breaking change for this release, per subject or
+integration. Click on one of those to read more about the breaking change
+for that specific item.
+
+
+ Automations
+
+
+Previously an automation's `last_triggered` attribute was updated, and an
+`automation_triggered` event was fired, whenever a trigger fired and the
+conditions (if any) were true, regardless if the actions actually ran.
+
+For example, in `single` mode, the actions won't run if they are still running
+from a previous trigger event.
+
+Now the attribute will be updated, and the event fired, only if the actions
+actually run.
+
+([@pnbruckner] - [#39323]) ([automation docs])
+
+
+
+
+
+ Axis
+
+
+Initial naming of events from VMD4 and Fence guard are now based on their
+configured name on the device; `binary_sensor.m1065-lw_0_vmd4_camera1profile1`
+is now `binary_sensor.m1065-lw_0_vmd4_profile_1` or `profile_1` can be whatever
+the user chose to name the profile.
+
+([@Kane610] - [#39699]) ([axis docs])
+
+
+
+
+
+ Broadlink
+
+
+**1. Devices are now configured via configuration flow**
+
+To set up a Broadlink device, click _Configuration_ in the sidebar and click
+_Integrations_.
+
+The devices will be imported from your configuration files to that page. If you see
+your device there, click _Configure_. If not, click the `+` icon in the lower
+right, click _Broadlink_, enter the host and follow the instructions to
+complete the setup.
+
+The name you choose will serve as a template for the entities. You can change
+the entity name and id in the entity settings on the frontend. You may need to
+change some names or ids to make everything look the same as it was before this
+update.
+
+**2. Discontinue `broadlink.learn` and `broadlink.send` services**
+
+`remote.learn_command` and `remote.send_command` are now registered
+automatically. Now you can use `remote.send_command` to send base64 codes.
+
+Instead of `broadlink.learn`:
+
+```yaml
+script:
+ learn_tv_power:
+ sequence:
+ - service: broadlink.learn
+ data:
+ host: 192.168.0.107
+```
+
+Use the `remote.learn_command`:
+
+```yaml
+script:
+ learn_tv_power:
+ sequence:
+ - service: remote.learn_command
+ data:
+ entity_id: remote.bedroom
+ device: tv
+ command: power
+```
+
+Instead of `broadlink.send`:
+
+```yaml
+script:
+ send_tv_power:
+ sequence:
+ - service: broadlink.send
+ data:
+ host: 192.168.0.107
+ packet: JgAcAB0dHB44HhweGx4cHR06HB0cHhwdHB8bHhwADQUAAAAAAAAAAAAAAAA=
+```
+
+Use the `remote.send_command` by replacing `host` by `entity_id` of the remote entity, replace `packet` by `command` with data prefixed with `b64:`:
+
+```yaml
+script:
+ send_tv_power:
+ sequence:
+ - service: remote.send_command
+ data:
+ entity_id: remote.bedroom
+ command: b64:JgAcAB0dHB44HhweGx4cHR06HB0cHhwdHB8bHhwADQUAAAAAAAAAAAAAAAA=
+```
+
+If you have learned the commands, you can refer to them by name instead of the raw codes.:
+
+```yaml
+script:
+ send_tv_power:
+ sequence:
+ - service: remote.send_command
+ data:
+ entity_id: remote.bedroom
+ device: tv
+ command: power
+```
+
+**3. Discontinue all platforms, except switch**
+
+Entities are now registered automatically. The only exception is the switch
+platform, which continues to exist for RM switches. The config schema haschanged
+. The host and type are no longer required and the name serves as a template
+for the entity ID.
+
+Instead of:
+
+```yaml
+switch:
+ - platform: broadlink
+ host: 192.168.0.107
+ mac: 34:ea:34:b4:5d:2c
+ type: rm_mini3_redbean
+ switches:
+ sony_tv:
+ friendly_name: Sony TV
+ command_on: JgAcAB0dHB44HhweGx4cHR06HB0cHhwdHB8bHhwADQUAAAAAAAAAAAAAAAA=
+ command_off: JgAaABweOR4bHhwdHB4dHRw6HhsdHR0dOTocAA0FAAAAAAAAAAAAAAAAAAA=
+ lg_tv:
+ friendly_name: LG TV
+ command_on: JgAcAB0dHB44HhweGx4cHR06HB0cHhwdHB8bHhwADQUAAAAAAAAAAAAAAAA=
+ command_off: JgAaABweOR4bHhwdHB4dHRw6HhsdHR0dOTocAA0FAAAAAAAAAAAAAAAAAAA=
+```
+
+Use this:
+
+```yaml
+switch:
+ - platform: broadlink
+ mac: 34:ea:34:b4:5d:2c
+ switches:
+ - name: Sony TV
+ command_on: JgAcAB0dHB44HhweGx4cHR06HB0cHhwdHB8bHhwADQUAAAAAAAAAAAAAAAA=
+ command_off: JgAaABweOR4bHhwdHB4dHRw6HhsdHR0dOTocAA0FAAAAAAAAAAAAAAAAAAA=
+ - name: LG TV
+ command_on: JgAcAB0dHB44HhweGx4cHR06HB0cHhwdHB8bHhwADQUAAAAAAAAAAAAAAAA=
+ command_off: JgAaABweOR4bHhwdHB4dHRw6HhsdHR0dOTocAA0FAAAAAAAAAAAAAAAAAAA=
+```
+
+The above example creates `switch.sony_tv` and `switch.lg_tv` to be controlled
+using the device with the MAC address 34:ea:34:b4:5d:2c. This device needs to
+be configured first via configuration flow.
+
+When you finish configuring the devices you can delete all your Broadlink
+configuration files except the RM switches. These switches are the only
+platform that still exists in YAML. They won't be imported. If you delete the
+file, they are gone.
+
+([@felipediel] - [#36914]) ([broadlink docs])
+
+
+
+
+
+
+ Brother Printer
+
+
+The uptime sensor state format and unit have been changed. If you rely on those
+you might need to adjust your configuration.
+
+([@bieniu] - [#39226]) ([brother docs])
+
+
+
+
+
+ CPU Speed
+
+
+The naming of the attributes was updated to be aligned with the current used
+standards.
+
+- `Brand` -> `brand`
+- `GHz Advertised` -> `ghz_advertised`
+
+([@fabaff] - [#39155]) ([cpuspeed docs])
+
+
+
+
+
+ Deutsche Wetter Dienst (DWD) Weather Warnings
+
+
+If you use entity state attributes of this integration in automations or scripts
+need to adjust these to handle the changes.
+
+- The `region_state` attribute has been removed, cause it is no longer available
+ on the new API.
+- All timestamps in the state attributes are now UTC and not local time anymore.
+
+([@stephan192] - [#34820]) ([dwd_weather_warnings docs])
+
+
+
+
+
+ Emulated Hue
+
+
+By default, all lights and devices that do not support brightness adjustment are
+exported as On/Off lights without a brightness property. When upgrading from
+earlier versions of Home Assistant (0.112 and earlier), some devices may now be
+reported by Alexa as non-responsive.
+
+Alternatively, you can set the `lights_all_dimmable` configuration option to
+continue reporting these devices as if they have a brightness setting.
+
+**How to fix it once and for all**:
+
+You need to have Alexa rediscover all devices and then remove the now
+non-responding duplicates using the Alexa phone App. This can take quite a while
+if you have lots of devices.
+
+An alternative would be to log in to the Alexa web site and remove all the lights
+instead and then re-discover them all.
+
+To do so go to , or if not
+logged in: then select "Smart Home" -> "Devices" and
+select "Remove All".
+
+If you have multiple Echo devices on your network, it is possible that the
+entries would continue to show as duplicates. This is due to an individual Echo
+device caching the old list and re-using it.
+
+The only known solution for this is to remove your echo devices from your Amazon
+account, delete all the lights previously discovered by Alexa and then re-run
+discovery.
+
+This is a one-off requirement, unfortunately there's no other way to easily
+transition from the previously incorrect values reported by the Emulated Hue.
+
+([@jyavenard] - [#39539]) ([emulated_hue docs])
+
+
+
+
+
+ Ezviz
+
+
+The Ezviz integration has been temporarily disabled, as it has a dependency
+that contains code that breaks Home Assistant.
+
+([@balloob] - [#38444]) ([ezviz docs])
+
+
+
+
+
+ Frontend
+
+
+The previous deprecated frontend configuration options `frontend_extra_html_url`
+and `frontend_extra_html_url` are now removed.
+
+([@balloob] - [#39799]) ([frontend docs])
+
+
+
+
+
+ HDMI-CEC
+
+
+The HDMI-CEC integration has been temporarily disabled, as it has a dependency
+that contains code that breaks Home Assistant.
+
+([@balloob] - [#37707])
+
+
+
+
+
+ Home Assistant Cloud for older Android devices
+
+
+Home Assistant Cloud uses Let's Encrypt to provide SSL certificates for your
+instance. Let's Encrypt is changing the way they sign their certificates at
+the end of the month which breaks support for older Android devices
+(older than Android 7.1).
+
+This release includes an update to make the certificates used by Home Assistant
+Cloud backward compatible. This relies on a feature that Let's Encrypt
+provides, which will expire in September 2021.
+
+If you use an older Android device and cannot upgrade to Home Assistant 0.115
+or want to use it past September 2021, install the Firefox browser. It includes
+modern certificates and is able to support the new Let's Encrypt certificates.
+
+
+
+
+
+ HTTP: Using reverse proxies
+
+
+The processing of data received from reverse proxies is now more strictly
+handled. Invalid or malformed `X-Forwarded-For` headers will now result in an
+HTTP 400 error (Bad Request).
+
+Support for `X-Forwarded-Proto` and `X-Forwarded-Host` has been added.
+
+Additionally, Home Assistant will now log cases of a reverse proxy being used,
+but not configured with Home Assistant. Make sure, you set the
+`use_x_forwarded_for` and `trusted_proxies` in your Home Assistant HTTP
+configuration correctly to avoid warnings.
+
+([@frenck] - [#38696]) ([http docs])
+
+
+
+
+
+ Instituto Português do Mar e Atmosfera (IPMA)
+
+
+The `precipitation` attribute has been renamed to `precipitation_probability`.
+
+([@dgomes] - [#38697]) ([ipma docs])
+
+
+
+
+
+ KNX
+
+
+The KNX integration has been completely refactored to no longer rely on
+dedicated platform configuration but instead use the integration domain key
+as the base configuration.
+
+Let's say you've previously used the following configuration:
+
+```yaml
+knx:
+ tunneling:
+ host: "192.168.0.1"
+switch:
+ - platform: knx
+ name: Switch
+ address: "2/0/1"
+ state_address: "2/0/2"
+```
+
+You'll need to migrate it as follows:
+
+```yaml
+knx:
+ tunneling:
+ host: "192.168.0.1"
+ switch:
+ - name: Switch
+ address: "2/0/1"
+ state_address: "2/0/2"
+```
+
+([@marvin-w] - [#39219]) ([knx docs])
+
+
+
+
+
+ Kodi
+
+
+Kodi Media Player configuration is now available through the UI, including
+discovery. If you have Kodi configured in YAML, it is advised to remove that
+and use discovery or a manual configuration through the UI.
+
+Existing YAML entries will be imported, but:
+
+1. Your turn on/off actions will not be ported. This functionality is now
+ available through device triggers.
+2. You may have duplicate entities.
+3. Kodi must be on when Home Assistant is loading for the first time in order for the configuration to be imported.
+
+([@OnFreund] - [#38551]) ([kodi docs])
+
+
+
+
+
+ Lovelace for generated (auto) mode
+
+
+Entities that are generated from mobile apps with the `mobile_app` integration
+is now hidden in the generated Lovelace view. If you want to continue to display
+those you need to take control over your view with the 3 dots in the top right
+corner of the Lovelace screen.
+
+([@ludeeus] - [#6873]) ([lovelace docs])
+
+
+
+
+
+ MDI Icons
+
+
+The MDI icons are updated to version [5.5.55](https://dev.materialdesignicons.com/changelog#version-5.5.55),
+this adds another 100 icons you can use!
+
+In 5.5.55 there was 1 breaking change, if you used the icon `mdi:scooter` this
+has been renamed to `mdi:human-scooter` and you need to adjust your
+configuration.
+
+All icons that were deprecated in [0.113.0](/blog/2020/07/22/release-113/#mdi-icons-updated)
+have now been removed. Icons that were renamed or deleted in
+version [5.0.45](https://dev.materialdesignicons.com/upgrade#4.9.95-to-5.0.45)
+will no longer work.
+
+
+
+
+
+ Météo-France
+
+
+The attributes of `next_rain` has been reworked. In the previous version it was
+a list of objects with changing keys (every 5 minutes) corresponding to a
+UTC timestamp. This design was difficult to use in templates and automation.
+
+The new design will add a dedicated string attribute to have the reference
+timestamp of the forecast (`forecast_time_ref`) and a dict attribute with fixed
+keys to access the rain forecast within the hour (`1_hour_forecast`).
+
+Example of the new attributes:
+
+```yaml
+forecast_time_ref: "2020-08-20T19:25:00+00:00"
+1_hour_forecast:
+ 0 min: Temps sec
+ 5 min: Temps sec
+ 10 min: Temps sec
+ 15 min: Temps sec
+ 20 min: Temps sec
+ 25 min: Pluie faible
+ 35 min: Pluie faible
+ 45 min: Pluie modérée
+ 55 min: Pluie modérée
+```
+
+([@oncleben31] - [#39092]) ([meteo_france docs])
+
+
+
+
+
+ Meteorologisk institutt (Met.no)
+
+
+While updating the integration, and its underlying libraries, to use the newer
+API endpoint, some of the calculations and forecast aggregations were tweaked a
+bit:
+
+- Use hourly forecast for current weather, not daily.
+- Ensure compared datetime objects are compared in the same time zone.
+- Use highest resolution data from full 24 hours to calculate daily forecast
+ min/max/sum values.
+
+None of these changes are expected to break your setup, though the data
+presented might look a little different due to the above.
+
+In addition, all time stamps are now given in UTC. Automations that depend on
+the `datetime` key under the state attribute `forecast` needs to be checked and
+updated accordingly.
+
+([@thimic] - [#39493]) ([met docs])
+
+
+
+
+
+ Netatmo
+
+
+The sensor for wind and gust angle is split up into two entities so that it now
+returns the direction (e.g., `NE`) and the actual value (e.g., `178°`) rather
+than a string containing both (e.g., `NE (123°)`).
+
+([@cgtobi] - [#38627]) ([netatmo docs])
+
+
+
+
+
+ NZBGet
+
+
+NZBGet is now available via the Integrations UI. This also means it's no longer
+configured in YAML. Existing configurations are automatically transitioned to
+configuration via UI, so after upgrade your existing YAML entry can be safely
+removed.
+
+YAML support will be fully removed in Home Assistant 0.117.0.
+
+The NZGGet uptime sensor is now a timestamp sensor so its state value has
+changed from number of minutes since startup to a timestamp indicating the
+start time of the application.
+
+([@ctalkington] - [#38938] [#39425]) ([nzbget docs])
+
+
+
+
+
+ OAuth2 authentication and redirects
+
+
+Integrations using OAuth2 authentication now use the current request URL from
+the browser as the redirect target, instead of the internal URL setting.
+
+This matches the experience one would expect to happen and removes the need
+to fiddle around with the internal URL setting.
+
+However, this might require you to update application settings when
+re-authenticating with existing services.
+
+([@frenck] - [#38692])
+
+
+
+
+
+ Open Hardware Monitor
+
+
+In some locales numbers with decimals uses "," instead of "." and this causes
+an issue when trying to use InfluxDB for example. This has been adjusted.
+
+([@fillefilip8] - [#39030]) ([openhardwaremonitor docs])
+
+
+
+
+
+ OpenUV
+
+
+Support for configuring this integration has been fully removed.
+If you have existing OpenUV configuration in your YAML configuration files,
+you can safely remove that configuration.
+
+([@bachya] - [#38857]) ([openuv docs])
+
+
+
+
+
+ OpenWeatherMap
+
+
+The OpenWeatherMap integration can now be configured via the UI. After upgrading,
+your existing configuration will be imported automatically and you can safely
+remove existing YAML configuration for this integration.
+
+([@freekode] - [#34659]) ([openweathermap docs])
+
+
+
+
+
+ RFLink
+
+
+The integration has been adjusted and modified the `entity_id` generation for
+Rflink toggle type lights. There is a small possibility an entity ID has
+changed because of this.
+
+([@javicalle] - [#37992]) ([rflink docs])
+
+
+
+
+
+ Roku
+
+
+The Roku state now better aligns with media playback.
+
+Previously, if an app was open, the state would be "playing" even if you were
+just browsing the app interface. This has been adjusted to be represented as
+"on". When Roku reports media playback in progress, the state "playing" will
+be used.
+
+This improves compatibility with exposing entities to Alexa, Google Assistant,
+and HomeKit.
+
+([@ctalkington] - [#39540]) ([roku docs])
+
+
+
+
+
+ Sentry
+
+
+The YAML configuration for Sentry is now deprecated and no longer works. If you
+had Sentry configured via YAML previously, you can safely remove the YAML
+configuration (without the need to reconfigure) as it has been imported into
+the UI before.
+
+The release is now formatted with only the version number of Home Assistant
+Core, for example, `0.115.0`. Previously, this was prefixed with
+`homeassistant-`, for example, `homeassistant-0.115.0`.
+This prefix is now removed.
+
+([@frenck] - [#38833]) ([sentry docs])
+
+
+
+
+
+ Squeezebox
+
+
+The Squeezebox integration previously always gave only the current track as
+the `media_content_id` and gave the `media_content_type` as `music`.
+
+This leads to unexpected behavior when saving and loading scenes, because only
+the current track is saved and loaded.
+
+The `media_content_id` for the `squeezebox` integration may be either a single
+URL or a list of them. If a single URL, `media_content_type` is `music`.
+If a playlist, `media_content_type` is a `playlist`. If you are using
+automations that use `media_content_id`, you should check if the
+`media_content_type` is `music` or `playlist`.
+
+([@rajlaud] - [#38214]) ([squeezebox docs])
+
+
+
+
+
+ Templates
+
+
+It is no longer necessary to provide a list of entities to monitor for each
+template platform as automatic analysis can now find all entities that affect
+the state in the template without manual setup.
+
+This means you can now remove the `entity_id` option from your templates,
+as it is now deprecated.
+
+The template is now re-evaluated whenever an entity that can affect the
+template state changes. New entities that can affect the template state are
+automatically discovered each time the template is rendered. This change solves
+a performance issue where the template would be re-rendered unnecessarily.
+
+Please review the [`Working without entities`][working-without-entities] section
+on the [`Binary Sensor Template`][working-without-entities] documentation for
+alternative ways to force template entities to re-evaluate. This includes
+templates that rely on the use of `now()`.
+
+If this change means you need to make adjustments, we have made it easier by
+making template entities reloadable in the `YAML configuration reloading`
+section under `Configure Home Assistant` -> `Server Controls`.
+
+([@bdraco] - [#39382]) ([template docs])
+
+[working-without-entities]: /integrations/binary_sensor.template/#working-without-entities
+
+
+
+
+
+ Themes
+
+
+The code editor is now themeable, you can set the background color and the color
+for the different code blocks. The default background color now is
+`card-background-color`. For some themes this may conflict with the default code
+colors. To get the old behavior back add `code-editor-background-color: white`
+to your theme.
+
+
+
+
+
+ Time Pattern Trigger
+
+
+The `time_pattern` trigger will now reject invalid expressions that were
+previously accepted (but did not work as expected).
+
+For example the `minutes: /60` would have been accepted previously, but
+could never trigger.
+
+([@amelchio] - [#38982]) ([automation docs])
+
+
+
+
+
+ Timer
+
+
+This will remove the `remaining` attribute from the timer unless the timer is
+paused. Any workarounds that do exist to use the `remaining` attribute to
+determine when the timer finishes have to switch to use the `finishes_at`
+attribute.
+
+([@IcyPalm] - [#37519]) ([timer docs])
+
+Timers with a duration longer than a day would format as "1 day, 1:00:00" and
+that is difficult to use in templates or for the frontend to render.
+Now it will render as "25:00:00".
+
+([@bramkragten] - [#38292]) ([timer docs])
+
+
+
+
+
+ Yandex Transport
+
+
+The integration now accepts a full stop ID in text notation:
+`'stop__1234'` or `'group_345'` or `'6789'`
+
+You'll have to update `stop_id: 1234567` in your existing configuration to
+`stop_id: stop__1234567` as it is used in Yandex maps API.
+
+([@devbis] - [#39021]) ([yandex_transport docs])
+
+
+
+
+
+ Yeelight
+
+
+The Yeelight integration now uses custom SSDP-like discovery instead of the
+mDNS discovery, since mDNS discovery is removed in new firmwares.
+
+After this change, there will be no longer automatic configuration based on
+discovery. Users currently using that should set up all devices through UI.
+
+([@shenxn] - [#37191]) ([yeelight docs])
+
+
+
+
+## Farewell to the following
+
+- The **Prezzi Benzina** integration has been removed.
+ It was using webscraping to gather its data, which is no longer allowed.
+ ([@eliseomartelli] - [#38736])
+- The **yr** integration has been removed after a request from yr.no. Use
+ the Met.no integration instead
+ ([@Danielhiversen] - [#39247])
+
+## Release 0.115.1 - September 18
+
+- Log template listeners when debug logging is on ([@bdraco] - [#40180])
+- Upgrade pyvlx to 0.2.17 ([@Julius2342] - [#40182]) ([velux docs])
+- Fix Vizio async_unload_entry bug ([@raman325] - [#40210]) ([vizio docs])
+- Fix Nextcloud sensors becoming unavailable ([@meichthys] - [#40212]) ([nextcloud docs])
+- Disable async on Apprise ([@caronc] - [#40213]) ([apprise docs])
+- Fix RM mini 3 update manager ([@felipediel] - [#40215]) ([broadlink docs])
+- Fix kodi.call_method ([@OnFreund] - [#40236]) ([kodi docs])
+- Handle systems without groups ([@OnFreund] - [#40238]) ([risco docs])
+- Fix coolmaster.info ([@OnFreund] - [#40240]) ([coolmaster docs])
+
+[#40180]: https://github.com/home-assistant/core/pull/40180
+[#40182]: https://github.com/home-assistant/core/pull/40182
+[#40210]: https://github.com/home-assistant/core/pull/40210
+[#40212]: https://github.com/home-assistant/core/pull/40212
+[#40213]: https://github.com/home-assistant/core/pull/40213
+[#40215]: https://github.com/home-assistant/core/pull/40215
+[#40236]: https://github.com/home-assistant/core/pull/40236
+[#40238]: https://github.com/home-assistant/core/pull/40238
+[#40240]: https://github.com/home-assistant/core/pull/40240
+[@Julius2342]: https://github.com/Julius2342
+[@OnFreund]: https://github.com/OnFreund
+[@bdraco]: https://github.com/bdraco
+[@caronc]: https://github.com/caronc
+[@felipediel]: https://github.com/felipediel
+[@meichthys]: https://github.com/meichthys
+[@raman325]: https://github.com/raman325
+[apprise docs]: /integrations/apprise/
+[broadlink docs]: /integrations/broadlink/
+[coolmaster docs]: /integrations/coolmaster/
+[kodi docs]: /integrations/kodi/
+[nextcloud docs]: /integrations/nextcloud/
+[risco docs]: /integrations/risco/
+[velux docs]: /integrations/velux/
+[vizio docs]: /integrations/vizio/
+
+## All changes
+
+
+ Click to see all changes!
+
+- Handle non-existing translations in clean script ([@balloob] - [#38574])
+- Bump androidtv to 0.0.48 and pure-python-adb to 0.3.0.dev0 ([@JeffLIrion] - [#38578]) ([androidtv docs])
+- Add support for Philips Hue Smart Button ([@clarkd] - [#38555]) ([deconz docs]) ([hue docs])
+- Add devolo blinds devices ([@2Fake] - [#36597]) ([devolo_home_control docs]) (new-platform)
+- Support Next/Previous for InputSelector ([@elupus] - [#38378]) ([google_assistant docs])
+- Add node firmware to ozw device registry ([@DelusionalAI] - [#38330]) ([ozw docs])
+- Change http to auto for cast media image url ([@KTibow] - [#38242]) ([cast docs])
+- Remove wrong update per core design on ZHA ([@pvizeli] - [#38599]) ([zha docs])
+- Add events to Dynalite platform ([@ziv1234] - [#38583]) ([dynalite docs])
+- Add vizio service to update a device setting ([@raman325] - [#36739]) ([vizio docs])
+- Do not report google states if nothing to report ([@balloob] - [#38608]) ([google_assistant docs])
+- Switch Netatmo integration to dispatcher for internal communication ([@cgtobi] - [#38590]) ([netatmo docs])
+- Bump version to 0.115.0dev0 ([@frenck] - [#38606])
+- Remove unused async_setup_platform from HLK-SW16 switch ([@jameshilliard] - [#38648]) ([hlk_sw16 docs])
+- Automatically switch mpd between resume and start playing on media_play ([@Vaarlion] - [#37854]) ([mpd docs])
+- Raise error when unsupported (old) Bond firmware is detected ([@prystupa] - [#38650]) ([bond docs])
+- Standardize Vizio update service schema ([@raman325] - [#38636]) ([vizio docs])
+- Update Tesla to use DataUpdateCoordinator ([@alandtse] - [#38306]) ([tesla docs])
+- Bump teslajsonpy to 0.10.4 ([@alandtse] - [#38652]) ([tesla docs])
+- Bump pyupgrade to v2.7.2 ([@basnijholt] - [#38629])
+- Bump yamllint to v1.24.2 ([@basnijholt] - [#38633])
+- Bump codespell from v1.16.0 to v1.17.1 and fix new spelling errors ([@basnijholt] - [#38663])
+- Bump pre-commit-hooks from v2.40 to v3.2.0 ([@basnijholt] - [#38664])
+- Bump env_canada to 0.2.0 ([@michaeldavie] - [#37467]) ([environment_canada docs])
+- Add support for reload_on_update to _abort_if_unique_id_configured ([@bdraco] - [#38638])
+- Add device classes for electrical measurement ([@fabiocastagnino] - [#36800]) ([sensor docs])
+- Add support for exposing light effects via Google Assistant ([@mjg59] - [#38575]) ([google_assistant docs])
+- Support extracting entities by domain from templates ([@bdraco] - [#38647])
+- Improve performance of fetching the state domain ([@bdraco] - [#38653])
+- Support muting and relative-volume media_players in Google Assistant ([@blueshiftlabs] - [#38651]) ([google_assistant docs])
+- Add current request context to get_url helper ([@frenck] - [#38602]) ([http docs])
+- Address requested code changes in Tesla ([@alandtse] - [#38680]) ([tesla docs])
+- Improve tests for AccuWeather integration ([@bieniu] - [#38621]) ([accuweather docs])
+- Bump version of aiopvpc to v2.0.2 ([@azogue] - [#38691]) ([pvpc_hourly_pricing docs])
+- Fix Kodi play_media media type casing ([@imduffy15] - [#38665]) ([kodi docs])
+- Add missing Short type to set_config_param ([@firstof9] - [#38618]) ([ozw docs])
+- Make CoolMasterNet integration async ([@OnFreund] - [#38643]) ([coolmaster docs])
+- Add Nightscout integration ([@marciogranzotto] - [#38615]) ([nightscout docs]) (new-integration)
+- Add DataUpdateCoordinator to met integration ([@bruxy70] - [#38405]) ([met docs])
+- Use global CONF_UNIQUE_ID for hue ([@michaelarnauts] - [#38596]) ([hue docs])
+- Use global CONF_UNIQUE_ID for deconz ([@michaelarnauts] - [#38597]) ([deconz docs])
+- Persist hive light brightness for color change ([@alxwrd] - [#38677]) ([hive docs])
+- Add support for boost and eco modes to Daikin climate ([@viiru-] - [#37282]) ([daikin docs])
+- Use global CONF_UNIQUE_ID for mqtt ([@michaelarnauts] - [#38595]) ([mqtt docs])
+- Add SolarEdge battery level and dynamic icon for storage sensor ([@mhaack] - [#37826]) ([solaredge docs])
+- add event and device action for when devices drop ([@dmulcahey] - [#38701]) ([zha docs])
+- Fix homekit_controller pairing retry when the first attempt is busy ([@bdraco] - [#38605]) ([homekit_controller docs])
+- Implement local discovery of Smappee legacy devices ([@bsmappee] - [#37812]) ([smappee docs])
+- Add support for Flo by Moen water shutoff devices ([@dmulcahey] - [#38171]) ([flo docs]) (new-integration)
+- Add water level sensors provided by UK Environment Agency ([@Jc2k] - [#31954]) ([eafm docs]) (new-integration)
+- Bump devolo-home-control-api to 0.13.0 ([@2Fake] - [#38718]) ([devolo_home_control docs])
+- Add Dynalite current preset service ([@ziv1234] - [#38689]) ([dynalite docs])
+- Add current device class to WLED current sensor ([@frenck] - [#38687]) ([wled docs])
+- Ignore requirements for env_canada ([@frenck] - [#38731])
+- Add URL as common string ([@ctalkington] - [#38694])
+- Add hourly forecast to met.no ([@bruxy70] - [#38700]) ([met docs])
+- Update IPMA weather component ([@dgomes] - [#38697]) ([ipma docs]) (breaking-change)
+- Remove prezzibenzina integration (ADR-0004) ([@eliseomartelli] - [#38736]) (breaking-change)
+- Add Ecobee services ([@hudcap] - [#38749]) ([ecobee docs])
+- [RFC] Add Tag integration ([@dmulcahey] - [#38727]) ([default_config docs]) ([tag docs]) (new-integration)
+- Update Flo config flow and associated tests ([@dmulcahey] - [#38722]) ([flo docs])
+- Mobile App integration to use tag integration ([@balloob] - [#38757]) ([mobile_app docs])
+- Bump Rachiopy version to 0.1.4 ([@brg468] - [#38761]) ([rachio docs])
+- Move DwdWeatherWarningsAPI to a library hosted on PyPI ([@stephan192] - [#34820]) ([dwd_weather_warnings docs]) (breaking-change)
+- Speed up OZW availability check ([@balloob] - [#38758]) ([ozw docs])
+- Add Dynalite service to request the channel level ([@ziv1234] - [#38735]) ([dynalite docs])
+- Add power sensor for Aqara Wall Plug ([@VDigitall] - [#38672]) ([xiaomi_aqara docs])
+- Add energy device class to Toon sensors ([@frenck] - [#38686]) ([toon docs])
+- Time trigger can also accept an input_datetime Entity ID ([@pnbruckner] - [#38698]) ([automation docs])
+- Enable PAHO MQTT client logging ([@emontnemery] - [#38767]) ([mqtt docs])
+- Improve X-Forwarded-* request headers handling ([@frenck] - [#38696]) ([http docs]) (breaking-change)
+- Adapt the ONVIF Renewal termination_time for Amcrest cameras ([@esev] - [#37750]) ([onvif docs])
+- Revert "Add energy device class to Toon sensors" ([@frenck] - [#38768]) ([toon docs])
+- Add H.265 support to stream component ([@uvjustin] - [#38125]) ([stream docs])
+- Stream clients operate on a copy of the intnernal self._outputs dict ([@esev] - [#38766]) ([stream docs])
+- Allow ONVIF devices to resume a PullPoint subscription when the camera reboots ([@esev] - [#37711]) ([onvif docs])
+- Cleanup Netatmo code ([@cgtobi] - [#38772]) ([netatmo docs])
+- Add config flow to insteon component ([@teharris1] - [#36467]) ([insteon docs])
+- Bump androidtv to 0.0.49 ([@JeffLIrion] - [#38778]) ([androidtv docs])
+- Bump actions/setup-python from v2.1.1 to v2.1.2 (@dependabot - [#38780])
+- Bump actions/upload-artifact from v2.1.3 to v2.1.4 (@dependabot - [#38779])
+- Remove Netatmo HomeKit discovery method ([@cgtobi] - [#38770]) ([netatmo docs])
+- Add roon media player integration ([@pavoni] - [#37553]) ([roon docs]) (new-integration)
+- Unsubscribe ozw listeners ([@MartinHjelmare] - [#38787]) ([ozw docs])
+- Add dynalite level preset ([@ziv1234] - [#37533]) ([dynalite docs])
+- Addressing feedback from #37711 ([@esev] - [#38781]) ([onvif docs])
+- Use the shared zeroconf instance when attempting to create another Zeroconf instance ([@bdraco] - [#38744]) ([zeroconf docs])
+- Simplify vizio unique ID check since only IP and device class are needed ([@raman325] - [#37692]) ([vizio docs])
+- Update script helper constructor parameters ([@pnbruckner] - [#38763])
+- Add async_track_state_added_domain for tracking when states are added to a domain ([@bdraco] - [#38776])
+- Create variable with result of wait_template and accept template for timeout option ([@pnbruckner] - [#38634]) ([automation docs]) ([generic_thermostat docs]) ([ness_alarm docs]) ([speedtestdotnet docs]) ([template docs]) ([toon docs]) ([xiaomi_miio docs])
+- Add refresh_node_info command to OZW websocket api ([@cgarwood] - [#38573]) ([ozw docs])
+- async_get_instance was not reentrant during await ([@elupus] - [#38263])
+- Helpers type hint improvements ([@scop] - [#38522])
+- update to use latest konnected py module ([@kit-klein] - [#38803]) ([konnected docs])
+- Update pyipp to 0.11.0 ([@ctalkington] - [#38820]) ([ipp docs])
+- Update rokuecp to 0.6.0 ([@ctalkington] - [#38819]) ([roku docs])
+- Add Agent DVR Alarm Control Panel ([@ispysoftware] - [#36468]) ([agent_dvr docs]) (new-platform)
+- Cleanup Netatmo sensors ([@cgtobi] - [#38627]) ([netatmo docs]) (breaking-change)
+- Add default_* to device registry ([@balloob] - [#38829]) ([mikrotik docs])
+- Convert Channels platform services to use platform register ([@balloob] - [#38827]) ([channels docs])
+- Add binary sensor support to the Flo integration ([@dmulcahey] - [#38267]) ([flo docs]) (new-integration)
+- Nightscout PR fixes ([@marciogranzotto] - [#38737]) ([nightscout docs])
+- Add switch support to the Flo integration ([@dmulcahey] - [#38268]) ([flo docs]) (new-integration)
+- Fix typo in media_player docstring ([@cgarwood] - [#38843]) ([media_player docs])
+- Fix iqvia test patching the wrong integration ([@bdraco] - [#38847]) ([iqvia docs])
+- Remove superfluous netatmo icons ([@cgtobi] - [#38859]) ([netatmo docs])
+- Bump pysyncthru to 0.7.0 ([@nielstron] - [#38832]) ([syncthru docs])
+- Fix Freebox unsub dispatcher ([@Quentame] - [#38842]) ([freebox docs])
+- Disable env_canada pylint import error ([@MartinHjelmare] - [#38868]) ([environment_canada docs])
+- Fix logger name ([@balloob] - [#38866]) ([input_boolean docs]) ([tag docs]) ([zone docs])
+- Add sympathy review check box to PR template ([@MartinHjelmare] - [#38867])
+- Add Slack url icon support ([@arychj] - [#38814]) ([slack docs])
+- Fix PR link in PR template ([@MartinHjelmare] - [#38871])
+- Adjust homekit controller pairing to have a new step for each potentially recoverable error ([@bdraco] - [#38742]) ([homekit_controller docs])
+- Get more detailed info for growatt_server ([@indykoning] - [#38852]) ([growatt_server docs])
+- Bump apprise to 0.8.7 ([@caronc] - [#38886]) ([apprise docs])
+- Handle missing MAC address during daikin discovery ([@fredrike] - [#38840]) ([daikin docs])
+- Bump aiohomekit to 0.2.47 ([@Jc2k] - [#38901]) ([homekit_controller docs])
+- Use current request context in OAuth redirect ([@frenck] - [#38692]) (breaking-change)
+- Add new growatt_server device class constants ([@indykoning] - [#38906]) ([growatt_server docs])
+- Add track_template_result method to events ([@bdraco] - [#38802])
+- Fix log message format in daikin ([@ctalkington] - [#38920]) ([daikin docs])
+- bump the version of openevsewifi to latest upstream 1.1.0 ([@ausil] - [#38892]) ([openevse docs])
+- Huawei LTE device registry improvements ([@scop] - [#38925]) ([huawei_lte docs])
+- Update TrackTemplateResultInfo to remove side effects from init ([@bdraco] - [#38934])
+- Set up konnected entities even if panel isn't immediately reachable ([@kit-klein] - [#38879]) ([konnected docs])
+- Remove deprecated YAML config from OpenUV ([@bachya] - [#38857]) ([openuv docs]) (breaking-change)
+- Improve Netatmo sensor naming ([@cgtobi] - [#38957]) ([netatmo docs])
+- Fix Konnected pro options ([@kit-klein] - [#38848]) ([konnected docs])
+- Install ffmpeg on Travis CI for homekit camera tests ([@scop] - [#38955])
+- Reorganize trigger code ([@pnbruckner] - [#38655])
+- update python-velbus to 2.0.44 ([@thomasdelaet] - [#38966]) ([velbus docs])
+- State and service related type hint improvements ([@scop] - [#38956]) ([ipp docs]) ([sonarr docs]) ([wled docs])
+- Add wind max speed to trafikverket_weatherstation ([@endor-force] - [#38929]) ([trafikverket_train docs]) ([trafikverket_weatherstation docs])
+- Make check-executables-have-shebangs manual ([@emontnemery] - [#38980])
+- Bump python-openzwave-mqtt to 1.0.5 ([@cgarwood] - [#38984]) ([ozw docs])
+- Allow empty cast media_player config ([@emontnemery] - [#38971]) ([cast docs])
+- Bump codecov/codecov-action from v1.0.12 to v1.0.13 (@dependabot - [#38991])
+- Fix time trigger test ([@pnbruckner] - [#38988]) ([homeassistant docs])
+- Bump pysuez to 0.1.19 ([@ooii] - [#38998]) ([suez_water docs])
+- Add triggers for the Tag component ([@dmulcahey] - [#39004]) ([tag docs])
+- Update emulated_hue to allow getting bridge config without username ([@kbickar] - [#38986]) ([emulated_hue docs])
+- Improve time_pattern validation schema ([@amelchio] - [#38982]) ([homeassistant docs]) (breaking-change)
+- Extend IP ban / failed login notification information ([@frenck] - [#39020]) ([http docs])
+- Make ping binary_sensor update async ([@Misiu] - [#35301]) ([ping docs])
+- Add Rachio zone moisture service ([@brg468] - [#38817]) ([rachio docs])
+- Add image integration ([@balloob] - [#38969]) ([media_manager docs]) (new-integration)
+- Track entity sources ([@balloob] - [#37258])
+- Add websocket command to get a list of OZW instances and their status ([@cgarwood] - [#39019]) ([ozw docs])
+- Fix ws create tags ([@bramkragten] - [#39043]) ([tag docs])
+- Add support for attributes in (numeric) state conditions ([@frenck] - [#39050])
+- Smart Meter Texas integration ([@grahamwetzler] - [#37966]) ([smart_meter_texas docs]) (new-integration)
+- Clean up feedreader files at the end ([@felipediel] - [#39064]) ([feedreader docs])
+- Ensure speedtest cancels the listener on options update ([@bdraco] - [#39062]) ([speedtestdotnet docs])
+- Add audio to stream ([@uvjustin] - [#38846]) ([stream docs])
+- Upgrade to aioymaps==1.1.0 to support new types of stops #39006 ([@devbis] - [#39021]) ([yandex_transport docs]) (breaking-change)
+- Sentry integration enhancements ([@frenck] - [#38833]) ([sentry docs]) (breaking-change)
+- Fix slower tests in sonarr ([@ctalkington] - [#39073]) ([sonarr docs])
+- Update template sensor to use async_track_template_result ([@bdraco] - [#38940]) ([template docs])
+- Convert template lock to use async_track_template_result ([@bdraco] - [#38946]) ([template docs])
+- Convert template switch to use async_track_template_result ([@bdraco] - [#38950]) ([template docs])
+- Convert template fan to use async_track_template_result ([@bdraco] - [#38983]) ([template docs])
+- Convert template alarm_control_panel to use async_track_template_result ([@bdraco] - [#39014]) ([template docs])
+- Convert template binary_sensor to use async_track_template_result ([@bdraco] - [#39027]) ([template docs])
+- Fix hlk-sw16 checksum decode. ([@jameshilliard] - [#39080]) ([hlk_sw16 docs])
+- Convert template cover to use async_track_template_result ([@bdraco] - [#39042]) ([template docs])
+- Convert template light to use async_track_template_result ([@bdraco] - [#39045]) ([template docs])
+- Convert template vacuum to use async_track_template_result ([@bdraco] - [#39047]) ([template docs])
+- Remove unused code from the template integration ([@bdraco] - [#39048]) ([template docs])
+- Implement config flow in the Broadlink integration ([@felipediel] - [#36914]) ([broadlink docs]) (breaking-change)
+- Update frontend to 20200820.0 ([@bramkragten] - [#39085]) ([frontend docs])
+- Generate ID when not provided ([@bramkragten] - [#39082]) ([tag docs])
+- Pre-create homekit_controller device registry entries when processing entity map ([@Jc2k] - [#39036]) ([homekit_controller docs])
+- Prefer mac for onvif device identifier ([@foxel] - [#38864]) ([onvif docs])
+- Update DOODS name ([@thrust15] - [#38997]) ([doods docs])
+- Add config flow to kodi ([@OnFreund] - [#38551]) ([discovery docs]) ([kodi docs]) (breaking-change)
+- Add wait_for_trigger script action ([@pnbruckner] - [#38075]) ([automation docs])
+- Remove dead ozw discovery code ([@MartinHjelmare] - [#39098]) ([ozw docs])
+- Use SimpleQueue for recorder ([@bdraco] - [#38967]) ([recorder docs])
+- Update websocket api to use async_track_template_result ([@bdraco] - [#39057]) ([websocket_api docs])
+- Deprecate optional script context ([@balloob] - [#39034]) ([intent_script docs]) ([kodi docs]) ([panasonic_viera docs]) ([samsungtv docs]) ([template docs]) ([webostv docs])
+- Skip the sqlite quick_check on clean restarts ([@bdraco] - [#38972]) ([recorder docs])
+- Prevent invalid data from being passed to zeroconf ([@bdraco] - [#39009]) ([zeroconf docs])
+- Simplify template integration entities ([@bdraco] - [#39083]) ([template docs])
+- Update template triggers to use async_track_template_result ([@bdraco] - [#39059]) ([template docs])
+- Update Notion to use a DataUpdateCoordinator ([@bachya] - [#38978]) ([notion docs])
+- correct naming ([@2Fake] - [#39102]) ([devolo_home_control docs])
+- Fix for exception when checking if fan without speed is on ([@kbickar] - [#39096]) ([fan docs]) ([mqtt docs])
+- Clean up more netgear_lte resources on shutdown ([@amelchio] - [#39065]) ([netgear_lte docs])
+- Add wemo 'Socket' model for Homekit discovery ([@esev] - [#38765]) ([wemo docs])
+- Support unknown mime type for image attachments in html email ([@esev] - [#38682]) ([smtp docs])
+- Allow Slack notifications to change username/icon on the fly ([@bachya] - [#39091])
+- Wait for broker to ACK MQTT operations ([@emontnemery] - [#39051]) ([mqtt docs])
+- Warn when casting of tts fails ([@emontnemery] - [#38603]) ([cast docs]) ([tts docs])
+- Tweak OZW Websocket Instance/Network Responses ([@cgarwood] - [#39107]) ([ozw docs])
+- Improve tests and config flow for Smart Meter Texas ([@grahamwetzler] - [#39089])
+- Update issue template for new Logs location ([@SeanPM5] - [#39115])
+- Bump plexapi to 4.1.0 ([@jjlawren] - [#39118]) ([plex docs])
+- Allow templating keys in data_template ([@basnijholt] - [#39008])
+- Add OZW network_statistics websocket command ([@cgarwood] - [#39124]) ([ozw docs]) (new-integration)
+- Make template entities reloadable ([@bdraco] - [#39075]) ([template docs])
+- Add Risco integration ([@OnFreund] - [#36930]) ([risco docs]) (new-integration)
+- Fix flapping recorder last run test ([@bdraco] - [#39134]) ([recorder docs])
+- Risco code review follow ups ([@OnFreund] - [#39143]) ([risco docs])
+- Fix Vizio pylance error by using schema extend instead of dict update ([@raman325] - [#39139]) ([vizio docs])
+- Upgrade volkszaehler to 0.1.3 ([@fabaff] - [#39147]) ([volkszaehler docs])
+- Upgrade pylast to 3.3.0 ([@fabaff] - [#39151]) ([lastfm docs])
+- Add risco options flow ([@OnFreund] - [#39154]) ([risco docs])
+- Fix Sentry user context and system info ([@frenck] - [#39130]) ([sentry docs])
+- Address Kodi code review follow up ([@OnFreund] - [#39104]) ([kodi docs])
+- Upgrade beautifulsoup4 to 4.9.1 ([@fabaff] - [#39158]) ([scrape docs])
+- Upgrade praw to 7.1.0 ([@fabaff] - [#39152]) ([reddit docs])
+- Upgrade connect-box to 0.2.7 ([@fabaff] - [#39162]) ([upc_connect docs])
+- Upgrade sendgrid to 6.4.6 ([@fabaff] - [#39148]) ([sendgrid docs])
+- Upgrade python-whois to 0.7.3 ([@fabaff] - [#39153]) ([whois docs])
+- Upgrade slixmpp to 1.5.2 ([@fabaff] - [#39169]) ([xmpp docs])
+- add zone status attribute so we can know if queued ([@ktownsend-personal] - [#39133]) ([rainmachine docs])
+- Upgrade sqlalchemy to 1.3.19 ([@fabaff] - [#39167]) ([recorder docs]) ([sql docs])
+- Upgrade jinja2 to >=2.11.2 ([@fabaff] - [#39161])
+- Update universal media_player to use async_track_template_result ([@bdraco] - [#39054]) ([universal docs])
+- Upgrade psutil to 5.7.2 ([@fabaff] - [#39149]) ([systemmonitor docs])
+- Add binary sensors to Risco integration ([@OnFreund] - [#39137]) ([risco docs]) (new-platform)
+- Fix unmocked calls in melcloud ([@ctalkington] - [#39170]) ([melcloud docs])
+- Make emulated_hue upnp responder async ([@bdraco] - [#39126]) ([emulated_hue docs])
+- Improve the performance of dt_util.utcnow() ([@bdraco] - [#39145])
+- Convert bayesian binary_sensor to use async_track_template_result ([@bdraco] - [#39174]) ([bayesian docs])
+- Upgrade mutagen to 1.45.1 ([@fabaff] - [#39166]) ([tts docs])
+- Upgrade discord.py to 1.4.1 ([@fabaff] - [#39150]) ([discord docs])
+- Upgrade colorlog to 4.2.1 ([@fabaff] - [#39159])
+- Upgrade TwitterAPI to 2.5.13 ([@fabaff] - [#39157]) ([twitter docs])
+- Allow multiple config entries per host for transmission ([@JPHutchins] - [#39127]) ([transmission docs])
+- Add ZwaveStringSensor to OZW integration ([@zyberzero] - [#38676]) ([ozw docs])
+- Upgrade pre-commit to 2.7.0 ([@frenck] - [#39180])
+- Upgrade discogs_client to 2.3.0 ([@fabaff] - [#39164]) ([discogs docs])
+- Upgrade py-cpuinfo to 7.0.0 ([@fabaff] - [#39155]) ([cpuspeed docs]) (breaking-change)
+- Support Rainbow radar site in BOM camera ([@maddenp] - [#39129]) ([bom docs])
+- Update bug report template for new Logs location ([@lukashass] - [#39183])
+- Add pin code support to the Risco integration ([@OnFreund] - [#39177]) ([risco docs])
+- Report usage of extract_entities by custom components ([@bdraco] - [#39185])
+- Add unique_id to solarlog sensors ([@Ernst79] - [#39186]) ([solarlog docs])
+- Trim CW from RGB when not supported in ozw ([@firstof9] - [#39191]) ([ozw docs])
+- Upgrade debugpy to 1.0.0rc2 ([@frenck] - [#39195]) ([debugpy docs])
+- Only reload config entry if it is loaded ([@balloob] - [#39202]) ([volumio docs])
+- Fix race when waiting for MQTT ACK ([@emontnemery] - [#39193]) ([mqtt docs])
+- Websocket media browsing for Plex ([@jjlawren] - [#35590]) ([plex docs])
+- Add Shelly integration ([@balloob] - [#39178]) ([shelly docs]) (new-integration)
+- Upgrade pre-commit to 2.7.1 ([@frenck] - [#39206])
+- 100% test coverage for Shelly config flow ([@balloob] - [#39209]) ([shelly docs])
+- Add shortcuts when we know template is static ([@balloob] - [#39208])
+- Add Wilight integration with SSDP ([@leofig-rj] - [#36694]) ([wilight docs]) (new-integration)
+- Allow templates in data & service parameters (making data_template & service_template obsolete) ([@frenck] - [#39210])
+- Don't sort keys when dumping json and yaml ([@bramkragten] - [#39214]) ([http docs])
+- Standardize uuid generation for events/storage/registry ([@bdraco] - [#39184])
+- Minor cleanup of MQTT ACK handling ([@emontnemery] - [#39217]) ([mqtt docs])
+- Include the first seen context data in the logbook api ([@bdraco] - [#39194]) ([logbook docs])
+- Updated frontend to 20200824.0 ([@bramkragten] - [#39224]) ([frontend docs])
+- Add websocket trigger/condition commands ([@balloob] - [#39109]) ([homeassistant docs]) ([template docs]) ([websocket_api docs]) ([zone docs])
+- Update sense icon mappings ([@bdraco] - [#39225]) ([sense docs])
+- Bump python-temascal to 0.2 for lg_soundbar ([@akinomeroglu] - [#39213]) ([lg_soundbar docs])
+- Remove 'entity_id' from ToggleRflinkLight ([@javicalle] - [#37992]) ([rflink docs]) (breaking-change)
+- Allow owner users to change password of any user ([@balloob] - [#39242]) ([config docs])
+- Fix hassio auth data ([@balloob] - [#39244]) ([config docs]) ([hassio docs])
+- Add support for attributes in state/numeric state trigger ([@balloob] - [#39238]) ([homeassistant docs])
+- Wait before sending MQTT birth message ([@emontnemery] - [#39120]) ([mqtt docs])
+- Ensure unique ids are generated for surepetcare ([@ctalkington] - [#39196]) ([surepetcare docs])
+- Add HomeKit Controller heater-cooler devices ([@vfreex] - [#38979]) ([homekit_controller docs])
+- Remove yr integration after a request from yr.no ([@Danielhiversen] - [#39247]) (breaking-change)
+- Update homeassistant base image 8.3.0 ([@pvizeli] - [#39245])
+- Subscribe to state change events only if the template has entities ([@bdraco] - [#39188]) ([template docs])
+- Ensure the context is passed to group changes ([@bdraco] - [#39221]) ([group docs])
+- Support reloading the universal platform ([@bdraco] - [#39248]) ([template docs]) ([universal docs])
+- Ensure template tracking can recover after the template generates an exception ([@bdraco] - [#39256])
+- Implement local discovery of Smappee series-2 devices and improvements ([@bsmappee] - [#38728]) ([smappee docs])
+- Add api to reload config entries ([@bdraco] - [#39068]) ([config docs])
+- Add the ability to reload light/cover groups from yaml ([@bdraco] - [#39250]) ([group docs]) ([template docs]) ([universal docs])
+- Rename entity base class for HMIPC ([@SukramJ] - [#39243]) ([homematicip_cloud docs])
+- Add the ability to reload the rest platforms from yaml ([@bdraco] - [#39257]) ([group docs]) ([rest docs]) ([template docs]) ([universal docs])
+- Add the ability to reload command_line platforms from yaml ([@bdraco] - [#39262]) ([command_line docs]) ([group docs]) ([rest docs]) ([template docs]) ([universal docs])
+- Add the ability to reload filter platforms from yaml ([@bdraco] - [#39267]) ([filter docs])
+- Allow disabling integrations in manifest, block uuid package being installed and disable ezviz ([@balloob] - [#38444]) ([ezviz docs]) (breaking-change)
+- Version bump panasonic_viera to 0.3.6 ([@evilmarty] - [#39269]) ([panasonic_viera docs])
+- Remove services.yaml from the Broadlink integration ([@felipediel] - [#39261]) ([broadlink docs])
+- Bump brother library to version 0.1.15 ([@bieniu] - [#39226]) ([brother docs]) (breaking-change)
+- Add timestamp option for input_datetime.set_datetime ([@pnbruckner] - [#39121]) ([input_datetime docs])
+- Add cache version to GitHub Actions CI ([@frenck] - [#39277])
+- Prevent bluepy from being part of requirements_all.txt ([@balloob] - [#39275])
+- Block typing from being installed ([@balloob] - [#37707]) (breaking-change)
+- Add the ability to reload statistics platforms from yaml ([@bdraco] - [#39268]) ([statistics docs])
+- Bump CI cache ([@balloob] - [#39283])
+- Drop last bits of asyncio.coroutine ([@balloob] - [#39280]) ([mqtt_eventstream docs]) ([shell_command docs])
+- Cleanup the rest reload test to use the pytest requests_mock fixture ([@bdraco] - [#39282]) ([rest docs])
+- Centralize knx config and update xknx to 0.12.0 ([@marvin-w] - [#39219]) ([knx docs]) (breaking-change)
+- Add tests for Plex media browser ([@jjlawren] - [#39220]) ([plex docs])
+- Allow passing in user id instead of username to change password ([@balloob] - [#39266]) ([config docs])
+- Add tests for Broadlink sensors ([@felipediel] - [#39230]) ([broadlink docs])
+- Updated certifi to > 2020.6.20 ([@fabaff] - [#39160])
+- Bump hangups to 0.4.10 ([@MartinHjelmare] - [#39312]) ([hangouts docs])
+- Fix Panasonic Viera config flow and state update ([@joogps] - [#39303]) ([panasonic_viera docs])
+- Upgrade black to 20.8b1 ([@frenck] - [#39287])
+- Remove protobuf requirement from tensorflow manifest ([@MartinHjelmare] - [#39316]) ([tensorflow docs])
+- Bump zigpy-cc version ([@matgad] - [#39318]) ([zha docs])
+- Trivial requirements cleanups ([@scop] - [#39222])
+- Skip install on tox pylint ([@scop] - [#39260])
+- Add Spotify media browser capability ([@cgtobi] - [#39240]) ([spotify docs])
+- Add get_nodes command to OZW websocket api ([@cgarwood] - [#39317]) ([ozw docs])
+- Use boolean for mqtt fan state ([@emontnemery] - [#39332]) ([mqtt docs])
+- Meteo france "next_rain" attributes rework ([@oncleben31] - [#39092]) ([meteo_france docs]) (breaking-change)
+- Prevent duckdns from consuming 100% cpu when time abruptly moves forward ([@bdraco] - [#39334]) ([duckdns docs])
+- Bump zeroconf to 0.28.2 ([@pawlizio] - [#39322]) ([zeroconf docs])
+- Switch duckdns to use async_call_later ([@bdraco] - [#39339]) ([duckdns docs])
+- Bump rflink to 0.0.54 ([@jgrob1] - [#39342]) ([rflink docs])
+- Add (un)bypass services to Risco ([@OnFreund] - [#39292]) ([risco docs])
+- Add Custom mapping of Risco states ([@OnFreund] - [#39218]) ([risco docs])
+- Improve volume handling for Roon ([@pavoni] - [#39119]) ([roon docs])
+- Support selecting http vs https protocols for qvrpro ([@woneill] - [#38951]) ([qvr_pro docs])
+- Add the ability to reload trend platforms from yaml ([@bdraco] - [#39341]) ([trend docs])
+- Add the ability to reload filesize platforms from yaml ([@bdraco] - [#39347]) ([filesize docs])
+- Add the ability to reload generic_thermostat platforms from yaml ([@bdraco] - [#39291]) ([generic_thermostat docs])
+- Add device attribute for homematicip_cloud rotary handle ([@SukramJ] - [#39144]) ([homematicip_cloud docs])
+- Add the ability to reload history_stats platforms from yaml ([@bdraco] - [#39337]) ([history_stats docs])
+- fix black on generic_thermostat tests ([@ctalkington] - [#39350]) ([generic_thermostat docs])
+- Fix black on homematicip_cloud binary_sensor ([@ctalkington] - [#39351]) ([homematicip_cloud docs])
+- Bump arcam fmj with no install requires on asyncio ([@elupus] - [#39353]) ([arcam_fmj docs])
+- Exception chaining and wrapping improvements ([@scop] - [#39320])
+- Use icmplib for ping when available ([@bdraco] - [#39284]) ([ping docs])
+- Ensure we always fire time pattern changes after microsecond 0 ([@bdraco] - [#39302])
+- Update time triggers to use async_track_state_change_event ([@bdraco] - [#39338]) ([homeassistant docs])
+- Add the ability to reload generic platforms from yaml ([@bdraco] - [#39289]) ([generic docs])
+- Add the ability to reload homekit from yaml ([@bdraco] - [#39326]) ([homekit docs])
+- Allow exposing domains in cloud ([@balloob] - [#39216]) ([cloud docs])
+- Add description of what caused an automation trigger to fire ([@pnbruckner] - [#39251]) ([arcam_fmj docs]) ([automation docs]) ([geo_location docs]) ([homeassistant docs]) ([kodi docs]) ([litejet docs]) ([mqtt docs]) ([sun docs]) ([template docs]) ([webhook docs]) ([zone docs])
+- Add support for reloading min_max from yaml ([@bdraco] - [#39327]) ([min_max docs])
+- Add support for hmi208(xiaomi plug BLE) ([@saury] - [#39306]) ([xiaomi_miio docs])
+- Add basic light and sensor support to Shelly ([@balloob] - [#39288]) ([shelly docs]) (new-platform)
+- Register mobile_app notification services when a new device is added ([@bdraco] - [#39356]) ([mobile_app docs]) ([notify docs])
+- Simplify mobile app debugging by adding sender device name ([@anyuta1166] - [#38518]) ([mobile_app docs])
+- Unregister mobile_app notification services when a device is removed ([@bdraco] - [#39359]) ([mobile_app docs]) ([notify docs])
+- Add the ability to reload ping platforms from yaml ([@bdraco] - [#39344]) ([ping docs])
+- Fix sun integration vulnerability to sudden large clock changes ([@pnbruckner] - [#39335]) ([sun docs])
+- Ensure mobile_app notifications get re-registered after adding,removing,adding ([@bdraco] - [#39362]) ([mobile_app docs]) ([notify docs])
+- Reduce automation state changes by using script helper's last_triggered attribute ([@pnbruckner] - [#39323]) ([automation docs]) (breaking-change)
+- Increase test coverage for rfxtrx integration ([@RobBie1221] - [#39340]) ([rfxtrx docs])
+- Add missing status mappings for xiaomi_miio ([@rytilahti] - [#39357]) ([xiaomi_miio docs])
+- bump pymediaroom ([@dgomes] - [#39360]) ([mediaroom docs])
+- Reload mobile app notify service upon device name change, add device name to all webhook logs ([@dshokouhi] - [#39364]) ([mobile_app docs])
+- Add Netatmo camera light service ([@cgtobi] - [#39354]) ([netatmo docs])
+- Fix todoist calendar events ([@boralyl] - [#39197]) ([todoist docs])
+- Add basic lock support for fibaro ([@pbalogh77] - [#38962]) ([fibaro docs]) (new-platform)
+- Improve patching in broadlink sensor tests ([@ctalkington] - [#39366]) ([broadlink docs])
+- Fix sun test to patch time since it is now refetched ([@bdraco] - [#39372]) ([sun docs])
+- Upgrade pylint to 2.6.0 ([@scop] - [#39363])
+- Upgrade isort to 5.4.2 ([@scop] - [#37939])
+- Upgrade pydocstyle to 5.1.0 ([@scop] - [#39374])
+- Catch bad devices when Google Sync ([@balloob] - [#39377]) ([google_assistant docs])
+- Bump python-temescal to 0.3 for lg_soundbar ([@bernimoses] - [#39379]) ([lg_soundbar docs])
+- Support acpartner in aqara discovery ([@shenxn] - [#37926]) ([xiaomi_aqara docs])
+- Reload notify platforms concurrently with asyncio.gather ([@bdraco] - [#39384]) ([notify docs])
+- Add config flow to nzbget ([@ctalkington] - [#38938]) ([nzbget docs]) (breaking-change)
+- Fix bond fan.turn_on with OFF speed ([@prystupa] - [#39387]) ([bond docs])
+- Upgrade eternalegypt to 0.0.12 ([@amelchio] - [#39386]) ([netgear_lte docs])
+- Revert "Support selecting http vs https protocols for qvrpro (#38951)" ([@frenck] - [#39385]) ([qvr_pro docs])
+- Improve handling of exceptions in Android TV ([@JeffLIrion] - [#39229]) ([androidtv docs])
+- Tune logbook performance to accomodate recent changes ([@bdraco] - [#39348]) ([automation docs]) ([logbook docs]) ([script docs])
+- Add device_class safety to synology_dsm storage binary_sensors ([@Mariusthvdb] - [#39310]) ([synology_dsm docs])
+- Create a CoordinatorEntity class to avoid repating code in integrations ([@bdraco] - [#39388])
+- Fix marytts sync requests within event loop ([@ctalkington] - [#39399]) ([marytts docs])
+- Add basic binary_sensor support to Shelly ([@bieniu] - [#39365]) ([shelly docs]) (new-platform)
+- Add more sensors to the Shelly integration ([@bieniu] - [#39368]) ([shelly docs])
+- Update air_quality to use CoordinatorEntity ([@springstan] - [#39410]) ([airly docs])
+- Fix huawei_lte duplicate device registry identifiers ([@scop] - [#39409]) ([huawei_lte docs])
+- Do not break Alexa sync when encounter bad entity ([@balloob] - [#39380]) ([alexa docs])
+- Update powerwall to use CoordinatorEntity ([@bdraco] - [#39389]) ([powerwall docs])
+- Update griddy to use CoordinatorEntity ([@bdraco] - [#39392]) ([griddy docs])
+- Update myq to use CoordinatorEntity ([@bdraco] - [#39393]) ([myq docs])
+- Update nut to use CoordinatorEntity ([@bdraco] - [#39394]) ([nut docs])
+- Update updater to use CoordinatorEntity ([@bdraco] - [#39396]) ([updater docs])
+- Update cert_expiry to use CoordinatorEntity ([@bdraco] - [#39397]) ([cert_expiry docs])
+- Update airly to use CoordinatorEntity ([@springstan] - [#39413]) ([airly docs])
+- Update roku to use CoordinatorEntity ([@ctalkington] - [#39405]) ([roku docs])
+- Update atag to use CoordinatorEntity ([@springstan] - [#39414]) ([atag docs])
+- Update nexia to use CoordinatorEntity ([@bdraco] - [#39391]) ([nexia docs])
+- Google: Recover from an entity raising while serializing query ([@balloob] - [#39381]) ([google_assistant docs])
+- Add sharkiq integration for Shark IQ robot vacuums ([@ajmarks] - [#38272]) ([sharkiq docs]) (new-integration)
+- CoordinatorEntity to call super added_to_hass ([@balloob] - [#39416])
+- update nzbget to use CoordinatorEntity ([@ctalkington] - [#39406]) ([nzbget docs])
+- Update speedtestdotnet to use CoordinatorEntity ([@springstan] - [#39404]) ([speedtestdotnet docs])
+- Format sharkiq with black ([@springstan] - [#39422]) ([sharkiq docs])
+- Update airvisual to use CoordinatorEntity ([@springstan] - [#39417]) ([airvisual docs])
+- Update brother to use CoordinatorEntity ([@springstan] - [#39418]) ([brother docs])
+- Update accuweather to use CoordinatorEntity ([@springstan] - [#39408]) ([accuweather docs])
+- Update ipp to use CoordinatorEntity ([@ctalkington] - [#39412]) ([ipp docs])
+- Update eafm to use CoordinatorEntity ([@springstan] - [#39420]) ([eafm docs])
+- Update gios to use CoordinatorEntity ([@springstan] - [#39421]) ([gios docs])
+- Update juicenet to use CoordinatorEntity ([@springstan] - [#39424]) ([juicenet docs])
+- Update smart_meter_texas to use CoordinatorEntity ([@bdraco] - [#39426]) ([smart_meter_texas docs])
+- Fix pylint erros for sharkiq ([@springstan] - [#39428]) ([sharkiq docs])
+- Update sharkiq to use CoordinatorEntity ([@bdraco] - [#39427]) ([sharkiq docs])
+- Update iammeter to use CoordinatorEntity ([@springstan] - [#39423]) ([iammeter docs])
+- Update accuweather to fully use CoordinatorEntity ([@springstan] - [#39431]) ([accuweather docs])
+- Update poolsense to use CoordinatorEntity ([@springstan] - [#39435]) ([poolsense docs])
+- Update tesla to use CoordinatorEntity ([@springstan] - [#39436]) ([tesla docs])
+- Update stookalert to use DEVICE_CLASS_SAFETY constant ([@Mariusthvdb] - [#39438]) ([stookalert docs])
+- Update WLED to use CoordinatorEntity ([@springstan] - [#39442]) ([wled docs])
+- Update wolflink to use CoordinatorEntity ([@springstan] - [#39444]) ([wolflink docs])
+- Update pi_hole to use CoordinatorEntity ([@springstan] - [#39433]) ([pi_hole docs])
+- Update upnp to use CoordinatorEntity ([@bdraco] - [#39434]) ([upnp docs])
+- Update toon to use CoordinatorEntity ([@springstan] - [#39441]) ([toon docs])
+- Update tankerkoenig to use CoordinatorEntity ([@bdraco] - [#39440]) ([tankerkoenig docs])
+- Update tile to use CoordinatorEntity ([@springstan] - [#39439]) ([tile docs])
+- Update hue to use CoordinatorEntity ([@springstan] - [#39446]) ([hue docs])
+- Prevent CoordinatorEntity from requesting updates on disabled entities ([@bdraco] - [#39452])
+- Update roku state faster after actions ([@ctalkington] - [#39453]) ([roku docs])
+- Update meteo_france to use CoordinatorEntity ([@springstan] - [#39432]) ([meteo_france docs])
+- Update plugwise to use CoordinatorEntity ([@bdraco] - [#39457]) ([plugwise docs])
+- Update notion to use CoordinatorEntity ([@bdraco] - [#39460]) ([notion docs])
+- Update coronavirus to use CoordinatorEntity ([@springstan] - [#39449]) ([coronavirus docs])
+- Update risco to use CoordinatorEntity ([@bdraco] - [#39456]) ([risco docs])
+- Update xknx to 0.13.0 ([@marvin-w] - [#39407]) ([knx docs])
+- Update met to use CoordinatorEntity ([@bdraco] - [#39462]) ([met docs])
+- Add bieniu as code owner for shelly ([@bieniu] - [#39467]) ([shelly docs])
+- Update coolmaster to use CoordinatorEntity ([@bdraco] - [#39465]) ([coolmaster docs])
+- Update dexcom to use CoordinatorEntity ([@bdraco] - [#39464]) ([dexcom docs])
+- Update ovo_energy to use CoordinatorEntity ([@bdraco] - [#39459]) ([ovo_energy docs])
+- Update control4 to use CoordinatorEntity ([@bdraco] - [#39466]) ([control4 docs])
+- Update hunterdouglas_powerview to use CoordinatorEntity ([@bdraco] - [#39463]) ([hunterdouglas_powerview docs])
+- Fix recorder test intermittently failing ([@bdraco] - [#39468]) ([recorder docs])
+- Improve patching in marytts tests ([@ctalkington] - [#39458]) ([marytts docs])
+- Implement code review for nzbget ([@ctalkington] - [#39425]) ([nzbget docs]) (breaking-change)
+- Clarify when message come from FCM ([@TomBrien] - [#39455]) ([mobile_app docs])
+- Update awair to use CoordinatorEntity ([@bdraco] - [#39469]) ([awair docs])
+- Update schluter to use CoordinatorEntity ([@bdraco] - [#39454]) ([schluter docs])
+- Fix light device trigger test flapping ([@bdraco] - [#39470]) ([light docs])
+- Add integration for ProgettiHWSW automation boards ([@ArdaSeremet] - [#37922]) ([progettihwsw docs]) (new-integration)
+- Update progettihwsw to use CoordinatorEntity ([@ctalkington] - [#39477]) ([progettihwsw docs])
+- Make onvif username optional ([@timmo001] - [#39415]) ([onvif docs])
+- Apply code review for insteon config flow ([@teharris1] - [#39171]) ([insteon docs])
+- Ensure patching applies while testing marytts ([@ctalkington] - [#39490]) ([marytts docs])
+- Fix a problem with set_speed(off) when direct HA API for set speed is called ([@prystupa] - [#39488]) ([bond docs])
+- Add cache headers to picture integration ([@balloob] - [#39402]) ([image docs])
+- Upgrade pydocstyle to 5.1.1 ([@frenck] - [#39492])
+- Fix oauth2 template by updating outdated method name ([@timmo001] - [#39486])
+- Upgrade sentry-sdk to 0.17.1 ([@frenck] - [#39495]) ([sentry docs])
+- Allow loading Lovelace dashboards not only from root ([@denysdovhan] - [#37561]) ([lovelace docs])
+- Detect comments in jinja templates ([@balloob] - [#39496])
+- Add support for a dedicated weather station within KNX ([@marvin-w] - [#39476]) ([knx docs]) (new-platform)
+- route53 - support updating base domain ([@arunderwood] - [#39264]) ([route53 docs])
+- Add Xiaomi Miio gateway illuminance sensor and gateway light ([@starkillerOG] - [#37959]) ([xiaomi_miio docs])
+- Skip setup of dependencies if they are already setup ([@bdraco] - [#39482])
+- Add entity services to the Flo integration ([@dmulcahey] - [#38287]) ([flo docs]) (new-integration)
+- Fix ADS component by bumping pyads version to 3.2.2 ([@stlehmann] - [#39502]) ([ads docs])
+- Add config flow to yeelight ([@shenxn] - [#37191]) ([discovery docs]) ([yeelight docs]) (breaking-change)
+- Bump gios library to version 0.1.3 ([@bieniu] - [#39507]) ([gios docs])
+- Bump dependency to 0.11.0 for HomematicIP Cloud ([@SukramJ] - [#39508]) ([homematicip_cloud docs])
+- Update pyrisco to 0.2.4 ([@OnFreund] - [#39521]) ([risco docs])
+- Update pyvolumio to 0.1.2 ([@OnFreund] - [#39522]) ([volumio docs])
+- Bump zeroconf to 0.28.3 ([@bdraco] - [#39471]) ([zeroconf docs])
+- Update pyvolumio to 0.1.1 ([@OnFreund] - [#39525]) ([kodi docs])
+- Fix kodi codeowners ([@bdraco] - [#39532]) ([kodi docs])
+- Make async_track_template_result track multiple templates ([@bdraco] - [#39371]) ([bayesian docs]) ([template docs]) ([universal docs]) ([websocket_api docs])
+- Bump yeelight to 0.5.3 ([@shenxn] - [#39542]) ([yeelight docs])
+- Fix outdated api url in noaa_tides ([@jdelaney72] - [#39370]) ([noaa_tides docs])
+- Adds missing name property to KNX weather device ([@marvin-w] - [#39547]) ([knx docs])
+- Bump openwrt-luci-rpc version: 1.1.3 → 1.1.5 ([@fbradyirl] - [#39545]) ([luci docs])
+- Handle missing values in Shelly sensors ([@OnFreund] - [#39515]) ([shelly docs])
+- Fix missing end tag in translation key ([@SNoof85] - [#39546]) ([insteon docs])
+- Add support for authenticated Shelly devices ([@OnFreund] - [#39461]) ([shelly docs])
+- Filter out disconnected Shelly sensors ([@balloob] - [#39516]) ([shelly docs])
+- Provide user-defined actions to app ([@TomBrien] - [#38572]) ([ios docs])
+- Squeezebox scene fixes ([@rajlaud] - [#38214]) ([squeezebox docs]) (breaking-change)
+- Deprecate manually passing entity ids to template entities ([@bdraco] - [#39382]) ([template docs]) (breaking-change)
+- Provide compatibility with older Home Assistant installations. ([@jyavenard] - [#39539]) ([emulated_hue docs]) (breaking-change)
+- Update pycoolmaster-async to 0.1.1 ([@OnFreund] - [#39551]) ([coolmaster docs])
+- Address open review issues in sharkiq integration ([@ajmarks] - [#39504]) ([sharkiq docs])
+- Apply code review on progettihwsw ([@ArdaSeremet] - [#39520]) ([progettihwsw docs])
+- Updated frontend to 20200901.0 ([@bramkragten] - [#39560]) ([frontend docs])
+- Use media state to better represent roku state ([@ctalkington] - [#39540]) ([roku docs]) (breaking-change)
+- Bump openwrt-luci-rpc to 1.1.6 ([@fbradyirl] - [#39561]) ([luci docs])
+- Add shelly overtemp and vibration sensors ([@chemelli74] - [#39556]) ([shelly docs])
+- Add alexa unofficial specific API support for Italian ([@paoloantinori] - [#39475]) ([alexa docs])
+- Add ability to disable the sqlite3 quick_check ([@bdraco] - [#39479]) ([recorder docs])
+- Overcome group concurrent setup limitation ([@bdraco] - [#39483]) ([group docs])
+- Undecorate RenderInfo result property ([@bdraco] - [#39108])
+- Fix discovery update of MQTT light ([@emontnemery] - [#39325]) ([mqtt docs])
+- Add Sonos media browser capability ([@cgtobi] - [#39239]) ([sonos docs])
+- Add max_exceeded log level option to automations & scripts ([@pnbruckner] - [#39448]) ([automation docs]) ([script docs])
+- Handle Alexa entity removed ([@balloob] - [#39569]) ([alexa docs])
+- Remove flaky wol test that didn't test anything ([@balloob] - [#39571]) ([wake_on_lan docs])
+- Syncthru device registry ([@scop] - [#36750]) ([discovery docs]) ([syncthru docs])
+- Automatically update app list for Vizio SmartTV's ([@raman325] - [#38641]) ([vizio docs])
+- Add support for receiver and speaker device classes ([@elupus] - [#38381]) ([google_assistant docs]) ([media_player docs])
+- Met.no migrate from classic to complete endpoint ([@thimic] - [#39493]) ([met docs]) (breaking-change)
+- Fix vizio black formatting ([@MartinHjelmare] - [#39573]) ([vizio docs])
+- Fix some more usages of asynctest ([@balloob] - [#39570])
+- Fix UPC ConnectBox logout and device hostnames ([@ofalvai] - [#39568]) ([upc_connect docs])
+- Provide a logbook option entity_matches_only to optimize for single entity lookup ([@bdraco] - [#39555]) ([logbook docs])
+- library version upgrade to 0.46 ([@ziv1234] - [#39580]) ([dynalite docs])
+- Remove vizio test assertions for integration details in test_init ([@raman325] - [#39579]) ([vizio docs])
+- Improve Yeelight code ([@shenxn] - [#39543]) ([yeelight docs])
+- Add get_migration_config to zwave websocket api ([@cgarwood] - [#39577]) ([zwave docs]) (new-integration)
+- Round sensor readings for bom ([@springstan] - [#39513]) ([bom docs])
+- Reintroduce custom met.no url ([@Danielhiversen] - [#39583]) ([met docs])
+- Add Plex service to refresh a library ([@jjlawren] - [#39094]) ([plex docs])
+- Add the ability to reload rpi_gpio platforms from yaml ([@Misiu] - [#39548]) ([rpi_gpio docs])
+- Support reloading the group notify platform ([@bdraco] - [#39511]) ([group docs]) ([notify docs])
+- Support reloading the rest notify platform ([@bdraco] - [#39527]) ([rest docs])
+- Support reloading the telegram notify platform ([@bdraco] - [#39529]) ([telegram docs])
+- Support reloading the smtp notify platform ([@bdraco] - [#39530]) ([group docs]) ([notify docs]) ([rest docs]) ([smtp docs])
+- Support reloading mqtt yaml configuration ([@bdraco] - [#39531]) ([mqtt docs])
+- Fix rain retrival for OWM ([@Rikorose] - [#39566]) ([openweathermap docs])
+- Add Recently Added and On Deck to Plex media browser ([@jjlawren] - [#39232]) ([plex docs])
+- Improve tests for GIOS integration ([@bieniu] - [#39514]) ([gios docs])
+- Add service to scan for new Plex clients ([@jjlawren] - [#39074]) ([plex docs])
+- Fix wrong error message on adding a new HomematicIP Cloud AP ([@SukramJ] - [#39599]) ([homematicip_cloud docs])
+- Bump hass-nabucasa to 0.36.0 ([@balloob] - [#39603]) ([cloud docs])
+- Add support for Shelly Gas to the Shelly integration ([@bieniu] - [#39478]) ([shelly docs])
+- Upgrade sentry-sdk to 0.17.3 ([@frenck] - [#39607]) ([sentry docs])
+- Upgrade apprise to 0.8.8 ([@frenck] - [#39606]) ([apprise docs])
+- Expose more attributes in rejseplanen ([@DarkFox] - [#37216]) ([rejseplanen docs])
+- Bump pytradfri to 7.0.0, support multiple gateways ([@balloob] - [#39609]) ([tradfri docs])
+- Update aioswitcher to 1.2.1 ([@TomerFi] - [#39614]) ([switcher_kis docs])
+- Add HmIP-STV to HomematicIP Cloud ([@SukramJ] - [#39518]) ([homematicip_cloud docs])
+- Add troubleshooting link to error message for xiaomi_aqara ([@starkillerOG] - [#39617]) ([xiaomi_aqara docs])
+- Address Plex review comments ([@jjlawren] - [#39591]) ([plex docs])
+- Add .well-known/password-change ([@balloob] - [#39613]) ([frontend docs]) ([http docs])
+- Restart keepalive streams ([@esev] - [#38863]) ([stream docs])
+- Use DataUpdateCoordinator for supla ([@mwegrzynek] - [#38921]) ([supla docs])
+- Google assistant openclose ([@elupus] - [#39612]) ([google_assistant docs])
+- Clean tradfri hass data and add tests ([@MartinHjelmare] - [#39620]) ([tradfri docs])
+- fix black for stream ([@ctalkington] - [#39622]) ([stream docs])
+- Use CoordinatorEntity for supla ([@ctalkington] - [#39621]) ([supla docs])
+- Improve mpd media position handling ([@ctalkington] - [#39390]) ([mpd docs])
+- Add as_local convenience function to jinja templates ([@bdraco] - [#39618])
+- Improve sonarr sensor test ([@ctalkington] - [#39623]) ([sonarr docs])
+- Automatically configure HTTP auth type in ONVIF snapshots ([@OnFreund] - [#38729]) ([onvif docs])
+- Add device class for roku devices ([@ctalkington] - [#39627]) ([roku docs])
+- Update DSMR integration to import yaml to ConfigEntry ([@RobBie1221] - [#39473]) ([dsmr docs])
+- Add device class to directv devices ([@ctalkington] - [#39628]) ([directv docs]) ([directv docs])
+- Add radio channel attribute to Sonos ([@amelchio] - [#39631]) ([sonos docs])
+- Add tests for Broadlink remotes ([@felipediel] - [#39235]) ([broadlink docs])
+- Bump nexia to 0.9.4 ([@bdraco] - [#39634]) ([nexia docs])
+- Improve broadlink sensor tests ([@ctalkington] - [#39632]) ([broadlink docs])
+- Add support for VeSync Fans ([@TheGardenMonkey] - [#36132]) ([vesync docs]) (new-platform)
+- Fix Spotify scopes validation for re-auth ([@frenck] - [#39638]) ([spotify docs])
+- Upgrade isort to 5.5.0 ([@frenck] - [#39639]) ([sense docs])
+- Add new Plex movie lookup method for media_player.play_media ([@jjlawren] - [#39584]) ([plex docs])
+- Upgrade wled to 0.4.4 ([@frenck] - [#39641]) ([wled docs])
+- Fix sensors without unit attribute in Shelly integration ([@bieniu] - [#39629]) ([shelly docs])
+- Add payload to debug output of rest_command ([@hmmbob] - [#39190]) ([rest_command docs])
+- Make resilient to errors while receiving SMS ([@ocalvo] - [#37577]) ([sms docs])
+- Allow using environment cacert file ([@bjornsnoen] - [#38816])
+- Add devolo thermostat devices ([@2Fake] - [#38594]) ([devolo_home_control docs]) (new-platform)
+- Fix missing assert in template test ([@bdraco] - [#39648])
+- Add some missing sensors for Shelly integration ([@bieniu] - [#39651]) ([shelly docs])
+- Reduce log level for Plex service call ([@jjlawren] - [#39647]) ([plex docs])
+- Do not treat nexia http not found as invalid auth ([@bdraco] - [#39484]) ([nexia docs])
+- Allow separate URL for REST switch state ([@jjlawren] - [#39557]) ([rest docs])
+- Media Source implementation for Chromecast ([@hunterjm] - [#39305]) ([cast docs]) ([default_config docs]) ([media_finder docs]) (new-integration)
+- Bump brother library ([@bieniu] - [#39657]) ([brother docs])
+- Add unique ID to demo fan ([@kbickar] - [#39658]) ([demo docs])
+- Improve handling of roon radio data ([@pavoni] - [#39659]) ([roon docs])
+- Add Netatmo media browser support ([@cgtobi] - [#39578]) ([cast docs]) ([default_config docs]) ([media_source docs]) ([netatmo docs]) (new-integration)
+- Bumping aioasuswrt version so that it have license-tag and manifest ([@kennedyshead] - [#39654]) ([asuswrt docs])
+- Address review comments on dsmr update to ConfigEntry ([@RobBie1221] - [#39662]) ([dsmr docs])
+- Use the shared Zeroconf instance in esphome ([@bdraco] - [#38747]) ([esphome docs])
+- Add event sensors for risco ([@OnFreund] - [#39594]) ([risco docs]) (new-platform)
+- Prevent mpchc from spamming logs ([@ctalkington] - [#39663]) ([mpchc docs])
+- Improve ozw websocket response when node is not found ([@cgarwood] - [#39653]) ([ozw docs])
+- Replace old source prefixing for channels with new media browser ([@elupus] - [#39596]) ([philips_js docs])
+- Refactor sharkiq tests ([@ajmarks] - [#39564]) ([sharkiq docs])
+- Add mac address to sky_hub tracker ([@RogerSelwyn] - [#39506]) ([sky_hub docs])
+- Updated frontend to 20200904.0 ([@bramkragten] - [#39665]) ([frontend docs])
+- Register media browser panel ([@hunterjm] - [#39655]) ([media_source docs])
+- Bump gios library ([@bieniu] - [#39669]) ([gios docs])
+- Bump accuweather library ([@bieniu] - [#39667]) ([accuweather docs])
+- Add OpenWeatherMap config_flow ([@freekode] - [#34659]) ([openweathermap docs]) (breaking-change)
+- Improve systemmonitor ([@spacegaier] - [#36283]) ([systemmonitor docs])
+- Add parameters for enabling Auth in Apache Kafka integration ([@inishchith] - [#39611]) ([apache_kafka docs])
+- Add connection validation on import for dsmr integration ([@RobBie1221] - [#39664]) ([dsmr docs])
+- Add Emulated Kasa Integration ([@kbickar] - [#39630]) ([emulated_kasa docs]) ([sense docs]) (new-integration)
+- Fix monoprice option flow test ([@MartinHjelmare] - [#39685]) ([monoprice docs])
+- Add iSmartGate support ([@vangorra] - [#39437]) ([gogogate2 docs])
+- Fix for starline authorization ([@Funcy-dcm] - [#39674]) ([starline docs])
+- Drop UNIT_ prefix for percentage constant ([@springstan] - [#39383])
+- Use more homeassistant constants in NWS ([@MatthewFlamm] - [#39690]) ([nws docs])
+- Match documentation on expose being default True ([@elupus] - [#39692]) ([google_assistant docs])
+- Add tradfri api call error handling ([@MartinHjelmare] - [#39681]) ([tradfri docs])
+- Add Arcam radio media browsing ([@elupus] - [#39593]) ([arcam_fmj docs])
+- Improve handling of DHCP devices ([@chemelli74] - [#39683]) ([shelly docs])
+- Bump pytradfri to 7.0.1 ([@MartinHjelmare] - [#39696]) ([tradfri docs])
+- Upgrade TensorFlow to 2.3 ([@hunterjm] - [#39673]) ([tensorflow docs])
+- Mock tradfri lights correctly ([@MartinHjelmare] - [#39706]) ([tradfri docs])
+- Bump pytradfri to 7.0.2 ([@MartinHjelmare] - [#39707]) ([tradfri docs])
+- Add media browser support to roku ([@ctalkington] - [#39652]) ([roku docs])
+- Browse media class ([@balloob] - [#39698]) ([arcam_fmj docs]) ([media_player docs]) ([media_source docs]) ([netatmo docs]) ([philips_js docs]) ([plex docs]) ([roku docs]) ([sonos docs]) ([spotify docs])
+- Make multi-switches device a single device with 2 switches ([@chemelli74] - [#39689]) ([shelly docs])
+- Time condition can also accept an input_datetime Entity ID ([@frenck] - [#39676])
+- Add shorthand notation for Template conditions ([@frenck] - [#39705]) ([automation docs])
+- Update py-melissa-climate to 2.1.4 ([@kennedyshead] - [#39708]) ([melissa docs])
+- Bump aioshelly library to 0.3.0 ([@bieniu] - [#39716]) ([shelly docs])
+- Add HomeKit discovery for iSmartGate ([@bdraco] - [#39702]) ([gogogate2 docs])
+- Numeric state condition can also accept input_number entity ID ([@frenck] - [#39680])
+- Set log level for libav.mp4 in stream ([@uvjustin] - [#39719]) ([stream docs])
+- Add number parsing for OpenHardwareMonitor ([@fillefilip8] - [#39030]) ([openhardwaremonitor docs]) (breaking-change)
+- Update ZHA storage every 10 minutes ([@dmulcahey] - [#39710]) ([zha docs])
+- Add Plugwise scan_interval config option ([@bouwew] - [#37229]) ([plugwise docs])
+- Bump zeroconf to resolve a performance issue with the cache reaper ([@bdraco] - [#39713]) ([zeroconf docs])
+- Fix media browser panel title ([@spacegaier] - [#39720]) ([media_source docs])
+- Fix setup of ONVIF devices without snapshot capability ([@scop] - [#39723]) ([onvif docs])
+- Spotify browser add more sources ([@bramkragten] - [#39296]) ([media_player docs]) ([spotify docs])
+- Add domain filter support to async_all to match async_entity_ids ([@bdraco] - [#39725]) ([humidifier docs]) ([light docs]) ([owntracks docs])
+- Axis - Improve naming of some events ([@Kane610] - [#39699]) ([axis docs]) (breaking-change)
+- Add hassfest requirements validation ([@MartinHjelmare] - [#39329])
+- Fix some missing ozw sensors ([@firstof9] - [#39686]) ([ozw docs])
+- State condition can also accept an input_* Entity ID as state value ([@frenck] - [#39691])
+- allow creating directories from camera snapshot, stream record, and tensorflow file out ([@hunterjm] - [#39728]) ([camera docs]) ([stream docs]) ([tensorflow docs])
+- Set DEVICE_CLASS_GATE for iSmartGate gates ([@bdraco] - [#39703]) ([gogogate2 docs])
+- Add unique_id to jewish_calendar entities ([@ajmarks] - [#39025]) ([jewish_calendar docs])
+- Improve climate support for fibaro ([@pbalogh77] - [#39038]) ([fibaro docs])
+- Fix handling of device registry defaults ([@emontnemery] - [#39688])
+- Update ZHA dependencies ([@Adminiuga] - [#39700]) ([zha docs])
+- Remove ozw lock service for loops, replace with get_value() ([@firstof9] - [#39735]) ([ozw docs])
+- Optimize template sandbox for Home Assistant ([@bdraco] - [#39731])
+- Bump pyskyqhub to 0.1.3 ([@RogerSelwyn] - [#39739]) ([sky_hub docs])
+- Upgrade isort to 5.5.1 ([@frenck] - [#39737])
+- Make Sonos use BrowseMedia ([@cgtobi] - [#39742]) ([sonos docs])
+- Bump Plugwise_Smile from 1.1.0 to 1.4.0 ([@CoMPaTech] - [#39726]) ([plugwise docs])
+- Fix cast media player browser ([@bramkragten] - [#39745]) ([cast docs])
+- Rework Shelly sensors ([@balloob] - [#39747]) ([shelly docs])
+- Improve Plugwise config_options testing ([@CoMPaTech] - [#39736]) ([plugwise docs])
+- Add devolo current and total consumption to sensors ([@2Fake] - [#38386]) ([devolo_home_control docs])
+- Add devolo remote devices as binary sensors ([@2Fake] - [#39105]) ([devolo_home_control docs])
+- Add device action support for remotes ([@ctalkington] - [#39400]) ([remote docs])
+- Support state trigger with from/for but no to ([@amelchio] - [#39480]) ([homeassistant docs])
+- Retry tado setup later when cloud service is unavailable ([@bdraco] - [#39748]) ([tado docs])
+- Support 'for' without setting the 'to'-state in automation state triggers ([@frenck] - [#39730]) ([homeassistant docs])
+- Fix netatmo browse_media return type ([@MartinHjelmare] - [#39751]) ([netatmo docs])
+- Ensure static templates are still called back on first refresh ([@bdraco] - [#39753])
+- Support color temperature ([@Misiu] - [#39743]) ([shelly docs])
+- Increase test coverage for template sandbox ([@bdraco] - [#39750])
+- Make Spotify library payload use "BrowseMedia" ([@spacegaier] - [#39744]) ([spotify docs])
+- Remove remaining and add finishes_at attributes from timer ([@IcyPalm] - [#37519]) ([timer docs]) (breaking-change)
+- Add Kodi media browser support ([@cgtobi] - [#39729]) ([kodi docs])
+- Timer make attribute format always h:mm:ss ([@bramkragten] - [#38292]) ([timer docs]) (breaking-change)
+- Update pykodi to 0.1.2 ([@OnFreund] - [#39758]) ([kodi docs])
+- Add missing MENU option for webos.button service ([@basnijholt] - [#39746]) ([webostv docs])
+- Don't poll entities for unavailable ZHA devices ([@dmulcahey] - [#39756]) ([zha docs])
+- Local media source: return different error if media folder doesnt exist ([@bramkragten] - [#39759]) ([media_source docs])
+- Force token expires_in to float ([@timmo001] - [#39489])
+- Update frontend to 20200907.0 ([@bramkragten] - [#39761]) ([frontend docs])
+- Clean up spotify media browser dict access ([@MartinHjelmare] - [#39764]) ([spotify docs])
+- Fix plex browse media ([@MartinHjelmare] - [#39766]) ([plex docs])
+- Support shelly cover(roller) mode ([@chemelli74] - [#39711]) ([shelly docs]) (beta fix) (new-platform)
+- Guard for spotify items without type ([@balloob] - [#39795]) ([spotify docs]) (beta fix)
+- Add media class browse media attribute ([@MartinHjelmare] - [#39770]) (beta fix)
+- Add the ability to reload bayesian platforms from yaml ([@bdraco] - [#39771]) ([bayesian docs]) (beta fix)
+- Remove invalidation version from panel_custom ([@frenck] - [#39782]) ([panel_custom docs]) (beta fix)
+- Restore miflora now that v0.7.0 is out ([@basnijholt] - [#39787]) ([miflora docs]) (beta fix)
+- Fix Sonos issue ([@cgtobi] - [#39790]) ([sonos docs]) (beta fix)
+- Copy instead of deepcopy the variables in a wait for trigger ([@balloob] - [#39796]) (beta fix)
+- Some shelly fixes ([@balloob] - [#39798]) ([shelly docs]) (beta fix)
+- Remove HTML support from frontend ([@balloob] - [#39799]) ([frontend docs]) (breaking-change) (beta fix)
+- Remove deprecated Hue configuration ([@frenck] - [#39800]) ([hue docs]) (beta fix)
+- Bump pydelijn to 0.6.1 ([@Emilv2] - [#39802]) ([delijn docs]) (beta fix)
+- Fix cover template entities honoring titlecase True/False ([@bdraco] - [#39803]) ([template docs]) (beta fix)
+- Restore missing device_class to template binary_sensor ([@bdraco] - [#39805]) ([template docs]) (beta fix)
+- Fix isy994 send_node_command ([@bdraco] - [#39806]) ([isy994 docs]) (beta fix)
+- Fix MQTT light value template ([@emontnemery] - [#39820]) ([mqtt docs]) (beta fix)
+- Update frontend to 20200908.0 ([@bramkragten] - [#39824]) ([frontend docs]) (beta fix)
+- Avoid failing when hub does not provide cover position information ([@Franchie] - [#39826]) ([hunterdouglas_powerview docs]) (beta fix)
+- Add missing sensors after reworking sensor platform in Shelly integration ([@bieniu] - [#39765]) ([shelly docs]) (beta fix)
+- Fix Kodi media browser ([@cgtobi] - [#39829]) ([kodi docs]) (beta fix)
+- Fix nzbget sensors ([@ctalkington] - [#39833]) ([nzbget docs]) (beta fix)
+- Fix Kodi media browser ([@cgtobi] - [#39840]) ([kodi docs]) (beta fix)
+- Make spotify media class lookup more robust ([@MartinHjelmare] - [#39841]) ([spotify docs]) (beta fix)
+- Use correct URL for Fitbit callbacks ([@colinfrei] - [#39823]) ([fitbit docs]) (beta fix)
+- Use a unique id for each icmplib ping to avoid mixing unrelated responses ([@bdraco] - [#39830]) ([ping docs]) (beta fix)
+- Updated warning_device_warn ([@martin3000] - [#39851]) ([zha docs]) (beta fix)
+- Sort Local Media Source and fix media class ([@hunterjm] - [#39858]) ([media_source docs]) (beta fix)
+- Update ZHA dependency ([@Adminiuga] - [#39862]) ([zha docs]) (beta fix)
+- Remove media class apps and channels ([@MartinHjelmare] - [#39864]) ([media_player docs]) ([media_source docs]) ([philips_js docs]) ([roku docs]) (beta fix)
+- Improve Roku media browser structure ([@ctalkington] - [#39754]) ([roku docs]) (beta fix)
+- Add exception for NoURLAvailableError in OAuth2FlowHandler ([@ludeeus] - [#39845]) ([spotify docs]) (beta fix)
+- Install stdlib-list in script/bootstrap ([@balloob] - [#39866]) (beta fix)
+- Disable Met.no hourly weather by default ([@frenck] - [#39867]) ([met docs]) (beta fix)
+- Updated frontend to 20200909.0 ([@ludeeus] - [#39869]) ([frontend docs]) (beta fix)
+- Bump pysmappee to 0.2.13 ([@bsmappee] - [#39883]) ([smappee docs]) (beta fix)
+- Fix event trigger ([@balloob] - [#39884]) ([homeassistant docs]) (beta fix)
+- Bump hass-nabucasa 0.37.0 ([@pvizeli] - [#39885]) ([cloud docs]) (beta fix)
+- Shelly switch to guard for shelly 2 in roller mode ([@balloob] - [#39886]) ([shelly docs]) (beta fix)
+- Fix spotify media browser category ([@bramkragten] - [#39888]) ([spotify docs]) (beta fix)
+- Fix issue with grpcio build on 32bit arch ([@pvizeli] - [#39893]) (beta fix)
+- Add default variables to script helper ([@balloob] - [#39895]) ([automation docs]) ([script docs]) (beta fix)
+- Detect self-referencing loops in template entities and log a warning ([@bdraco] - [#39897]) ([template docs]) (beta fix)
+- Fix ping log level to be debug instead of warning ([@bdraco] - [#39900]) ([ping docs]) (beta fix)
+- Fix discovery update of MQTT state templates ([@emontnemery] - [#39901]) ([mqtt docs]) (beta fix)
+- Limit zeroconf discovery to name/macaddress when provided ([@bdraco] - [#39877]) ([axis docs]) ([brother docs]) ([doorbird docs]) ([shelly docs]) ([smappee docs]) ([zeroconf docs]) (beta fix)
+- Warn users if KNX has no devices configured ([@marvin-w] - [#39899]) ([knx docs]) (beta fix)
+- Add children media class ([@MartinHjelmare] - [#39902]) (beta fix)
+- Disable audio for HLS or mpegts input ([@uvjustin] - [#39906]) ([stream docs]) (beta fix)
+- Don't trigger on attribute when the attribute doesn't change ([@basnijholt] - [#39910]) ([homeassistant docs]) (beta fix)
+- Extract variable rendering ([@balloob] - [#39934]) ([automation docs]) ([script docs]) (beta fix)
+- Set variable values in scripts ([@thomasloven] - [#39915]) (beta fix)
+- Bump aioshelly to 0.3.1 ([@balloob] - [#39917]) ([shelly docs]) (beta fix)
+- Prevent missing integration from failing HomeKit startup ([@bdraco] - [#39918]) ([homekit docs]) (beta fix)
+- Update zeroconf to 0.28.5 ([@bdraco] - [#39923]) ([zeroconf docs]) (beta fix)
+- Accept known hosts for get_url for OAuth ([@frenck] - [#39936]) (beta fix)
+- Handle Kodi shutdown ([@OnFreund] - [#39856]) ([kodi docs]) (beta fix)
+- Bump pyloopenergy library to 0.2.1 ([@pavoni] - [#39919]) ([loopenergy docs]) (beta fix)
+- Return the listeners with the template result for the websocket api ([@bdraco] - [#39925]) ([websocket_api docs]) (beta fix)
+- Fix missing position attribute for MeteoFranceAlertSensor ([@Quentame] - [#39938]) ([meteo_france docs]) (beta fix)
+- Change template loop detection strategy to allow self-referencing updates when there are multiple templates ([@bdraco] - [#39943]) ([template docs]) (beta fix)
+- Set output timescale to input timescale ([@uvjustin] - [#39946]) ([stream docs]) (beta fix)
+- Add children media class to children spotify media browser ([@bramkragten] - [#39953]) ([spotify docs]) (beta fix)
+- Remove skip_sidx container option in stream ([@uvjustin] - [#39970]) ([stream docs]) (beta fix)
+- Fix children_media_class for special folders ([@jjlawren] - [#39974]) ([plex docs]) (beta fix)
+- Bump frontend to 20200912.0 ([@ludeeus] - [#39997]) ([frontend docs]) (beta fix)
+- Bump androidtv to 0.0.50 ([@JeffLIrion] - [#39998]) ([androidtv docs]) (beta fix)
+- Fix Freebox call sensor when no call in history ([@Quentame] - [#40001]) ([freebox docs]) (beta fix)
+- Bump pyhaversion to 3.4.0 ([@ludeeus] - [#40016]) ([version docs]) (beta fix)
+- Suppress homekit bridge discovery by homekit controller ([@bdraco] - [#39990]) ([homekit_controller docs]) (beta fix)
+- Fix requiring username or password for nzbget yaml config ([@springstan] - [#40003]) ([nzbget docs]) (beta fix)
+- Add tests for Plugwise integration ([@CoMPaTech] - [#36371]) ([plugwise docs]) (beta fix)
+- Ensure Plugwise unique_id is correctly set ([@bouwew] - [#40014]) ([plugwise docs]) (beta fix)
+- Improve handling of mireds being far out of spec ([@Kane610] - [#40018]) ([deconz docs]) (beta fix)
+- Do not log an error when a host is unreachable while pinging ([@bdraco] - [#40024]) ([ping docs]) (beta fix)
+- Fix slack notifications requiring an icon ([@springstan] - [#40027]) ([slack docs]) (beta fix)
+- Ensure homekit_controller traps exceptions from find_ip_by_device_id ([@bdraco] - [#40030]) ([homekit_controller docs]) (beta fix)
+- Fix entity extraction from Template conditions ([@frenck] - [#40034]) (beta fix)
+- Speedtestdotnet - use server name to generate server list ([@r4nd0mbr1ck] - [#39775]) ([speedtestdotnet docs]) (beta fix)
+- Update gogogate2-api to 2.0.2 ([@bdraco] - [#40010]) ([gogogate2 docs]) (beta fix)
+- Fix ecobee weather forcast off by 1 bug ([@b3nj1] - [#40048]) ([ecobee docs]) (beta fix)
+- Correct devolo climate devices ([@2Fake] - [#40061]) ([devolo_home_control docs]) (beta fix)
+- Fix default forecast mode OpenWeatherMap ([@freekode] - [#40062]) ([openweathermap docs]) (beta fix)
+- Bump aiohomekit version (regression fix) ([@Jc2k] - [#40064]) ([homekit_controller docs]) (beta fix)
+- Update docker base image to 8.4.0 ([@pvizeli] - [#40066]) (beta fix)
+- Fix tag last scanned serialization ([@balloob] - [#40067]) ([tag docs]) (beta fix)
+- Fix netatmo media browser of outdoor events ([@cgtobi] - [#40079]) ([netatmo docs]) (beta fix)
+- Increase TIMEOUT_ACK to 2s ([@emontnemery] - [#40080]) ([mqtt docs]) (beta fix)
+- Update ZHA dependency ([@Adminiuga] - [#40083]) ([zha docs]) (beta fix)
+- Check Sonos for local library before browsing ([@cgtobi] - [#40085]) ([sonos docs]) (beta fix)
+- Convert color temperature to hue and saturation for HomeKit ([@bdraco] - [#40089]) ([homekit docs]) (beta fix)
+- Update frontend to 20200915.0 ([@bramkragten] - [#40101]) ([frontend docs]) (beta fix)
+- Address error in SQL query ([@dgomes] - [#39939]) ([sql docs]) (beta fix)
+- Add media dirs core configuration ([@frenck] - [#40071]) ([media_source docs]) (breaking-change) (beta fix)
+- Guard both Shelly 2 & Shelly 2.5 in roller mode ([@thecode] - [#40086]) ([shelly docs]) (beta fix)
+- Remove the unnecessary prefix from the sensor names in the Shelly integration ([@bieniu] - [#40097]) ([shelly docs]) (beta fix)
+- Increase TIMEOUT_ACK to 10s ([@springstan] - [#40117]) ([mqtt docs]) (beta fix)
+- Bump aioshelly library to version 0.3.2 ([@bieniu] - [#40118]) ([shelly docs]) (beta fix)
+- Allow ESPHome to trigger the HA tag scanned event ([@jesserockz] - [#40128]) ([esphome docs]) (beta fix)
+- Use device name stored in device_info for tag scan in ESPHome ([@jesserockz] - [#40130]) ([esphome docs]) (beta fix)
+- Guard for when Yandex Transport data fetching fails ([@balloob] - [#40131]) ([yandex_transport docs]) (beta fix)
+- Fix ESPHome scan tag device ID ([@balloob] - [#40132]) ([esphome docs]) (beta fix)
+- Fix scene validator ([@balloob] - [#40140]) ([homeassistant docs]) (beta fix)
+- Fix missing f from f-strings in cast integration ([@frenck] - [#40144]) ([cast docs]) (beta fix)
+- Fix local media browser source conflicting with local www folder ([@frenck] - [#40151]) ([media_source docs]) (beta fix)
+- Update frontend to 20200916.0 ([@bramkragten] - [#40153]) ([frontend docs]) (beta fix)
+- Check mpd time type before splitting it ([@ctalkington] - [#40139]) ([mpd docs]) (beta fix)
+- Fix luci device_tracker not reliably reporting home/away state ([@cagnulein] - [#40160]) ([luci docs]) (beta fix)
+- Update pyhaversion to 3.4.2 ([@ludeeus] - [#40161]) ([version docs]) (beta fix)
+- Updated frontend to 20200917.1 ([@bramkragten] - [#40170]) ([frontend docs]) (beta fix)
+- Fix editing tags only get isoformat from datetime ([@bramkragten] - [#40174]) ([tag docs]) (beta fix)
+- Add missing conext preservation to bayesian and universal ([@bdraco] - [#40178]) ([bayesian docs]) ([universal docs]) (beta fix)
+
+
+
+[#6873]: https://github.com/home-assistant/frontend/pull/6873
+[#31954]: https://github.com/home-assistant/core/pull/31954
+[#34659]: https://github.com/home-assistant/core/pull/34659
+[#34820]: https://github.com/home-assistant/core/pull/34820
+[#35301]: https://github.com/home-assistant/core/pull/35301
+[#35590]: https://github.com/home-assistant/core/pull/35590
+[#36132]: https://github.com/home-assistant/core/pull/36132
+[#36283]: https://github.com/home-assistant/core/pull/36283
+[#36371]: https://github.com/home-assistant/core/pull/36371
+[#36467]: https://github.com/home-assistant/core/pull/36467
+[#36468]: https://github.com/home-assistant/core/pull/36468
+[#36597]: https://github.com/home-assistant/core/pull/36597
+[#36694]: https://github.com/home-assistant/core/pull/36694
+[#36739]: https://github.com/home-assistant/core/pull/36739
+[#36750]: https://github.com/home-assistant/core/pull/36750
+[#36800]: https://github.com/home-assistant/core/pull/36800
+[#36914]: https://github.com/home-assistant/core/pull/36914
+[#36930]: https://github.com/home-assistant/core/pull/36930
+[#37191]: https://github.com/home-assistant/core/pull/37191
+[#37216]: https://github.com/home-assistant/core/pull/37216
+[#37229]: https://github.com/home-assistant/core/pull/37229
+[#37258]: https://github.com/home-assistant/core/pull/37258
+[#37282]: https://github.com/home-assistant/core/pull/37282
+[#37467]: https://github.com/home-assistant/core/pull/37467
+[#37519]: https://github.com/home-assistant/core/pull/37519
+[#37533]: https://github.com/home-assistant/core/pull/37533
+[#37553]: https://github.com/home-assistant/core/pull/37553
+[#37561]: https://github.com/home-assistant/core/pull/37561
+[#37577]: https://github.com/home-assistant/core/pull/37577
+[#37692]: https://github.com/home-assistant/core/pull/37692
+[#37707]: https://github.com/home-assistant/core/pull/37707
+[#37711]: https://github.com/home-assistant/core/pull/37711
+[#37750]: https://github.com/home-assistant/core/pull/37750
+[#37812]: https://github.com/home-assistant/core/pull/37812
+[#37826]: https://github.com/home-assistant/core/pull/37826
+[#37854]: https://github.com/home-assistant/core/pull/37854
+[#37922]: https://github.com/home-assistant/core/pull/37922
+[#37926]: https://github.com/home-assistant/core/pull/37926
+[#37939]: https://github.com/home-assistant/core/pull/37939
+[#37959]: https://github.com/home-assistant/core/pull/37959
+[#37966]: https://github.com/home-assistant/core/pull/37966
+[#37992]: https://github.com/home-assistant/core/pull/37992
+[#38075]: https://github.com/home-assistant/core/pull/38075
+[#38125]: https://github.com/home-assistant/core/pull/38125
+[#38171]: https://github.com/home-assistant/core/pull/38171
+[#38214]: https://github.com/home-assistant/core/pull/38214
+[#38242]: https://github.com/home-assistant/core/pull/38242
+[#38263]: https://github.com/home-assistant/core/pull/38263
+[#38267]: https://github.com/home-assistant/core/pull/38267
+[#38268]: https://github.com/home-assistant/core/pull/38268
+[#38272]: https://github.com/home-assistant/core/pull/38272
+[#38287]: https://github.com/home-assistant/core/pull/38287
+[#38292]: https://github.com/home-assistant/core/pull/38292
+[#38306]: https://github.com/home-assistant/core/pull/38306
+[#38330]: https://github.com/home-assistant/core/pull/38330
+[#38378]: https://github.com/home-assistant/core/pull/38378
+[#38381]: https://github.com/home-assistant/core/pull/38381
+[#38386]: https://github.com/home-assistant/core/pull/38386
+[#38405]: https://github.com/home-assistant/core/pull/38405
+[#38444]: https://github.com/home-assistant/core/pull/38444
+[#38518]: https://github.com/home-assistant/core/pull/38518
+[#38522]: https://github.com/home-assistant/core/pull/38522
+[#38551]: https://github.com/home-assistant/core/pull/38551
+[#38555]: https://github.com/home-assistant/core/pull/38555
+[#38572]: https://github.com/home-assistant/core/pull/38572
+[#38573]: https://github.com/home-assistant/core/pull/38573
+[#38574]: https://github.com/home-assistant/core/pull/38574
+[#38575]: https://github.com/home-assistant/core/pull/38575
+[#38578]: https://github.com/home-assistant/core/pull/38578
+[#38583]: https://github.com/home-assistant/core/pull/38583
+[#38590]: https://github.com/home-assistant/core/pull/38590
+[#38594]: https://github.com/home-assistant/core/pull/38594
+[#38595]: https://github.com/home-assistant/core/pull/38595
+[#38596]: https://github.com/home-assistant/core/pull/38596
+[#38597]: https://github.com/home-assistant/core/pull/38597
+[#38599]: https://github.com/home-assistant/core/pull/38599
+[#38602]: https://github.com/home-assistant/core/pull/38602
+[#38603]: https://github.com/home-assistant/core/pull/38603
+[#38605]: https://github.com/home-assistant/core/pull/38605
+[#38606]: https://github.com/home-assistant/core/pull/38606
+[#38608]: https://github.com/home-assistant/core/pull/38608
+[#38615]: https://github.com/home-assistant/core/pull/38615
+[#38618]: https://github.com/home-assistant/core/pull/38618
+[#38621]: https://github.com/home-assistant/core/pull/38621
+[#38627]: https://github.com/home-assistant/core/pull/38627
+[#38629]: https://github.com/home-assistant/core/pull/38629
+[#38633]: https://github.com/home-assistant/core/pull/38633
+[#38634]: https://github.com/home-assistant/core/pull/38634
+[#38636]: https://github.com/home-assistant/core/pull/38636
+[#38638]: https://github.com/home-assistant/core/pull/38638
+[#38641]: https://github.com/home-assistant/core/pull/38641
+[#38643]: https://github.com/home-assistant/core/pull/38643
+[#38647]: https://github.com/home-assistant/core/pull/38647
+[#38648]: https://github.com/home-assistant/core/pull/38648
+[#38650]: https://github.com/home-assistant/core/pull/38650
+[#38651]: https://github.com/home-assistant/core/pull/38651
+[#38652]: https://github.com/home-assistant/core/pull/38652
+[#38653]: https://github.com/home-assistant/core/pull/38653
+[#38655]: https://github.com/home-assistant/core/pull/38655
+[#38663]: https://github.com/home-assistant/core/pull/38663
+[#38664]: https://github.com/home-assistant/core/pull/38664
+[#38665]: https://github.com/home-assistant/core/pull/38665
+[#38672]: https://github.com/home-assistant/core/pull/38672
+[#38676]: https://github.com/home-assistant/core/pull/38676
+[#38677]: https://github.com/home-assistant/core/pull/38677
+[#38680]: https://github.com/home-assistant/core/pull/38680
+[#38682]: https://github.com/home-assistant/core/pull/38682
+[#38686]: https://github.com/home-assistant/core/pull/38686
+[#38687]: https://github.com/home-assistant/core/pull/38687
+[#38689]: https://github.com/home-assistant/core/pull/38689
+[#38691]: https://github.com/home-assistant/core/pull/38691
+[#38692]: https://github.com/home-assistant/core/pull/38692
+[#38694]: https://github.com/home-assistant/core/pull/38694
+[#38696]: https://github.com/home-assistant/core/pull/38696
+[#38697]: https://github.com/home-assistant/core/pull/38697
+[#38698]: https://github.com/home-assistant/core/pull/38698
+[#38700]: https://github.com/home-assistant/core/pull/38700
+[#38701]: https://github.com/home-assistant/core/pull/38701
+[#38718]: https://github.com/home-assistant/core/pull/38718
+[#38722]: https://github.com/home-assistant/core/pull/38722
+[#38727]: https://github.com/home-assistant/core/pull/38727
+[#38728]: https://github.com/home-assistant/core/pull/38728
+[#38729]: https://github.com/home-assistant/core/pull/38729
+[#38731]: https://github.com/home-assistant/core/pull/38731
+[#38735]: https://github.com/home-assistant/core/pull/38735
+[#38736]: https://github.com/home-assistant/core/pull/38736
+[#38737]: https://github.com/home-assistant/core/pull/38737
+[#38742]: https://github.com/home-assistant/core/pull/38742
+[#38744]: https://github.com/home-assistant/core/pull/38744
+[#38747]: https://github.com/home-assistant/core/pull/38747
+[#38749]: https://github.com/home-assistant/core/pull/38749
+[#38757]: https://github.com/home-assistant/core/pull/38757
+[#38758]: https://github.com/home-assistant/core/pull/38758
+[#38761]: https://github.com/home-assistant/core/pull/38761
+[#38763]: https://github.com/home-assistant/core/pull/38763
+[#38765]: https://github.com/home-assistant/core/pull/38765
+[#38766]: https://github.com/home-assistant/core/pull/38766
+[#38767]: https://github.com/home-assistant/core/pull/38767
+[#38768]: https://github.com/home-assistant/core/pull/38768
+[#38770]: https://github.com/home-assistant/core/pull/38770
+[#38772]: https://github.com/home-assistant/core/pull/38772
+[#38776]: https://github.com/home-assistant/core/pull/38776
+[#38778]: https://github.com/home-assistant/core/pull/38778
+[#38779]: https://github.com/home-assistant/core/pull/38779
+[#38780]: https://github.com/home-assistant/core/pull/38780
+[#38781]: https://github.com/home-assistant/core/pull/38781
+[#38787]: https://github.com/home-assistant/core/pull/38787
+[#38802]: https://github.com/home-assistant/core/pull/38802
+[#38803]: https://github.com/home-assistant/core/pull/38803
+[#38814]: https://github.com/home-assistant/core/pull/38814
+[#38816]: https://github.com/home-assistant/core/pull/38816
+[#38817]: https://github.com/home-assistant/core/pull/38817
+[#38819]: https://github.com/home-assistant/core/pull/38819
+[#38820]: https://github.com/home-assistant/core/pull/38820
+[#38827]: https://github.com/home-assistant/core/pull/38827
+[#38829]: https://github.com/home-assistant/core/pull/38829
+[#38832]: https://github.com/home-assistant/core/pull/38832
+[#38833]: https://github.com/home-assistant/core/pull/38833
+[#38840]: https://github.com/home-assistant/core/pull/38840
+[#38842]: https://github.com/home-assistant/core/pull/38842
+[#38843]: https://github.com/home-assistant/core/pull/38843
+[#38846]: https://github.com/home-assistant/core/pull/38846
+[#38847]: https://github.com/home-assistant/core/pull/38847
+[#38848]: https://github.com/home-assistant/core/pull/38848
+[#38852]: https://github.com/home-assistant/core/pull/38852
+[#38857]: https://github.com/home-assistant/core/pull/38857
+[#38859]: https://github.com/home-assistant/core/pull/38859
+[#38863]: https://github.com/home-assistant/core/pull/38863
+[#38864]: https://github.com/home-assistant/core/pull/38864
+[#38866]: https://github.com/home-assistant/core/pull/38866
+[#38867]: https://github.com/home-assistant/core/pull/38867
+[#38868]: https://github.com/home-assistant/core/pull/38868
+[#38871]: https://github.com/home-assistant/core/pull/38871
+[#38879]: https://github.com/home-assistant/core/pull/38879
+[#38886]: https://github.com/home-assistant/core/pull/38886
+[#38892]: https://github.com/home-assistant/core/pull/38892
+[#38901]: https://github.com/home-assistant/core/pull/38901
+[#38906]: https://github.com/home-assistant/core/pull/38906
+[#38920]: https://github.com/home-assistant/core/pull/38920
+[#38921]: https://github.com/home-assistant/core/pull/38921
+[#38925]: https://github.com/home-assistant/core/pull/38925
+[#38929]: https://github.com/home-assistant/core/pull/38929
+[#38934]: https://github.com/home-assistant/core/pull/38934
+[#38938]: https://github.com/home-assistant/core/pull/38938
+[#38940]: https://github.com/home-assistant/core/pull/38940
+[#38946]: https://github.com/home-assistant/core/pull/38946
+[#38950]: https://github.com/home-assistant/core/pull/38950
+[#38951]: https://github.com/home-assistant/core/pull/38951
+[#38955]: https://github.com/home-assistant/core/pull/38955
+[#38956]: https://github.com/home-assistant/core/pull/38956
+[#38957]: https://github.com/home-assistant/core/pull/38957
+[#38962]: https://github.com/home-assistant/core/pull/38962
+[#38966]: https://github.com/home-assistant/core/pull/38966
+[#38967]: https://github.com/home-assistant/core/pull/38967
+[#38969]: https://github.com/home-assistant/core/pull/38969
+[#38971]: https://github.com/home-assistant/core/pull/38971
+[#38972]: https://github.com/home-assistant/core/pull/38972
+[#38978]: https://github.com/home-assistant/core/pull/38978
+[#38979]: https://github.com/home-assistant/core/pull/38979
+[#38980]: https://github.com/home-assistant/core/pull/38980
+[#38982]: https://github.com/home-assistant/core/pull/38982
+[#38983]: https://github.com/home-assistant/core/pull/38983
+[#38984]: https://github.com/home-assistant/core/pull/38984
+[#38986]: https://github.com/home-assistant/core/pull/38986
+[#38988]: https://github.com/home-assistant/core/pull/38988
+[#38991]: https://github.com/home-assistant/core/pull/38991
+[#38997]: https://github.com/home-assistant/core/pull/38997
+[#38998]: https://github.com/home-assistant/core/pull/38998
+[#39004]: https://github.com/home-assistant/core/pull/39004
+[#39008]: https://github.com/home-assistant/core/pull/39008
+[#39009]: https://github.com/home-assistant/core/pull/39009
+[#39014]: https://github.com/home-assistant/core/pull/39014
+[#39019]: https://github.com/home-assistant/core/pull/39019
+[#39020]: https://github.com/home-assistant/core/pull/39020
+[#39021]: https://github.com/home-assistant/core/pull/39021
+[#39025]: https://github.com/home-assistant/core/pull/39025
+[#39027]: https://github.com/home-assistant/core/pull/39027
+[#39030]: https://github.com/home-assistant/core/pull/39030
+[#39034]: https://github.com/home-assistant/core/pull/39034
+[#39036]: https://github.com/home-assistant/core/pull/39036
+[#39038]: https://github.com/home-assistant/core/pull/39038
+[#39042]: https://github.com/home-assistant/core/pull/39042
+[#39043]: https://github.com/home-assistant/core/pull/39043
+[#39045]: https://github.com/home-assistant/core/pull/39045
+[#39047]: https://github.com/home-assistant/core/pull/39047
+[#39048]: https://github.com/home-assistant/core/pull/39048
+[#39050]: https://github.com/home-assistant/core/pull/39050
+[#39051]: https://github.com/home-assistant/core/pull/39051
+[#39054]: https://github.com/home-assistant/core/pull/39054
+[#39057]: https://github.com/home-assistant/core/pull/39057
+[#39059]: https://github.com/home-assistant/core/pull/39059
+[#39062]: https://github.com/home-assistant/core/pull/39062
+[#39064]: https://github.com/home-assistant/core/pull/39064
+[#39065]: https://github.com/home-assistant/core/pull/39065
+[#39068]: https://github.com/home-assistant/core/pull/39068
+[#39073]: https://github.com/home-assistant/core/pull/39073
+[#39074]: https://github.com/home-assistant/core/pull/39074
+[#39075]: https://github.com/home-assistant/core/pull/39075
+[#39080]: https://github.com/home-assistant/core/pull/39080
+[#39082]: https://github.com/home-assistant/core/pull/39082
+[#39083]: https://github.com/home-assistant/core/pull/39083
+[#39085]: https://github.com/home-assistant/core/pull/39085
+[#39089]: https://github.com/home-assistant/core/pull/39089
+[#39091]: https://github.com/home-assistant/core/pull/39091
+[#39092]: https://github.com/home-assistant/core/pull/39092
+[#39094]: https://github.com/home-assistant/core/pull/39094
+[#39096]: https://github.com/home-assistant/core/pull/39096
+[#39098]: https://github.com/home-assistant/core/pull/39098
+[#39102]: https://github.com/home-assistant/core/pull/39102
+[#39104]: https://github.com/home-assistant/core/pull/39104
+[#39105]: https://github.com/home-assistant/core/pull/39105
+[#39107]: https://github.com/home-assistant/core/pull/39107
+[#39108]: https://github.com/home-assistant/core/pull/39108
+[#39109]: https://github.com/home-assistant/core/pull/39109
+[#39115]: https://github.com/home-assistant/core/pull/39115
+[#39118]: https://github.com/home-assistant/core/pull/39118
+[#39119]: https://github.com/home-assistant/core/pull/39119
+[#39120]: https://github.com/home-assistant/core/pull/39120
+[#39121]: https://github.com/home-assistant/core/pull/39121
+[#39124]: https://github.com/home-assistant/core/pull/39124
+[#39126]: https://github.com/home-assistant/core/pull/39126
+[#39127]: https://github.com/home-assistant/core/pull/39127
+[#39129]: https://github.com/home-assistant/core/pull/39129
+[#39130]: https://github.com/home-assistant/core/pull/39130
+[#39133]: https://github.com/home-assistant/core/pull/39133
+[#39134]: https://github.com/home-assistant/core/pull/39134
+[#39137]: https://github.com/home-assistant/core/pull/39137
+[#39139]: https://github.com/home-assistant/core/pull/39139
+[#39143]: https://github.com/home-assistant/core/pull/39143
+[#39144]: https://github.com/home-assistant/core/pull/39144
+[#39145]: https://github.com/home-assistant/core/pull/39145
+[#39147]: https://github.com/home-assistant/core/pull/39147
+[#39148]: https://github.com/home-assistant/core/pull/39148
+[#39149]: https://github.com/home-assistant/core/pull/39149
+[#39150]: https://github.com/home-assistant/core/pull/39150
+[#39151]: https://github.com/home-assistant/core/pull/39151
+[#39152]: https://github.com/home-assistant/core/pull/39152
+[#39153]: https://github.com/home-assistant/core/pull/39153
+[#39154]: https://github.com/home-assistant/core/pull/39154
+[#39155]: https://github.com/home-assistant/core/pull/39155
+[#39157]: https://github.com/home-assistant/core/pull/39157
+[#39158]: https://github.com/home-assistant/core/pull/39158
+[#39159]: https://github.com/home-assistant/core/pull/39159
+[#39160]: https://github.com/home-assistant/core/pull/39160
+[#39161]: https://github.com/home-assistant/core/pull/39161
+[#39162]: https://github.com/home-assistant/core/pull/39162
+[#39164]: https://github.com/home-assistant/core/pull/39164
+[#39166]: https://github.com/home-assistant/core/pull/39166
+[#39167]: https://github.com/home-assistant/core/pull/39167
+[#39169]: https://github.com/home-assistant/core/pull/39169
+[#39170]: https://github.com/home-assistant/core/pull/39170
+[#39171]: https://github.com/home-assistant/core/pull/39171
+[#39174]: https://github.com/home-assistant/core/pull/39174
+[#39177]: https://github.com/home-assistant/core/pull/39177
+[#39178]: https://github.com/home-assistant/core/pull/39178
+[#39180]: https://github.com/home-assistant/core/pull/39180
+[#39183]: https://github.com/home-assistant/core/pull/39183
+[#39184]: https://github.com/home-assistant/core/pull/39184
+[#39185]: https://github.com/home-assistant/core/pull/39185
+[#39186]: https://github.com/home-assistant/core/pull/39186
+[#39188]: https://github.com/home-assistant/core/pull/39188
+[#39190]: https://github.com/home-assistant/core/pull/39190
+[#39191]: https://github.com/home-assistant/core/pull/39191
+[#39193]: https://github.com/home-assistant/core/pull/39193
+[#39194]: https://github.com/home-assistant/core/pull/39194
+[#39195]: https://github.com/home-assistant/core/pull/39195
+[#39196]: https://github.com/home-assistant/core/pull/39196
+[#39197]: https://github.com/home-assistant/core/pull/39197
+[#39202]: https://github.com/home-assistant/core/pull/39202
+[#39206]: https://github.com/home-assistant/core/pull/39206
+[#39208]: https://github.com/home-assistant/core/pull/39208
+[#39209]: https://github.com/home-assistant/core/pull/39209
+[#39210]: https://github.com/home-assistant/core/pull/39210
+[#39213]: https://github.com/home-assistant/core/pull/39213
+[#39214]: https://github.com/home-assistant/core/pull/39214
+[#39216]: https://github.com/home-assistant/core/pull/39216
+[#39217]: https://github.com/home-assistant/core/pull/39217
+[#39218]: https://github.com/home-assistant/core/pull/39218
+[#39219]: https://github.com/home-assistant/core/pull/39219
+[#39220]: https://github.com/home-assistant/core/pull/39220
+[#39221]: https://github.com/home-assistant/core/pull/39221
+[#39222]: https://github.com/home-assistant/core/pull/39222
+[#39224]: https://github.com/home-assistant/core/pull/39224
+[#39225]: https://github.com/home-assistant/core/pull/39225
+[#39226]: https://github.com/home-assistant/core/pull/39226
+[#39229]: https://github.com/home-assistant/core/pull/39229
+[#39230]: https://github.com/home-assistant/core/pull/39230
+[#39232]: https://github.com/home-assistant/core/pull/39232
+[#39235]: https://github.com/home-assistant/core/pull/39235
+[#39238]: https://github.com/home-assistant/core/pull/39238
+[#39239]: https://github.com/home-assistant/core/pull/39239
+[#39240]: https://github.com/home-assistant/core/pull/39240
+[#39242]: https://github.com/home-assistant/core/pull/39242
+[#39243]: https://github.com/home-assistant/core/pull/39243
+[#39244]: https://github.com/home-assistant/core/pull/39244
+[#39245]: https://github.com/home-assistant/core/pull/39245
+[#39247]: https://github.com/home-assistant/core/pull/39247
+[#39248]: https://github.com/home-assistant/core/pull/39248
+[#39250]: https://github.com/home-assistant/core/pull/39250
+[#39251]: https://github.com/home-assistant/core/pull/39251
+[#39256]: https://github.com/home-assistant/core/pull/39256
+[#39257]: https://github.com/home-assistant/core/pull/39257
+[#39260]: https://github.com/home-assistant/core/pull/39260
+[#39261]: https://github.com/home-assistant/core/pull/39261
+[#39262]: https://github.com/home-assistant/core/pull/39262
+[#39264]: https://github.com/home-assistant/core/pull/39264
+[#39266]: https://github.com/home-assistant/core/pull/39266
+[#39267]: https://github.com/home-assistant/core/pull/39267
+[#39268]: https://github.com/home-assistant/core/pull/39268
+[#39269]: https://github.com/home-assistant/core/pull/39269
+[#39275]: https://github.com/home-assistant/core/pull/39275
+[#39277]: https://github.com/home-assistant/core/pull/39277
+[#39280]: https://github.com/home-assistant/core/pull/39280
+[#39282]: https://github.com/home-assistant/core/pull/39282
+[#39283]: https://github.com/home-assistant/core/pull/39283
+[#39284]: https://github.com/home-assistant/core/pull/39284
+[#39287]: https://github.com/home-assistant/core/pull/39287
+[#39288]: https://github.com/home-assistant/core/pull/39288
+[#39289]: https://github.com/home-assistant/core/pull/39289
+[#39291]: https://github.com/home-assistant/core/pull/39291
+[#39292]: https://github.com/home-assistant/core/pull/39292
+[#39296]: https://github.com/home-assistant/core/pull/39296
+[#39302]: https://github.com/home-assistant/core/pull/39302
+[#39303]: https://github.com/home-assistant/core/pull/39303
+[#39305]: https://github.com/home-assistant/core/pull/39305
+[#39306]: https://github.com/home-assistant/core/pull/39306
+[#39310]: https://github.com/home-assistant/core/pull/39310
+[#39312]: https://github.com/home-assistant/core/pull/39312
+[#39316]: https://github.com/home-assistant/core/pull/39316
+[#39317]: https://github.com/home-assistant/core/pull/39317
+[#39318]: https://github.com/home-assistant/core/pull/39318
+[#39320]: https://github.com/home-assistant/core/pull/39320
+[#39322]: https://github.com/home-assistant/core/pull/39322
+[#39323]: https://github.com/home-assistant/core/pull/39323
+[#39325]: https://github.com/home-assistant/core/pull/39325
+[#39326]: https://github.com/home-assistant/core/pull/39326
+[#39327]: https://github.com/home-assistant/core/pull/39327
+[#39329]: https://github.com/home-assistant/core/pull/39329
+[#39332]: https://github.com/home-assistant/core/pull/39332
+[#39334]: https://github.com/home-assistant/core/pull/39334
+[#39335]: https://github.com/home-assistant/core/pull/39335
+[#39337]: https://github.com/home-assistant/core/pull/39337
+[#39338]: https://github.com/home-assistant/core/pull/39338
+[#39339]: https://github.com/home-assistant/core/pull/39339
+[#39340]: https://github.com/home-assistant/core/pull/39340
+[#39341]: https://github.com/home-assistant/core/pull/39341
+[#39342]: https://github.com/home-assistant/core/pull/39342
+[#39344]: https://github.com/home-assistant/core/pull/39344
+[#39347]: https://github.com/home-assistant/core/pull/39347
+[#39348]: https://github.com/home-assistant/core/pull/39348
+[#39350]: https://github.com/home-assistant/core/pull/39350
+[#39351]: https://github.com/home-assistant/core/pull/39351
+[#39353]: https://github.com/home-assistant/core/pull/39353
+[#39354]: https://github.com/home-assistant/core/pull/39354
+[#39356]: https://github.com/home-assistant/core/pull/39356
+[#39357]: https://github.com/home-assistant/core/pull/39357
+[#39359]: https://github.com/home-assistant/core/pull/39359
+[#39360]: https://github.com/home-assistant/core/pull/39360
+[#39362]: https://github.com/home-assistant/core/pull/39362
+[#39363]: https://github.com/home-assistant/core/pull/39363
+[#39364]: https://github.com/home-assistant/core/pull/39364
+[#39365]: https://github.com/home-assistant/core/pull/39365
+[#39366]: https://github.com/home-assistant/core/pull/39366
+[#39368]: https://github.com/home-assistant/core/pull/39368
+[#39370]: https://github.com/home-assistant/core/pull/39370
+[#39371]: https://github.com/home-assistant/core/pull/39371
+[#39372]: https://github.com/home-assistant/core/pull/39372
+[#39374]: https://github.com/home-assistant/core/pull/39374
+[#39377]: https://github.com/home-assistant/core/pull/39377
+[#39379]: https://github.com/home-assistant/core/pull/39379
+[#39380]: https://github.com/home-assistant/core/pull/39380
+[#39381]: https://github.com/home-assistant/core/pull/39381
+[#39382]: https://github.com/home-assistant/core/pull/39382
+[#39383]: https://github.com/home-assistant/core/pull/39383
+[#39384]: https://github.com/home-assistant/core/pull/39384
+[#39385]: https://github.com/home-assistant/core/pull/39385
+[#39386]: https://github.com/home-assistant/core/pull/39386
+[#39387]: https://github.com/home-assistant/core/pull/39387
+[#39388]: https://github.com/home-assistant/core/pull/39388
+[#39389]: https://github.com/home-assistant/core/pull/39389
+[#39390]: https://github.com/home-assistant/core/pull/39390
+[#39391]: https://github.com/home-assistant/core/pull/39391
+[#39392]: https://github.com/home-assistant/core/pull/39392
+[#39393]: https://github.com/home-assistant/core/pull/39393
+[#39394]: https://github.com/home-assistant/core/pull/39394
+[#39396]: https://github.com/home-assistant/core/pull/39396
+[#39397]: https://github.com/home-assistant/core/pull/39397
+[#39399]: https://github.com/home-assistant/core/pull/39399
+[#39400]: https://github.com/home-assistant/core/pull/39400
+[#39402]: https://github.com/home-assistant/core/pull/39402
+[#39404]: https://github.com/home-assistant/core/pull/39404
+[#39405]: https://github.com/home-assistant/core/pull/39405
+[#39406]: https://github.com/home-assistant/core/pull/39406
+[#39407]: https://github.com/home-assistant/core/pull/39407
+[#39408]: https://github.com/home-assistant/core/pull/39408
+[#39409]: https://github.com/home-assistant/core/pull/39409
+[#39410]: https://github.com/home-assistant/core/pull/39410
+[#39412]: https://github.com/home-assistant/core/pull/39412
+[#39413]: https://github.com/home-assistant/core/pull/39413
+[#39414]: https://github.com/home-assistant/core/pull/39414
+[#39415]: https://github.com/home-assistant/core/pull/39415
+[#39416]: https://github.com/home-assistant/core/pull/39416
+[#39417]: https://github.com/home-assistant/core/pull/39417
+[#39418]: https://github.com/home-assistant/core/pull/39418
+[#39420]: https://github.com/home-assistant/core/pull/39420
+[#39421]: https://github.com/home-assistant/core/pull/39421
+[#39422]: https://github.com/home-assistant/core/pull/39422
+[#39423]: https://github.com/home-assistant/core/pull/39423
+[#39424]: https://github.com/home-assistant/core/pull/39424
+[#39425]: https://github.com/home-assistant/core/pull/39425
+[#39426]: https://github.com/home-assistant/core/pull/39426
+[#39427]: https://github.com/home-assistant/core/pull/39427
+[#39428]: https://github.com/home-assistant/core/pull/39428
+[#39431]: https://github.com/home-assistant/core/pull/39431
+[#39432]: https://github.com/home-assistant/core/pull/39432
+[#39433]: https://github.com/home-assistant/core/pull/39433
+[#39434]: https://github.com/home-assistant/core/pull/39434
+[#39435]: https://github.com/home-assistant/core/pull/39435
+[#39436]: https://github.com/home-assistant/core/pull/39436
+[#39437]: https://github.com/home-assistant/core/pull/39437
+[#39438]: https://github.com/home-assistant/core/pull/39438
+[#39439]: https://github.com/home-assistant/core/pull/39439
+[#39440]: https://github.com/home-assistant/core/pull/39440
+[#39441]: https://github.com/home-assistant/core/pull/39441
+[#39442]: https://github.com/home-assistant/core/pull/39442
+[#39444]: https://github.com/home-assistant/core/pull/39444
+[#39446]: https://github.com/home-assistant/core/pull/39446
+[#39448]: https://github.com/home-assistant/core/pull/39448
+[#39449]: https://github.com/home-assistant/core/pull/39449
+[#39452]: https://github.com/home-assistant/core/pull/39452
+[#39453]: https://github.com/home-assistant/core/pull/39453
+[#39454]: https://github.com/home-assistant/core/pull/39454
+[#39455]: https://github.com/home-assistant/core/pull/39455
+[#39456]: https://github.com/home-assistant/core/pull/39456
+[#39457]: https://github.com/home-assistant/core/pull/39457
+[#39458]: https://github.com/home-assistant/core/pull/39458
+[#39459]: https://github.com/home-assistant/core/pull/39459
+[#39460]: https://github.com/home-assistant/core/pull/39460
+[#39461]: https://github.com/home-assistant/core/pull/39461
+[#39462]: https://github.com/home-assistant/core/pull/39462
+[#39463]: https://github.com/home-assistant/core/pull/39463
+[#39464]: https://github.com/home-assistant/core/pull/39464
+[#39465]: https://github.com/home-assistant/core/pull/39465
+[#39466]: https://github.com/home-assistant/core/pull/39466
+[#39467]: https://github.com/home-assistant/core/pull/39467
+[#39468]: https://github.com/home-assistant/core/pull/39468
+[#39469]: https://github.com/home-assistant/core/pull/39469
+[#39470]: https://github.com/home-assistant/core/pull/39470
+[#39471]: https://github.com/home-assistant/core/pull/39471
+[#39473]: https://github.com/home-assistant/core/pull/39473
+[#39475]: https://github.com/home-assistant/core/pull/39475
+[#39476]: https://github.com/home-assistant/core/pull/39476
+[#39477]: https://github.com/home-assistant/core/pull/39477
+[#39478]: https://github.com/home-assistant/core/pull/39478
+[#39479]: https://github.com/home-assistant/core/pull/39479
+[#39480]: https://github.com/home-assistant/core/pull/39480
+[#39482]: https://github.com/home-assistant/core/pull/39482
+[#39483]: https://github.com/home-assistant/core/pull/39483
+[#39484]: https://github.com/home-assistant/core/pull/39484
+[#39486]: https://github.com/home-assistant/core/pull/39486
+[#39488]: https://github.com/home-assistant/core/pull/39488
+[#39489]: https://github.com/home-assistant/core/pull/39489
+[#39490]: https://github.com/home-assistant/core/pull/39490
+[#39492]: https://github.com/home-assistant/core/pull/39492
+[#39493]: https://github.com/home-assistant/core/pull/39493
+[#39495]: https://github.com/home-assistant/core/pull/39495
+[#39496]: https://github.com/home-assistant/core/pull/39496
+[#39502]: https://github.com/home-assistant/core/pull/39502
+[#39504]: https://github.com/home-assistant/core/pull/39504
+[#39506]: https://github.com/home-assistant/core/pull/39506
+[#39507]: https://github.com/home-assistant/core/pull/39507
+[#39508]: https://github.com/home-assistant/core/pull/39508
+[#39511]: https://github.com/home-assistant/core/pull/39511
+[#39513]: https://github.com/home-assistant/core/pull/39513
+[#39514]: https://github.com/home-assistant/core/pull/39514
+[#39515]: https://github.com/home-assistant/core/pull/39515
+[#39516]: https://github.com/home-assistant/core/pull/39516
+[#39518]: https://github.com/home-assistant/core/pull/39518
+[#39520]: https://github.com/home-assistant/core/pull/39520
+[#39521]: https://github.com/home-assistant/core/pull/39521
+[#39522]: https://github.com/home-assistant/core/pull/39522
+[#39525]: https://github.com/home-assistant/core/pull/39525
+[#39527]: https://github.com/home-assistant/core/pull/39527
+[#39529]: https://github.com/home-assistant/core/pull/39529
+[#39530]: https://github.com/home-assistant/core/pull/39530
+[#39531]: https://github.com/home-assistant/core/pull/39531
+[#39532]: https://github.com/home-assistant/core/pull/39532
+[#39539]: https://github.com/home-assistant/core/pull/39539
+[#39540]: https://github.com/home-assistant/core/pull/39540
+[#39542]: https://github.com/home-assistant/core/pull/39542
+[#39543]: https://github.com/home-assistant/core/pull/39543
+[#39545]: https://github.com/home-assistant/core/pull/39545
+[#39546]: https://github.com/home-assistant/core/pull/39546
+[#39547]: https://github.com/home-assistant/core/pull/39547
+[#39548]: https://github.com/home-assistant/core/pull/39548
+[#39551]: https://github.com/home-assistant/core/pull/39551
+[#39555]: https://github.com/home-assistant/core/pull/39555
+[#39556]: https://github.com/home-assistant/core/pull/39556
+[#39557]: https://github.com/home-assistant/core/pull/39557
+[#39560]: https://github.com/home-assistant/core/pull/39560
+[#39561]: https://github.com/home-assistant/core/pull/39561
+[#39564]: https://github.com/home-assistant/core/pull/39564
+[#39566]: https://github.com/home-assistant/core/pull/39566
+[#39568]: https://github.com/home-assistant/core/pull/39568
+[#39569]: https://github.com/home-assistant/core/pull/39569
+[#39570]: https://github.com/home-assistant/core/pull/39570
+[#39571]: https://github.com/home-assistant/core/pull/39571
+[#39573]: https://github.com/home-assistant/core/pull/39573
+[#39577]: https://github.com/home-assistant/core/pull/39577
+[#39578]: https://github.com/home-assistant/core/pull/39578
+[#39579]: https://github.com/home-assistant/core/pull/39579
+[#39580]: https://github.com/home-assistant/core/pull/39580
+[#39583]: https://github.com/home-assistant/core/pull/39583
+[#39584]: https://github.com/home-assistant/core/pull/39584
+[#39591]: https://github.com/home-assistant/core/pull/39591
+[#39593]: https://github.com/home-assistant/core/pull/39593
+[#39594]: https://github.com/home-assistant/core/pull/39594
+[#39596]: https://github.com/home-assistant/core/pull/39596
+[#39599]: https://github.com/home-assistant/core/pull/39599
+[#39603]: https://github.com/home-assistant/core/pull/39603
+[#39606]: https://github.com/home-assistant/core/pull/39606
+[#39607]: https://github.com/home-assistant/core/pull/39607
+[#39609]: https://github.com/home-assistant/core/pull/39609
+[#39611]: https://github.com/home-assistant/core/pull/39611
+[#39612]: https://github.com/home-assistant/core/pull/39612
+[#39613]: https://github.com/home-assistant/core/pull/39613
+[#39614]: https://github.com/home-assistant/core/pull/39614
+[#39617]: https://github.com/home-assistant/core/pull/39617
+[#39618]: https://github.com/home-assistant/core/pull/39618
+[#39620]: https://github.com/home-assistant/core/pull/39620
+[#39621]: https://github.com/home-assistant/core/pull/39621
+[#39622]: https://github.com/home-assistant/core/pull/39622
+[#39623]: https://github.com/home-assistant/core/pull/39623
+[#39627]: https://github.com/home-assistant/core/pull/39627
+[#39628]: https://github.com/home-assistant/core/pull/39628
+[#39629]: https://github.com/home-assistant/core/pull/39629
+[#39630]: https://github.com/home-assistant/core/pull/39630
+[#39631]: https://github.com/home-assistant/core/pull/39631
+[#39632]: https://github.com/home-assistant/core/pull/39632
+[#39634]: https://github.com/home-assistant/core/pull/39634
+[#39638]: https://github.com/home-assistant/core/pull/39638
+[#39639]: https://github.com/home-assistant/core/pull/39639
+[#39641]: https://github.com/home-assistant/core/pull/39641
+[#39647]: https://github.com/home-assistant/core/pull/39647
+[#39648]: https://github.com/home-assistant/core/pull/39648
+[#39651]: https://github.com/home-assistant/core/pull/39651
+[#39652]: https://github.com/home-assistant/core/pull/39652
+[#39653]: https://github.com/home-assistant/core/pull/39653
+[#39654]: https://github.com/home-assistant/core/pull/39654
+[#39655]: https://github.com/home-assistant/core/pull/39655
+[#39657]: https://github.com/home-assistant/core/pull/39657
+[#39658]: https://github.com/home-assistant/core/pull/39658
+[#39659]: https://github.com/home-assistant/core/pull/39659
+[#39662]: https://github.com/home-assistant/core/pull/39662
+[#39663]: https://github.com/home-assistant/core/pull/39663
+[#39664]: https://github.com/home-assistant/core/pull/39664
+[#39665]: https://github.com/home-assistant/core/pull/39665
+[#39667]: https://github.com/home-assistant/core/pull/39667
+[#39669]: https://github.com/home-assistant/core/pull/39669
+[#39673]: https://github.com/home-assistant/core/pull/39673
+[#39674]: https://github.com/home-assistant/core/pull/39674
+[#39676]: https://github.com/home-assistant/core/pull/39676
+[#39680]: https://github.com/home-assistant/core/pull/39680
+[#39681]: https://github.com/home-assistant/core/pull/39681
+[#39683]: https://github.com/home-assistant/core/pull/39683
+[#39685]: https://github.com/home-assistant/core/pull/39685
+[#39686]: https://github.com/home-assistant/core/pull/39686
+[#39688]: https://github.com/home-assistant/core/pull/39688
+[#39689]: https://github.com/home-assistant/core/pull/39689
+[#39690]: https://github.com/home-assistant/core/pull/39690
+[#39691]: https://github.com/home-assistant/core/pull/39691
+[#39692]: https://github.com/home-assistant/core/pull/39692
+[#39696]: https://github.com/home-assistant/core/pull/39696
+[#39698]: https://github.com/home-assistant/core/pull/39698
+[#39699]: https://github.com/home-assistant/core/pull/39699
+[#39700]: https://github.com/home-assistant/core/pull/39700
+[#39702]: https://github.com/home-assistant/core/pull/39702
+[#39703]: https://github.com/home-assistant/core/pull/39703
+[#39705]: https://github.com/home-assistant/core/pull/39705
+[#39706]: https://github.com/home-assistant/core/pull/39706
+[#39707]: https://github.com/home-assistant/core/pull/39707
+[#39708]: https://github.com/home-assistant/core/pull/39708
+[#39710]: https://github.com/home-assistant/core/pull/39710
+[#39711]: https://github.com/home-assistant/core/pull/39711
+[#39713]: https://github.com/home-assistant/core/pull/39713
+[#39716]: https://github.com/home-assistant/core/pull/39716
+[#39719]: https://github.com/home-assistant/core/pull/39719
+[#39720]: https://github.com/home-assistant/core/pull/39720
+[#39723]: https://github.com/home-assistant/core/pull/39723
+[#39725]: https://github.com/home-assistant/core/pull/39725
+[#39726]: https://github.com/home-assistant/core/pull/39726
+[#39728]: https://github.com/home-assistant/core/pull/39728
+[#39729]: https://github.com/home-assistant/core/pull/39729
+[#39730]: https://github.com/home-assistant/core/pull/39730
+[#39731]: https://github.com/home-assistant/core/pull/39731
+[#39735]: https://github.com/home-assistant/core/pull/39735
+[#39736]: https://github.com/home-assistant/core/pull/39736
+[#39737]: https://github.com/home-assistant/core/pull/39737
+[#39739]: https://github.com/home-assistant/core/pull/39739
+[#39742]: https://github.com/home-assistant/core/pull/39742
+[#39743]: https://github.com/home-assistant/core/pull/39743
+[#39744]: https://github.com/home-assistant/core/pull/39744
+[#39745]: https://github.com/home-assistant/core/pull/39745
+[#39746]: https://github.com/home-assistant/core/pull/39746
+[#39747]: https://github.com/home-assistant/core/pull/39747
+[#39748]: https://github.com/home-assistant/core/pull/39748
+[#39750]: https://github.com/home-assistant/core/pull/39750
+[#39751]: https://github.com/home-assistant/core/pull/39751
+[#39753]: https://github.com/home-assistant/core/pull/39753
+[#39754]: https://github.com/home-assistant/core/pull/39754
+[#39756]: https://github.com/home-assistant/core/pull/39756
+[#39758]: https://github.com/home-assistant/core/pull/39758
+[#39759]: https://github.com/home-assistant/core/pull/39759
+[#39761]: https://github.com/home-assistant/core/pull/39761
+[#39764]: https://github.com/home-assistant/core/pull/39764
+[#39765]: https://github.com/home-assistant/core/pull/39765
+[#39766]: https://github.com/home-assistant/core/pull/39766
+[#39770]: https://github.com/home-assistant/core/pull/39770
+[#39771]: https://github.com/home-assistant/core/pull/39771
+[#39775]: https://github.com/home-assistant/core/pull/39775
+[#39782]: https://github.com/home-assistant/core/pull/39782
+[#39787]: https://github.com/home-assistant/core/pull/39787
+[#39790]: https://github.com/home-assistant/core/pull/39790
+[#39795]: https://github.com/home-assistant/core/pull/39795
+[#39796]: https://github.com/home-assistant/core/pull/39796
+[#39798]: https://github.com/home-assistant/core/pull/39798
+[#39799]: https://github.com/home-assistant/core/pull/39799
+[#39800]: https://github.com/home-assistant/core/pull/39800
+[#39802]: https://github.com/home-assistant/core/pull/39802
+[#39803]: https://github.com/home-assistant/core/pull/39803
+[#39805]: https://github.com/home-assistant/core/pull/39805
+[#39806]: https://github.com/home-assistant/core/pull/39806
+[#39820]: https://github.com/home-assistant/core/pull/39820
+[#39823]: https://github.com/home-assistant/core/pull/39823
+[#39824]: https://github.com/home-assistant/core/pull/39824
+[#39826]: https://github.com/home-assistant/core/pull/39826
+[#39829]: https://github.com/home-assistant/core/pull/39829
+[#39830]: https://github.com/home-assistant/core/pull/39830
+[#39833]: https://github.com/home-assistant/core/pull/39833
+[#39840]: https://github.com/home-assistant/core/pull/39840
+[#39841]: https://github.com/home-assistant/core/pull/39841
+[#39845]: https://github.com/home-assistant/core/pull/39845
+[#39851]: https://github.com/home-assistant/core/pull/39851
+[#39856]: https://github.com/home-assistant/core/pull/39856
+[#39858]: https://github.com/home-assistant/core/pull/39858
+[#39862]: https://github.com/home-assistant/core/pull/39862
+[#39864]: https://github.com/home-assistant/core/pull/39864
+[#39866]: https://github.com/home-assistant/core/pull/39866
+[#39867]: https://github.com/home-assistant/core/pull/39867
+[#39869]: https://github.com/home-assistant/core/pull/39869
+[#39877]: https://github.com/home-assistant/core/pull/39877
+[#39883]: https://github.com/home-assistant/core/pull/39883
+[#39884]: https://github.com/home-assistant/core/pull/39884
+[#39885]: https://github.com/home-assistant/core/pull/39885
+[#39886]: https://github.com/home-assistant/core/pull/39886
+[#39888]: https://github.com/home-assistant/core/pull/39888
+[#39893]: https://github.com/home-assistant/core/pull/39893
+[#39895]: https://github.com/home-assistant/core/pull/39895
+[#39897]: https://github.com/home-assistant/core/pull/39897
+[#39899]: https://github.com/home-assistant/core/pull/39899
+[#39900]: https://github.com/home-assistant/core/pull/39900
+[#39901]: https://github.com/home-assistant/core/pull/39901
+[#39902]: https://github.com/home-assistant/core/pull/39902
+[#39906]: https://github.com/home-assistant/core/pull/39906
+[#39910]: https://github.com/home-assistant/core/pull/39910
+[#39915]: https://github.com/home-assistant/core/pull/39915
+[#39917]: https://github.com/home-assistant/core/pull/39917
+[#39918]: https://github.com/home-assistant/core/pull/39918
+[#39919]: https://github.com/home-assistant/core/pull/39919
+[#39923]: https://github.com/home-assistant/core/pull/39923
+[#39925]: https://github.com/home-assistant/core/pull/39925
+[#39934]: https://github.com/home-assistant/core/pull/39934
+[#39936]: https://github.com/home-assistant/core/pull/39936
+[#39938]: https://github.com/home-assistant/core/pull/39938
+[#39939]: https://github.com/home-assistant/core/pull/39939
+[#39943]: https://github.com/home-assistant/core/pull/39943
+[#39946]: https://github.com/home-assistant/core/pull/39946
+[#39953]: https://github.com/home-assistant/core/pull/39953
+[#39970]: https://github.com/home-assistant/core/pull/39970
+[#39974]: https://github.com/home-assistant/core/pull/39974
+[#39990]: https://github.com/home-assistant/core/pull/39990
+[#39997]: https://github.com/home-assistant/core/pull/39997
+[#39998]: https://github.com/home-assistant/core/pull/39998
+[#40001]: https://github.com/home-assistant/core/pull/40001
+[#40003]: https://github.com/home-assistant/core/pull/40003
+[#40010]: https://github.com/home-assistant/core/pull/40010
+[#40014]: https://github.com/home-assistant/core/pull/40014
+[#40016]: https://github.com/home-assistant/core/pull/40016
+[#40018]: https://github.com/home-assistant/core/pull/40018
+[#40024]: https://github.com/home-assistant/core/pull/40024
+[#40027]: https://github.com/home-assistant/core/pull/40027
+[#40030]: https://github.com/home-assistant/core/pull/40030
+[#40034]: https://github.com/home-assistant/core/pull/40034
+[#40048]: https://github.com/home-assistant/core/pull/40048
+[#40061]: https://github.com/home-assistant/core/pull/40061
+[#40062]: https://github.com/home-assistant/core/pull/40062
+[#40064]: https://github.com/home-assistant/core/pull/40064
+[#40066]: https://github.com/home-assistant/core/pull/40066
+[#40067]: https://github.com/home-assistant/core/pull/40067
+[#40071]: https://github.com/home-assistant/core/pull/40071
+[#40079]: https://github.com/home-assistant/core/pull/40079
+[#40080]: https://github.com/home-assistant/core/pull/40080
+[#40083]: https://github.com/home-assistant/core/pull/40083
+[#40085]: https://github.com/home-assistant/core/pull/40085
+[#40086]: https://github.com/home-assistant/core/pull/40086
+[#40089]: https://github.com/home-assistant/core/pull/40089
+[#40097]: https://github.com/home-assistant/core/pull/40097
+[#40101]: https://github.com/home-assistant/core/pull/40101
+[#40117]: https://github.com/home-assistant/core/pull/40117
+[#40118]: https://github.com/home-assistant/core/pull/40118
+[#40128]: https://github.com/home-assistant/core/pull/40128
+[#40130]: https://github.com/home-assistant/core/pull/40130
+[#40131]: https://github.com/home-assistant/core/pull/40131
+[#40132]: https://github.com/home-assistant/core/pull/40132
+[#40139]: https://github.com/home-assistant/core/pull/40139
+[#40140]: https://github.com/home-assistant/core/pull/40140
+[#40144]: https://github.com/home-assistant/core/pull/40144
+[#40151]: https://github.com/home-assistant/core/pull/40151
+[#40153]: https://github.com/home-assistant/core/pull/40153
+[#40160]: https://github.com/home-assistant/core/pull/40160
+[#40161]: https://github.com/home-assistant/core/pull/40161
+[#40170]: https://github.com/home-assistant/core/pull/40170
+[#40174]: https://github.com/home-assistant/core/pull/40174
+[#40178]: https://github.com/home-assistant/core/pull/40178
+[@2Fake]: https://github.com/2Fake
+[@Adminiuga]: https://github.com/Adminiuga
+[@ArdaSeremet]: https://github.com/ArdaSeremet
+[@CoMPaTech]: https://github.com/CoMPaTech
+[@Danielhiversen]: https://github.com/Danielhiversen
+[@DarkFox]: https://github.com/DarkFox
+[@DelusionalAI]: https://github.com/DelusionalAI
+[@Emilv2]: https://github.com/Emilv2
+[@Ernst79]: https://github.com/Ernst79
+[@Franchie]: https://github.com/Franchie
+[@Funcy-dcm]: https://github.com/Funcy-dcm
+[@IcyPalm]: https://github.com/IcyPalm
+[@JPHutchins]: https://github.com/JPHutchins
+[@Jc2k]: https://github.com/Jc2k
+[@JeffLIrion]: https://github.com/JeffLIrion
+[@KTibow]: https://github.com/KTibow
+[@Kane610]: https://github.com/Kane610
+[@Mariusthvdb]: https://github.com/Mariusthvdb
+[@MartinHjelmare]: https://github.com/MartinHjelmare
+[@MatthewFlamm]: https://github.com/MatthewFlamm
+[@Misiu]: https://github.com/Misiu
+[@OnFreund]: https://github.com/OnFreund
+[@Quentame]: https://github.com/Quentame
+[@Rikorose]: https://github.com/Rikorose
+[@RobBie1221]: https://github.com/RobBie1221
+[@RogerSelwyn]: https://github.com/RogerSelwyn
+[@SNoof85]: https://github.com/SNoof85
+[@SeanPM5]: https://github.com/SeanPM5
+[@SukramJ]: https://github.com/SukramJ
+[@TheGardenMonkey]: https://github.com/TheGardenMonkey
+[@TomBrien]: https://github.com/TomBrien
+[@TomerFi]: https://github.com/TomerFi
+[@VDigitall]: https://github.com/VDigitall
+[@Vaarlion]: https://github.com/Vaarlion
+[@ajmarks]: https://github.com/ajmarks
+[@akinomeroglu]: https://github.com/akinomeroglu
+[@alandtse]: https://github.com/alandtse
+[@alxwrd]: https://github.com/alxwrd
+[@amelchio]: https://github.com/amelchio
+[@anyuta1166]: https://github.com/anyuta1166
+[@arunderwood]: https://github.com/arunderwood
+[@arychj]: https://github.com/arychj
+[@ausil]: https://github.com/ausil
+[@azogue]: https://github.com/azogue
+[@b3nj1]: https://github.com/b3nj1
+[@bachya]: https://github.com/bachya
+[@balloob]: https://github.com/balloob
+[@basnijholt]: https://github.com/basnijholt
+[@bdraco]: https://github.com/bdraco
+[@bernimoses]: https://github.com/bernimoses
+[@bieniu]: https://github.com/bieniu
+[@bjornsnoen]: https://github.com/bjornsnoen
+[@blueshiftlabs]: https://github.com/blueshiftlabs
+[@boralyl]: https://github.com/boralyl
+[@bouwew]: https://github.com/bouwew
+[@bramkragten]: https://github.com/bramkragten
+[@brg468]: https://github.com/brg468
+[@bruxy70]: https://github.com/bruxy70
+[@bsmappee]: https://github.com/bsmappee
+[@cagnulein]: https://github.com/cagnulein
+[@caronc]: https://github.com/caronc
+[@cgarwood]: https://github.com/cgarwood
+[@cgtobi]: https://github.com/cgtobi
+[@chemelli74]: https://github.com/chemelli74
+[@clarkd]: https://github.com/clarkd
+[@colinfrei]: https://github.com/colinfrei
+[@ctalkington]: https://github.com/ctalkington
+[@denysdovhan]: https://github.com/denysdovhan
+[@devbis]: https://github.com/devbis
+[@dgomes]: https://github.com/dgomes
+[@dmulcahey]: https://github.com/dmulcahey
+[@dshokouhi]: https://github.com/dshokouhi
+[@eliseomartelli]: https://github.com/eliseomartelli
+[@elupus]: https://github.com/elupus
+[@emontnemery]: https://github.com/emontnemery
+[@endor-force]: https://github.com/endor-force
+[@esev]: https://github.com/esev
+[@evilmarty]: https://github.com/evilmarty
+[@fabaff]: https://github.com/fabaff
+[@fabiocastagnino]: https://github.com/fabiocastagnino
+[@fbradyirl]: https://github.com/fbradyirl
+[@felipediel]: https://github.com/felipediel
+[@fillefilip8]: https://github.com/fillefilip8
+[@firstof9]: https://github.com/firstof9
+[@foxel]: https://github.com/foxel
+[@fredrike]: https://github.com/fredrike
+[@freekode]: https://github.com/freekode
+[@frenck]: https://github.com/frenck
+[@grahamwetzler]: https://github.com/grahamwetzler
+[@hmmbob]: https://github.com/hmmbob
+[@hudcap]: https://github.com/hudcap
+[@hunterjm]: https://github.com/hunterjm
+[@imduffy15]: https://github.com/imduffy15
+[@indykoning]: https://github.com/indykoning
+[@inishchith]: https://github.com/inishchith
+[@ispysoftware]: https://github.com/ispysoftware
+[@jameshilliard]: https://github.com/jameshilliard
+[@javicalle]: https://github.com/javicalle
+[@jdelaney72]: https://github.com/jdelaney72
+[@jesserockz]: https://github.com/jesserockz
+[@jgrob1]: https://github.com/jgrob1
+[@jjlawren]: https://github.com/jjlawren
+[@joogps]: https://github.com/joogps
+[@jyavenard]: https://github.com/jyavenard
+[@kbickar]: https://github.com/kbickar
+[@kennedyshead]: https://github.com/kennedyshead
+[@kit-klein]: https://github.com/kit-klein
+[@ktownsend-personal]: https://github.com/ktownsend-personal
+[@leofig-rj]: https://github.com/leofig-rj
+[@ludeeus]: https://github.com/ludeeus
+[@lukashass]: https://github.com/lukashass
+[@maddenp]: https://github.com/maddenp
+[@marciogranzotto]: https://github.com/marciogranzotto
+[@martin3000]: https://github.com/martin3000
+[@marvin-w]: https://github.com/marvin-w
+[@matgad]: https://github.com/matgad
+[@mhaack]: https://github.com/mhaack
+[@michaelarnauts]: https://github.com/michaelarnauts
+[@michaeldavie]: https://github.com/michaeldavie
+[@mjg59]: https://github.com/mjg59
+[@mwegrzynek]: https://github.com/mwegrzynek
+[@nielstron]: https://github.com/nielstron
+[@ocalvo]: https://github.com/ocalvo
+[@ofalvai]: https://github.com/ofalvai
+[@oncleben31]: https://github.com/oncleben31
+[@ooii]: https://github.com/ooii
+[@paoloantinori]: https://github.com/paoloantinori
+[@pavoni]: https://github.com/pavoni
+[@pawlizio]: https://github.com/pawlizio
+[@pbalogh77]: https://github.com/pbalogh77
+[@pnbruckner]: https://github.com/pnbruckner
+[@prystupa]: https://github.com/prystupa
+[@pvizeli]: https://github.com/pvizeli
+[@r4nd0mbr1ck]: https://github.com/r4nd0mbr1ck
+[@rajlaud]: https://github.com/rajlaud
+[@raman325]: https://github.com/raman325
+[@rytilahti]: https://github.com/rytilahti
+[@saury]: https://github.com/saury
+[@scop]: https://github.com/scop
+[@shenxn]: https://github.com/shenxn
+[@spacegaier]: https://github.com/spacegaier
+[@springstan]: https://github.com/springstan
+[@starkillerOG]: https://github.com/starkillerOG
+[@stephan192]: https://github.com/stephan192
+[@stlehmann]: https://github.com/stlehmann
+[@teharris1]: https://github.com/teharris1
+[@thecode]: https://github.com/thecode
+[@thimic]: https://github.com/thimic
+[@thomasdelaet]: https://github.com/thomasdelaet
+[@thomasloven]: https://github.com/thomasloven
+[@thrust15]: https://github.com/thrust15
+[@timmo001]: https://github.com/timmo001
+[@uvjustin]: https://github.com/uvjustin
+[@vangorra]: https://github.com/vangorra
+[@vfreex]: https://github.com/vfreex
+[@viiru-]: https://github.com/viiru-
+[@woneill]: https://github.com/woneill
+[@ziv1234]: https://github.com/ziv1234
+[@zyberzero]: https://github.com/zyberzero
+[accuweather docs]: /integrations/accuweather/
+[ads docs]: /integrations/ads/
+[agent_dvr docs]: /integrations/agent_dvr/
+[airly docs]: /integrations/airly/
+[airvisual docs]: /integrations/airvisual/
+[alexa docs]: /integrations/alexa/
+[androidtv docs]: /integrations/androidtv/
+[apache_kafka docs]: /integrations/apache_kafka/
+[apprise docs]: /integrations/apprise/
+[arcam_fmj docs]: /integrations/arcam_fmj/
+[asuswrt docs]: /integrations/asuswrt/
+[atag docs]: /integrations/atag/
+[automation docs]: /integrations/automation/
+[awair docs]: /integrations/awair/
+[axis docs]: /integrations/axis/
+[bayesian docs]: /integrations/bayesian/
+[bom docs]: /integrations/bom/
+[bond docs]: /integrations/bond/
+[broadlink docs]: /integrations/broadlink/
+[brother docs]: /integrations/brother/
+[camera docs]: /integrations/camera/
+[cast docs]: /integrations/cast/
+[cert_expiry docs]: /integrations/cert_expiry/
+[channels docs]: /integrations/channels/
+[cloud docs]: /integrations/cloud/
+[command_line docs]: /integrations/command_line/
+[config docs]: /integrations/config/
+[control4 docs]: /integrations/control4/
+[coolmaster docs]: /integrations/coolmaster/
+[coronavirus docs]: /integrations/coronavirus/
+[cpuspeed docs]: /integrations/cpuspeed/
+[daikin docs]: /integrations/daikin/
+[debugpy docs]: /integrations/debugpy/
+[deconz docs]: /integrations/deconz/
+[default_config docs]: /integrations/default_config/
+[delijn docs]: /integrations/delijn/
+[demo docs]: /integrations/demo/
+[devolo_home_control docs]: /integrations/devolo_home_control/
+[dexcom docs]: /integrations/dexcom/
+[directv docs]: /integrations/directv/
+[discogs docs]: /integrations/discogs/
+[discord docs]: /integrations/discord/
+[discovery docs]: /integrations/discovery/
+[doods docs]: /integrations/doods/
+[doorbird docs]: /integrations/doorbird/
+[dsmr docs]: /integrations/dsmr/
+[duckdns docs]: /integrations/duckdns/
+[dwd_weather_warnings docs]: /integrations/dwd_weather_warnings/
+[dynalite docs]: /integrations/dynalite/
+[eafm docs]: /integrations/eafm/
+[ecobee docs]: /integrations/ecobee/
+[emulated_hue docs]: /integrations/emulated_hue/
+[emulated_kasa docs]: /integrations/emulated_kasa/
+[environment_canada docs]: /integrations/environment_canada/
+[esphome docs]: /integrations/esphome/
+[ezviz docs]: /integrations/ezviz/
+[fan docs]: /integrations/fan/
+[feedreader docs]: /integrations/feedreader/
+[fibaro docs]: /integrations/fibaro/
+[filesize docs]: /integrations/filesize/
+[filter docs]: /integrations/filter/
+[fitbit docs]: /integrations/fitbit/
+[flo docs]: /integrations/flo/
+[freebox docs]: /integrations/freebox/
+[frontend docs]: /integrations/frontend/
+[generic docs]: /integrations/generic_ip_camera/
+[generic_thermostat docs]: /integrations/generic_thermostat/
+[geo_location docs]: /integrations/geo_location/
+[gios docs]: /integrations/gios/
+[gogogate2 docs]: /integrations/gogogate2/
+[google_assistant docs]: /integrations/google_assistant/
+[griddy docs]: /integrations/griddy/
+[group docs]: /integrations/group/
+[growatt_server docs]: /integrations/growatt_server/
+[hangouts docs]: /integrations/hangouts/
+[hassio docs]: /integrations/hassio/
+[history_stats docs]: /integrations/history_stats/
+[hive docs]: /integrations/hive/
+[hlk_sw16 docs]: /integrations/hlk_sw16/
+[homeassistant docs]: /integrations/homeassistant/
+[homekit docs]: /integrations/homekit/
+[homekit_controller docs]: /integrations/homekit_controller/
+[homematicip_cloud docs]: /integrations/homematicip_cloud/
+[http docs]: /integrations/http/
+[huawei_lte docs]: /integrations/huawei_lte/
+[hue docs]: /integrations/hue/
+[humidifier docs]: /integrations/humidifier/
+[hunterdouglas_powerview docs]: /integrations/hunterdouglas_powerview/
+[iammeter docs]: /integrations/iammeter/
+[image docs]: /integrations/image/
+[input_boolean docs]: /integrations/input_boolean/
+[input_datetime docs]: /integrations/input_datetime/
+[insteon docs]: /integrations/insteon/
+[intent_script docs]: /integrations/intent_script/
+[ios docs]: /integrations/ios/
+[ipma docs]: /integrations/ipma/
+[ipp docs]: /integrations/ipp/
+[iqvia docs]: /integrations/iqvia/
+[isy994 docs]: /integrations/isy994/
+[jewish_calendar docs]: /integrations/jewish_calendar/
+[juicenet docs]: /integrations/juicenet/
+[knx docs]: /integrations/knx/
+[kodi docs]: /integrations/kodi/
+[konnected docs]: /integrations/konnected/
+[lastfm docs]: /integrations/lastfm/
+[lg_soundbar docs]: /integrations/lg_soundbar/
+[light docs]: /integrations/light/
+[litejet docs]: /integrations/litejet/
+[logbook docs]: /integrations/logbook/
+[loopenergy docs]: /integrations/loopenergy/
+[lovelace docs]: /integrations/lovelace/
+[luci docs]: /integrations/luci/
+[marytts docs]: /integrations/marytts/
+[media_finder docs]: /integrations/media_source/
+[media_manager docs]: /integrations/image/
+[media_player docs]: /integrations/media_player/
+[media_source docs]: /integrations/media_source/
+[mediaroom docs]: /integrations/mediaroom/
+[melcloud docs]: /integrations/melcloud/
+[melissa docs]: /integrations/melissa/
+[met docs]: /integrations/met/
+[meteo_france docs]: /integrations/meteo_france/
+[miflora docs]: /integrations/miflora/
+[mikrotik docs]: /integrations/mikrotik/
+[min_max docs]: /integrations/min_max/
+[mobile_app docs]: /integrations/mobile_app/
+[monoprice docs]: /integrations/monoprice/
+[mpchc docs]: /integrations/mpchc/
+[mpd docs]: /integrations/mpd/
+[mqtt docs]: /integrations/mqtt/
+[mqtt_eventstream docs]: /integrations/mqtt_eventstream/
+[myq docs]: /integrations/myq/
+[ness_alarm docs]: /integrations/ness_alarm/
+[netatmo docs]: /integrations/netatmo/
+[netgear_lte docs]: /integrations/netgear_lte/
+[nexia docs]: /integrations/nexia/
+[nightscout docs]: /integrations/nightscout/
+[noaa_tides docs]: /integrations/noaa_tides/
+[notify docs]: /integrations/notify/
+[notion docs]: /integrations/notion/
+[nut docs]: /integrations/nut/
+[nws docs]: /integrations/nws/
+[nzbget docs]: /integrations/nzbget/
+[onvif docs]: /integrations/onvif/
+[openevse docs]: /integrations/openevse/
+[openhardwaremonitor docs]: /integrations/openhardwaremonitor/
+[openuv docs]: /integrations/openuv/
+[openweathermap docs]: /integrations/openweathermap/
+[ovo_energy docs]: /integrations/ovo_energy/
+[owntracks docs]: /integrations/owntracks/
+[ozw docs]: /integrations/ozw/
+[panasonic_viera docs]: /integrations/panasonic_viera/
+[panel_custom docs]: /integrations/panel_custom/
+[philips_js docs]: /integrations/philips_js/
+[pi_hole docs]: /integrations/pi_hole/
+[ping docs]: /integrations/ping/
+[plex docs]: /integrations/plex/
+[plugwise docs]: /integrations/plugwise/
+[poolsense docs]: /integrations/poolsense/
+[powerwall docs]: /integrations/powerwall/
+[progettihwsw docs]: /integrations/progettihwsw/
+[pvpc_hourly_pricing docs]: /integrations/pvpc_hourly_pricing/
+[qvr_pro docs]: /integrations/qvr_pro/
+[rachio docs]: /integrations/rachio/
+[rainmachine docs]: /integrations/rainmachine/
+[recorder docs]: /integrations/recorder/
+[reddit docs]: /integrations/reddit/
+[rejseplanen docs]: /integrations/rejseplanen/
+[remote docs]: /integrations/remote/
+[rest docs]: /integrations/rest/
+[rest_command docs]: /integrations/rest_command/
+[rflink docs]: /integrations/rflink/
+[rfxtrx docs]: /integrations/rfxtrx/
+[risco docs]: /integrations/risco/
+[roku docs]: /integrations/roku/
+[roon docs]: /integrations/roon/
+[route53 docs]: /integrations/route53/
+[rpi_gpio docs]: /integrations/rpi_gpio/
+[samsungtv docs]: /integrations/samsungtv/
+[schluter docs]: /integrations/schluter/
+[scrape docs]: /integrations/scrape/
+[script docs]: /integrations/script/
+[sendgrid docs]: /integrations/sendgrid/
+[sense docs]: /integrations/sense/
+[sensor docs]: /integrations/sensor/
+[sentry docs]: /integrations/sentry/
+[sharkiq docs]: /integrations/sharkiq/
+[shell_command docs]: /integrations/shell_command/
+[shelly docs]: /integrations/shelly/
+[sky_hub docs]: /integrations/sky_hub/
+[slack docs]: /integrations/slack/
+[smappee docs]: /integrations/smappee/
+[smart_meter_texas docs]: /integrations/smart_meter_texas/
+[sms docs]: /integrations/sms/
+[smtp docs]: /integrations/smtp/
+[solaredge docs]: /integrations/solaredge/
+[solarlog docs]: /integrations/solarlog/
+[sonarr docs]: /integrations/sonarr/
+[sonos docs]: /integrations/sonos/
+[speedtestdotnet docs]: /integrations/speedtestdotnet/
+[spotify docs]: /integrations/spotify/
+[sql docs]: /integrations/sql/
+[squeezebox docs]: /integrations/squeezebox/
+[starline docs]: /integrations/starline/
+[statistics docs]: /integrations/statistics/
+[stookalert docs]: /integrations/stookalert/
+[stream docs]: /integrations/stream/
+[suez_water docs]: /integrations/suez_water/
+[sun docs]: /integrations/sun/
+[supla docs]: /integrations/supla/
+[surepetcare docs]: /integrations/surepetcare/
+[switcher_kis docs]: /integrations/switcher_kis/
+[syncthru docs]: /integrations/syncthru/
+[synology_dsm docs]: /integrations/synology_dsm/
+[systemmonitor docs]: /integrations/systemmonitor/
+[tado docs]: /integrations/tado/
+[tag docs]: /integrations/tag/
+[tankerkoenig docs]: /integrations/tankerkoenig/
+[telegram docs]: /integrations/telegram/
+[template docs]: /integrations/template/
+[tensorflow docs]: /integrations/tensorflow/
+[tesla docs]: /integrations/tesla/
+[tile docs]: /integrations/tile/
+[timer docs]: /integrations/timer/
+[todoist docs]: /integrations/todoist/
+[toon docs]: /integrations/toon/
+[tradfri docs]: /integrations/tradfri/
+[trafikverket_train docs]: /integrations/trafikverket_train/
+[trafikverket_weatherstation docs]: /integrations/trafikverket_weatherstation/
+[transmission docs]: /integrations/transmission/
+[trend docs]: /integrations/trend/
+[tts docs]: /integrations/tts/
+[twitter docs]: /integrations/twitter/
+[universal docs]: /integrations/universal/
+[upc_connect docs]: /integrations/upc_connect/
+[updater docs]: /integrations/updater/
+[upnp docs]: /integrations/upnp/
+[velbus docs]: /integrations/velbus/
+[version docs]: /integrations/version/
+[vesync docs]: /integrations/vesync/
+[vizio docs]: /integrations/vizio/
+[volkszaehler docs]: /integrations/volkszaehler/
+[volumio docs]: /integrations/volumio/
+[wake_on_lan docs]: /integrations/wake_on_lan/
+[webhook docs]: /integrations/webhook/
+[webostv docs]: /integrations/webostv/
+[websocket_api docs]: /integrations/websocket_api/
+[wemo docs]: /integrations/wemo/
+[whois docs]: /integrations/whois/
+[wilight docs]: /integrations/wilight/
+[wled docs]: /integrations/wled/
+[wolflink docs]: /integrations/wolflink/
+[xiaomi_aqara docs]: /integrations/xiaomi_aqara/
+[xiaomi_miio docs]: /integrations/xiaomi_miio/
+[xmpp docs]: /integrations/xmpp/
+[yandex_transport docs]: /integrations/yandex_transport/
+[yeelight docs]: /integrations/yeelight/
+[zeroconf docs]: /integrations/zeroconf/
+[zha docs]: /integrations/zha/
+[zone docs]: /integrations/zone/
+[zwave docs]: /integrations/zwave/
diff --git a/source/_posts/2020-09-18-mac-companion.markdown b/source/_posts/2020-09-18-mac-companion.markdown
new file mode 100644
index 00000000000..b5bc4001ce0
--- /dev/null
+++ b/source/_posts/2020-09-18-mac-companion.markdown
@@ -0,0 +1,76 @@
+---
+title: "One more thing…"
+description: "Introducing Home Assistant Companion for macOS."
+date: 2020-09-18 08:00:00
+date_formatted: "September 18, 2020"
+comments: true
+author: Tom Brien
+author_twitter: tbrien88
+categories: Announcements
+og_image: /images/blog/2020-09-18-mac-companion/social.png
+---
+
+Wow, what a birthday week it has been! We've had a [new supervisor release](/blog/2020/09/16/supervisor-joins-the-party), one of the largest and most user-driven core [releases](/blog/2020/09/17/release-115), thanks to the [month of What The Heck?!](/blog/2020/08/18/the-month-of-what-the-heck/). We even got [RFID tags](/blog/2020/09/15/home-assistant-tags) right into the heart of Home Assistant, but we're not done yet! We have "One more thing…"
+
+## Introducing Home Assistant Companion for macOS
+
+Home Assistant Companion is a new application for Mac to control your Home Assistant instance, exposing your Mac sensors to Home Assistant and to receive notifications.
+
+Like many recent updates to the iOS app, we have [@zacwest](https://github.com/zacwest) to thank for this. Zac has ported the iOS app over to Mac and added some great new features specifically for the Mac.
+
+_If you're a Windows user, don't worry, you can integrate your PC with the great [IOT Link](https://iotlink.gitlab.io/index.html) tool._
+
+
+
+Home Assistant Companion running on a 16-inch Mac Book Pro
+
+
+## Trigger automations with your Mac
+
+Home Assistant Companion for macOS adds several new binary sensors for your Mac, showing whether it is active and whether a particular microphone or webcam is in use.
+
+Each camera and microphone has its own `binary_sensor` showing whether it is active or not. These can enable some really useful automations, especially for those home working at the moment. You could automatically turn off the radio when answering a call or close the blinds behind you to improve your video quality. To see just how useful this can be in the real world, check out this video of how our very own Frenck is using these sensors in his streaming set up.
+
+
+
+
+
+The "active" sensor reports whether the Mac is being actively used. In other words that it is not sleeping, not showing a screensaver, not locked and not just sat idle. You can configure the "Time Until Idle" in one-minute steps from a minimum of 1 minute. You'll find this option in the Sensors section of Preferences.
+
+One huge advantage of running on a Mac compared to a mobile device is the much larger battery. This means we are not constrained by battery-saving measures and can address one of the most common gripes with the iOS app, update intervals. On a Mac, entity updates are immediately triggered when something changes. You will see this reported by the `sensor.DEVICE_NAME_last_update_trigger` reporting `Signaled`.
+
+## Home Assistant Widgets (Big Sur only)
+
+Home Assistant Companion for macOS already supports widgets in Big Sur. Right now, we have an Actions Widget where you can have up to eight actions. You can also create multiple widgets with different sets of actions. If you have an idea for other widgets you'd like to see, pop over to [the community forums and let us know](https://community.home-assistant.io/t/what-kind-of-ios-14-widgets-would-you-like-to-see/211112/14).
+
+
+
+The large Home Assistant Actions widget in Big Sur.
+
+
+## Interface
+
+The Mac app is definitely a _Mac_ app. The App Configuration page has been removed from Home Assistant's sidebar. Instead, the configuration options and preferences are on the menu bar right where you'd expect to find them for any other app and all the standard shortcuts work too (like `⌘,` for Preferences). You can even open multiple Lovelace windows via File > New.
+
+
+
+You can have multiple Home Assistant Companion windows open.
+
+
+In the menu bar, you will also find an option to manually send an update to Home Assistant and a new Actions menu where you can see all your [actions](https://companion.home-assistant.io/docs/core/actions) and fire them.
+
+## Notifications
+
+Just like the iOS app, you can send notifications to your Mac with services like `notify.mobile_app_DEVICE_NAME`. One small difference is that [critical notifications](https://companion.home-assistant.io/docs/notifications/critical-notifications) are not yet available for the Mac app. However, all our other notifications features like actionable notifications work on the Mac app. To see what is possible, take a look at [the docs](https://companion.home-assistant.io/).
+
+## Documentation and Support
+
+We are updating the [Companion App docs](https://companion.home-assistant.io) with details for the Mac app. You can also pop over to the [Discord channel](https://discord.com/login?redirect_to=%2Fchannels%2F330944238910963714%2F551871772484698112). If you find a bug or have an idea for a feature, please open up an issue on the [GitHub repository](https://github.com/home-assistant/iOS/issues/new/choose).
+
+## Getting the beta
+
+You can get the beta right now from the `home-assistant/ios` repository: download the `home-assistant-mac.zip` file from the [latest release](https://companion.home-assistant.io/app/mac/latest), unzip and drag it over to your Applications folder. Done!
+
+That's it. All that's left is to wish Home Assistant Happy Birthday one last time and to wait and see what amazing developments the next year brings.
+
+Tom
diff --git a/source/developers/credits.markdown b/source/developers/credits.markdown
index 00cf5239720..9161c0b134a 100644
--- a/source/developers/credits.markdown
+++ b/source/developers/credits.markdown
@@ -1,21 +1,21 @@
---
title: "Credits"
description: "Credits for the developers who contributed to Home Assistant."
-date: 2020-08-09, 14:52:02 +0000
+date: 2020-09-19, 02:50:03 +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 "12079 total commits to the Home Assistant orga:
-6467 commits to core
-2269 commits to home-assistant.io
-2202 commits to frontend
-270 commits to developers.home-assistant
+- [Paulus Schoutsen (@balloob)](https://github.com/balloob "12191 total commits to the Home Assistant orga:
+6543 commits to core
+2287 commits to home-assistant.io
+2207 commits to frontend
+274 commits to developers.home-assistant
237 commits to home-assistant-js
179 commits to home-assistant-js-websocket
-143 commits to netdisco
+144 commits to netdisco
63 commits to hass-release
39 commits to probot-home-assistant
32 commits to alerts.home-assistant.io
@@ -24,32 +24,34 @@ This page contains a list of people who have contributed in one way or another t
16 commits to assets
14 commits to example-custom-config
14 commits to supervisor
-11 commits to architecture
+12 commits to architecture
9 commits to hbmqtt-auth-home-assistant
7 commits to micropython-home-assistant
7 commits to custom-panel-starter-kit-react
6 commits to home-assistant-notebooks
6 commits to ui-schema
+6 commits to android
5 commits to hassio-addons
-4 commits to android
+4 commits to supervised-installer
4 commits to github-issue-maker
3 commits to hassio-build
3 commits to docker
-3 commits to supervised-installer
-2 commits to lambda-home-assistant-github
-2 commits to iOS
2 commits to issue-bot
+2 commits to iOS
+2 commits to lambda-home-assistant-github
2 commits to addons-example
2 commits to ci-azure
2 commits to ada
+2 commits to plugin-observer
+2 commits to brands
1 commit to warrant
1 commit to feedparser
-1 commit to mobile-apps-fcm-push
1 commit to codeowners-mention
+1 commit to mobile-apps-fcm-push
1 commit to wheels
+1 commit to companion.home-assistant
1 commit to wheels-custom-integrations
1 commit to open-zwave
-1 commit to brands
")
### Contributors
@@ -114,9 +116,9 @@ This page contains a list of people who have contributed in one way or another t
- [Aaron (@mcd1992)](https://github.com/mcd1992 "5 total commits to the Home Assistant orga:
5 commits to open-zwave
")
-- [Aaron Bach (@bachya)](https://github.com/bachya "471 total commits to the Home Assistant orga:
-385 commits to core
-75 commits to home-assistant.io
+- [Aaron Bach (@bachya)](https://github.com/bachya "482 total commits to the Home Assistant orga:
+393 commits to core
+78 commits to home-assistant.io
5 commits to alerts.home-assistant.io
4 commits to brands
1 commit to architecture
@@ -127,8 +129,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
")
-- [Aaron Godfrey (@boralyl)](https://github.com/boralyl "9 total commits to the Home Assistant orga:
-4 commits to core
+- [Aaron Godfrey (@boralyl)](https://github.com/boralyl "10 total commits to the Home Assistant orga:
+5 commits to core
2 commits to brands
2 commits to home-assistant.io
1 commit to wheels-custom-integrations
@@ -181,15 +183,15 @@ This page contains a list of people who have contributed in one way or another t
1 commit to netdisco
")
- [Achilleas Pipinellis (@axilleas)](https://github.com/axilleas "4 total commits to the Home Assistant orga:
-2 commits to core
2 commits to home-assistant.io
+2 commits to core
")
- [ActuallyRuben (@ActuallyRuben)](https://github.com/ActuallyRuben "2 total commits to the Home Assistant orga:
1 commit to core
1 commit to home-assistant.io
")
-- [Adam (@SilvrrGIT)](https://github.com/SilvrrGIT "32 total commits to the Home Assistant orga:
-30 commits to home-assistant.io
+- [Adam (@SilvrrGIT)](https://github.com/SilvrrGIT "35 total commits to the Home Assistant orga:
+33 commits to home-assistant.io
2 commits to core
")
- [Adam Allport (@AAllport)](https://github.com/AAllport "1 total commits to the Home Assistant orga:
@@ -231,16 +233,17 @@ 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 Król (@adamkrol93)](https://github.com/adamkrol93 "2 total commits to the Home Assistant orga:
+- [Adam Król (@adamkrol93)](https://github.com/adamkrol93 "3 total commits to the Home Assistant orga:
1 commit to brands
1 commit to core
+1 commit to home-assistant.io
")
- [Adam Liddell (@aaliddell)](https://github.com/aaliddell "1 total commits to the Home Assistant orga:
1 commit to core
")
- [Adam Michaleski (@prairieapps)](https://github.com/prairieapps "5 total commits to the Home Assistant orga:
-2 commits to core
2 commits to home-assistant.io
+2 commits to core
1 commit to brands
")
- [Adam Reznechek (@adreznec)](https://github.com/adreznec "1 total commits to the Home Assistant orga:
@@ -395,19 +398,13 @@ 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
")
-- [AJ Schmidt (@ajschmidt8)](https://github.com/ajschmidt8 "9 total commits to the Home Assistant orga:
-7 commits to core
+- [AJ Schmidt (@ajschmidt8)](https://github.com/ajschmidt8 "11 total commits to the Home Assistant orga:
+9 commits to core
2 commits to home-assistant.io
")
- [ajayjohn (@ajayjohn)](https://github.com/ajayjohn "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [ajmarks (@ajmarks)](https://github.com/ajmarks "4 total commits to the Home Assistant orga:
-1 commit to wheels-custom-integrations
-1 commit to brands
-1 commit to core
-1 commit to home-assistant.io
-")
- [ajobbins (@ajobbins)](https://github.com/ajobbins "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -430,8 +427,8 @@ This page contains a list of people who have contributed in one way or another t
- [Akriti Chadda (@akriticg)](https://github.com/akriticg "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Akın Ömeroğlu (@akinomeroglu)](https://github.com/akinomeroglu "3 total commits to the Home Assistant orga:
-2 commits to core
+- [Akın Ömeroğlu (@akinomeroglu)](https://github.com/akinomeroglu "4 total commits to the Home Assistant orga:
+3 commits to core
1 commit to home-assistant.io
")
- [Alain Tavan (@alain57)](https://github.com/alain57 "1 total commits to the Home Assistant orga:
@@ -456,9 +453,9 @@ This page contains a list of people who have contributed in one way or another t
- [Alan Quinby (@Alan-K2)](https://github.com/Alan-K2 "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Alan Tse (@alandtse)](https://github.com/alandtse "49 total commits to the Home Assistant orga:
-36 commits to core
-8 commits to home-assistant.io
+- [Alan Tse (@alandtse)](https://github.com/alandtse "51 total commits to the Home Assistant orga:
+37 commits to core
+9 commits to home-assistant.io
3 commits to wheels-custom-integrations
1 commit to developers.home-assistant
1 commit to brands
@@ -500,13 +497,13 @@ This page contains a list of people who have contributed in one way or another t
1 commit to frontend
1 commit to alerts.home-assistant.io
")
-- [Aleix Murtra (@alemuro)](https://github.com/alemuro "5 total commits to the Home Assistant orga:
+- [Aleix Murtra (@alemuro)](https://github.com/alemuro "4 total commits to the Home Assistant orga:
2 commits to core
-2 commits to home-assistant.io
1 commit to brands
+1 commit to home-assistant.io
")
-- [Alejandro Rivera (@AlejandroRivera)](https://github.com/AlejandroRivera "2 total commits to the Home Assistant orga:
-1 commit to core
+- [Alejandro Rivera (@AlejandroRivera)](https://github.com/AlejandroRivera "3 total commits to the Home Assistant orga:
+2 commits to core
1 commit to home-assistant.io
")
- [Aleks (@IrealiTY)](https://github.com/IrealiTY "1 total commits to the Home Assistant orga:
@@ -541,6 +538,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
")
+- [Alessio Papi (@alessio-papi)](https://github.com/alessio-papi "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [Alex (@shr00mie)](https://github.com/shr00mie "1 total commits to the Home Assistant orga:
1 commit to developers.home-assistant
")
@@ -548,18 +548,18 @@ 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
")
-- [Alex (@MungoRae)](https://github.com/MungoRae "1 total commits to the Home Assistant orga:
-1 commit to core
-")
- [Alex (@r-xela)](https://github.com/r-xela "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [Alex (@alexanderVonBergner)](https://github.com/alexanderVonBergner "1 total commits to the Home Assistant orga:
-1 commit to home-assistant.io
+- [Alex (@MungoRae)](https://github.com/MungoRae "1 total commits to the Home Assistant orga:
+1 commit to core
")
- [Alex (@nnmalex)](https://github.com/nnmalex "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [Alex (@alexanderVonBergner)](https://github.com/alexanderVonBergner "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [Alex Bahm (@techfreek)](https://github.com/techfreek "2 total commits to the Home Assistant orga:
2 commits to core
")
@@ -625,6 +625,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
")
+- [Alex Ward (@alxwrd)](https://github.com/alxwrd "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [Alex X (@AlexxIT)](https://github.com/AlexxIT "2 total commits to the Home Assistant orga:
1 commit to wheels-custom-integrations
1 commit to home-assistant.io
@@ -673,8 +676,8 @@ This page contains a list of people who have contributed in one way or another t
- [Alexander Petrov (@meanmail)](https://github.com/meanmail "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Alexander Ryazanov (@alryaz)](https://github.com/alryaz "7 total commits to the Home Assistant orga:
-4 commits to brands
+- [Alexander Ryazanov (@alryaz)](https://github.com/alryaz "8 total commits to the Home Assistant orga:
+5 commits to brands
3 commits to wheels-custom-integrations
")
- [Alexander Schneider (@alexschneider)](https://github.com/alexschneider "1 total commits to the Home Assistant orga:
@@ -692,9 +695,9 @@ This page contains a list of people who have contributed in one way or another t
- [Alexandre Prates Dias (@pratesbh)](https://github.com/pratesbh "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Alexei Chetroi (@Adminiuga)](https://github.com/Adminiuga "198 total commits to the Home Assistant orga:
-186 commits to core
-8 commits to home-assistant.io
+- [Alexei Chetroi (@Adminiuga)](https://github.com/Adminiuga "204 total commits to the Home Assistant orga:
+191 commits to core
+9 commits to home-assistant.io
3 commits to frontend
1 commit to people
")
@@ -778,8 +781,8 @@ This page contains a list of people who have contributed in one way or another t
7 commits to frontend
3 commits to developers.home-assistant
1 commit to hassbian-scripts
-1 commit to pi-gen
1 commit to hassio-addons
+1 commit to pi-gen
1 commit to people
")
- [Alpha Chen (@kejadlen)](https://github.com/kejadlen "1 total commits to the Home Assistant orga:
@@ -837,12 +840,17 @@ This page contains a list of people who have contributed in one way or another t
- [Anders Gjendem (@agjendem)](https://github.com/agjendem "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [Anders Liljekvist (@thrawnarn)](https://github.com/thrawnarn "11 total commits to the Home Assistant orga:
+6 commits to core
+4 commits to home-assistant.io
+1 commit to netdisco
+")
- [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 "432 total commits to the Home Assistant orga:
-352 commits to core
-66 commits to home-assistant.io
+- [Anders Melchiorsen (@amelchio)](https://github.com/amelchio "439 total commits to the Home Assistant orga:
+357 commits to core
+68 commits to home-assistant.io
6 commits to pyharmony
3 commits to frontend
2 commits to iOS
@@ -873,6 +881,10 @@ This page contains a list of people who have contributed in one way or another t
- [Andrea (@BubiDevs)](https://github.com/BubiDevs "3 total commits to the Home Assistant orga:
3 commits to home-assistant.io
")
+- [Andrea Barbaresi (@barban-dev)](https://github.com/barban-dev "3 total commits to the Home Assistant orga:
+2 commits to wheels-custom-integrations
+1 commit to brands
+")
- [Andrea Campi (@andreacampi)](https://github.com/andreacampi "8 total commits to the Home Assistant orga:
6 commits to core
2 commits to home-assistant.io
@@ -920,6 +932,9 @@ This page contains a list of people who have contributed in one way or another t
- [Andreas Rammhold (@andir)](https://github.com/andir "1 total commits to the Home Assistant orga:
1 commit to frontend
")
+- [Andreas Rehn (@DAMEK86)](https://github.com/DAMEK86 "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [Andreas Renberg \(IQAndreas\) (@IQAndreas)](https://github.com/IQAndreas "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
@@ -930,8 +945,8 @@ 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 core
")
-- [Andreas Setterlind (@Gamester17)](https://github.com/Gamester17 "8 total commits to the Home Assistant orga:
-8 commits to home-assistant.io
+- [Andreas Setterlind (@Gamester17)](https://github.com/Gamester17 "9 total commits to the Home Assistant orga:
+9 commits to home-assistant.io
")
- [Andreas Wolter (@a-wolter)](https://github.com/a-wolter "1 total commits to the Home Assistant orga:
1 commit to core
@@ -1018,6 +1033,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
")
+- [Andrew Marks (@ajmarks)](https://github.com/ajmarks "14 total commits to the Home Assistant orga:
+5 commits to core
+3 commits to wheels-custom-integrations
+3 commits to brands
+2 commits to home-assistant.io
+1 commit to developers.home-assistant
+")
- [Andrew McRae (@aamcrae)](https://github.com/aamcrae "2 total commits to the Home Assistant orga:
1 commit to core
1 commit to home-assistant.io
@@ -1034,8 +1056,8 @@ This page contains a list of people who have contributed in one way or another t
- [Andrew Rowson (@growse)](https://github.com/growse "2 total commits to the Home Assistant orga:
2 commits to core
")
-- [Andrew Sayre (@andrewsayre)](https://github.com/andrewsayre "136 total commits to the Home Assistant orga:
-99 commits to core
+- [Andrew Sayre (@andrewsayre)](https://github.com/andrewsayre "138 total commits to the Home Assistant orga:
+101 commits to core
32 commits to home-assistant.io
3 commits to developers.home-assistant
1 commit to netdisco
@@ -1097,8 +1119,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
")
-- [Andrey Kupreychik (@foxel)](https://github.com/foxel "30 total commits to the Home Assistant orga:
-19 commits to core
+- [Andrey Kupreychik (@foxel)](https://github.com/foxel "31 total commits to the Home Assistant orga:
+20 commits to core
9 commits to home-assistant.io
1 commit to frontend
1 commit to brands
@@ -1172,6 +1194,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
")
+- [Angelo Gagliano (@TheGardenMonkey)](https://github.com/TheGardenMonkey "2 total commits to the Home Assistant orga:
+1 commit to core
+1 commit to home-assistant.io
+")
- [Angie1313 (@Angie1313)](https://github.com/Angie1313 "2 total commits to the Home Assistant orga:
2 commits to developers.home-assistant
")
@@ -1184,6 +1210,10 @@ This page contains a list of people who have contributed in one way or another t
- [Anna Shipman (@annashipman)](https://github.com/annashipman "1 total commits to the Home Assistant orga:
1 commit to gu-who
")
+- [Anna Tikhomirova (@anyuta1166)](https://github.com/anyuta1166 "6 total commits to the Home Assistant orga:
+5 commits to android
+1 commit to core
+")
- [anotherthomas (@anotherthomas)](https://github.com/anotherthomas "1 total commits to the Home Assistant orga:
1 commit to hassio-addons
")
@@ -1208,8 +1238,12 @@ This page contains a list of people who have contributed in one way or another t
- [antihate8 (@antihate8)](https://github.com/antihate8 "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Antoine (@Twanislas)](https://github.com/Twanislas "3 total commits to the Home Assistant orga:
+- [antipiot (@antipiot)](https://github.com/antipiot "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
+- [Antoine (@Twanislas)](https://github.com/Twanislas "4 total commits to the Home Assistant orga:
3 commits to frontend
+1 commit to home-assistant.io
")
- [Antoine Bertin (@Diaoul)](https://github.com/Diaoul "7 total commits to the Home Assistant orga:
3 commits to home-assistant.io
@@ -1309,9 +1343,14 @@ 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
")
-- [Ardetus (@Ardetus)](https://github.com/Ardetus "4 total commits to the Home Assistant orga:
+- [Arda ŞEREMET (@ArdaSeremet)](https://github.com/ArdaSeremet "4 total commits to the Home Assistant orga:
2 commits to core
+1 commit to brands
+1 commit to home-assistant.io
+")
+- [Ardetus (@Ardetus)](https://github.com/Ardetus "4 total commits to the Home Assistant orga:
2 commits to home-assistant.io
+2 commits to core
")
- [Ardi Mehist (@omgapuppy)](https://github.com/omgapuppy "3 total commits to the Home Assistant orga:
2 commits to home-assistant.io
@@ -1333,10 +1372,16 @@ This page contains a list of people who have contributed in one way or another t
- [Ariel Voskov (@Voskov)](https://github.com/Voskov "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [Arielpod (@Arielpod)](https://github.com/Arielpod "1 total commits to the Home Assistant orga:
+1 commit to frontend
+")
- [arigilder (@arigilder)](https://github.com/arigilder "8 total commits to the Home Assistant orga:
6 commits to core
2 commits to home-assistant.io
")
+- [Arik Yavilevich (@ayavilevich)](https://github.com/ayavilevich "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
- [Arjan van Balken (@vanbalken)](https://github.com/vanbalken "3 total commits to the Home Assistant orga:
2 commits to core
1 commit to home-assistant.io
@@ -1388,6 +1433,9 @@ This page contains a list of people who have contributed in one way or another t
- [Arthur Lutz (@arthurlutz)](https://github.com/arthurlutz "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [Arto Jantunen (@viiru-)](https://github.com/viiru- "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [Arttu mahlakaarto (@amahlaka)](https://github.com/amahlaka "6 total commits to the Home Assistant orga:
6 commits to home-assistant.io
")
@@ -1397,6 +1445,10 @@ 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
")
+- [arunderwood (@arunderwood)](https://github.com/arunderwood "2 total commits to the Home Assistant orga:
+1 commit to core
+1 commit to home-assistant.io
+")
- [Arvind Prasanna (@aprasanna)](https://github.com/aprasanna "1 total commits to the Home Assistant orga:
1 commit to core
")
@@ -1453,9 +1505,9 @@ 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 Drummond (@adrum)](https://github.com/adrum "23 total commits to the Home Assistant orga:
-13 commits to core
-10 commits to home-assistant.io
+- [Austin Drummond (@adrum)](https://github.com/adrum "25 total commits to the Home Assistant orga:
+14 commits to core
+11 commits to home-assistant.io
")
- [Austin Mroczek (@austinmroczek)](https://github.com/austinmroczek "31 total commits to the Home Assistant orga:
17 commits to core
@@ -1468,6 +1520,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
")
+- [automaton82 (@automaton82)](https://github.com/automaton82 "3 total commits to the Home Assistant orga:
+2 commits to core
+1 commit 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
")
@@ -1501,9 +1557,9 @@ This page contains a list of people who have contributed in one way or another t
- [B1ue\-W01f (@B1ue-W01f)](https://github.com/B1ue-W01f "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [b3nj1 (@b3nj1)](https://github.com/b3nj1 "3 total commits to the Home Assistant orga:
+- [b3nj1 (@b3nj1)](https://github.com/b3nj1 "4 total commits to the Home Assistant orga:
2 commits to python-openzwave
-1 commit to core
+2 commits to core
")
- [backcountrymountains (@backcountrymountains)](https://github.com/backcountrymountains "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -1572,7 +1628,7 @@ This page contains a list of people who have contributed in one way or another t
8 commits to home-assistant.io
1 commit to frontend
")
-- [Bartek Celary (@bcelary)](https://github.com/bcelary "1 total commits to the Home Assistant orga:
+- [Bartek Celary (@semiquasi)](https://github.com/semiquasi "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
- [Bartosz Fenski (@fenio)](https://github.com/fenio "1 total commits to the Home Assistant orga:
@@ -1589,9 +1645,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
")
-- [Bas Nijholt (@basnijholt)](https://github.com/basnijholt "192 total commits to the Home Assistant orga:
-178 commits to core
-12 commits to home-assistant.io
+- [Bas Nijholt (@basnijholt)](https://github.com/basnijholt "199 total commits to the Home Assistant orga:
+182 commits to core
+15 commits to home-assistant.io
1 commit to developers.home-assistant
1 commit to frontend
")
@@ -1786,6 +1842,9 @@ This page contains a list of people who have contributed in one way or another t
4 commits to home-assistant.io
3 commits to core
")
+- [Berni Moses (@bernimoses)](https://github.com/bernimoses "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [Bertbert (@bertbert72)](https://github.com/bertbert72 "3 total commits to the Home Assistant orga:
2 commits to home-assistant.io
1 commit to core
@@ -1828,6 +1887,9 @@ This page contains a list of people who have contributed in one way or another t
- [Bike Dude (@hackacad)](https://github.com/hackacad "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [Bill \(William\) O'Neill (@woneill)](https://github.com/woneill "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [Bill Church (@billchurch)](https://github.com/billchurch "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -1878,6 +1940,9 @@ This page contains a list of people who have contributed in one way or another t
- [Björn Victor (@bictorv)](https://github.com/bictorv "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [Bjørn Snoen (@bjornsnoen)](https://github.com/bjornsnoen "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [bkcberry (@bkcberry)](https://github.com/bkcberry "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
@@ -1988,9 +2053,9 @@ This page contains a list of people who have contributed in one way or another t
81 commits to core
5 commits to home-assistant.io
")
-- [Bouwe Westerdijk (@bouwew)](https://github.com/bouwew "8 total commits to the Home Assistant orga:
-6 commits to core
-2 commits to home-assistant.io
+- [Bouwe Westerdijk (@bouwew)](https://github.com/bouwew "11 total commits to the Home Assistant orga:
+8 commits to core
+3 commits to home-assistant.io
")
- [Boyi C (@fanthos)](https://github.com/fanthos "25 total commits to the Home Assistant orga:
17 commits to frontend
@@ -2074,10 +2139,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
")
-- [Bram Kragten (@bramkragten)](https://github.com/bramkragten "1238 total commits to the Home Assistant orga:
-926 commits to frontend
-238 commits to core
-35 commits to home-assistant.io
+- [Bram Kragten (@bramkragten)](https://github.com/bramkragten "1373 total commits to the Home Assistant orga:
+1038 commits to frontend
+258 commits to core
+37 commits to home-assistant.io
8 commits to home-assistant-js-websocket
8 commits to supervisor
7 commits to developers.home-assistant
@@ -2087,12 +2152,17 @@ This page contains a list of people who have contributed in one way or another t
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 alerts.home-assistant.io
")
- [Bram Mittendorff (@brammittendorff)](https://github.com/brammittendorff "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [Bram van Dartel (@xirixiz)](https://github.com/xirixiz "2 total commits to the Home Assistant orga:
+1 commit to wheels-custom-integrations
+1 commit to brands
+")
- [Brandon (@bgulla)](https://github.com/bgulla "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -2127,8 +2197,9 @@ 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
")
-- [bremor (@bremor)](https://github.com/bremor "3 total commits to the Home Assistant orga:
+- [bremor (@bremor)](https://github.com/bremor "4 total commits to the Home Assistant orga:
2 commits to home-assistant.io
+1 commit to brands
1 commit to core
")
- [Brenda Wallace (@Br3nda)](https://github.com/Br3nda "6 total commits to the Home Assistant orga:
@@ -2168,8 +2239,8 @@ 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
")
-- [Brett (@Bre77)](https://github.com/Bre77 "1 total commits to the Home Assistant orga:
-1 commit to brands
+- [Brett (@Bre77)](https://github.com/Bre77 "2 total commits to the Home Assistant orga:
+2 commits to brands
")
- [Brett T\. Warden (@bwarden)](https://github.com/bwarden "6 total commits to the Home Assistant orga:
6 commits to core
@@ -2218,9 +2289,9 @@ This page contains a list of people who have contributed in one way or another t
1 commit to operating-system
1 commit to home-assistant.io
")
-- [Brian Rogers (@brg468)](https://github.com/brg468 "11 total commits to the Home Assistant orga:
-8 commits to core
-3 commits to home-assistant.io
+- [Brian Rogers (@brg468)](https://github.com/brg468 "15 total commits to the Home Assistant orga:
+10 commits to core
+5 commits to home-assistant.io
")
- [Brian Torres\-Gil (@btorresgil)](https://github.com/btorresgil "1 total commits to the Home Assistant orga:
1 commit to core
@@ -2273,11 +2344,6 @@ This page contains a list of people who have contributed in one way or another t
- [Bruno Furtado (@bmfurtado)](https://github.com/bmfurtado "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [bruxy70 (@bruxy70)](https://github.com/bruxy70 "4 total commits to the Home Assistant orga:
-2 commits to brands
-1 commit to wheels-custom-integrations
-1 commit to home-assistant.io
-")
- [Bryan Berg (@berg)](https://github.com/berg "1 total commits to the Home Assistant orga:
1 commit to operating-system
")
@@ -2303,9 +2369,9 @@ This page contains a list of people who have contributed in one way or another t
3 commits to core
1 commit to brands
")
-- [bsmappee (@bsmappee)](https://github.com/bsmappee "14 total commits to the Home Assistant orga:
-11 commits to core
-2 commits to home-assistant.io
+- [bsmappee (@bsmappee)](https://github.com/bsmappee "18 total commits to the Home Assistant orga:
+14 commits to core
+3 commits to home-assistant.io
1 commit to brands
")
- [Burningstone91 (@Burningstone91)](https://github.com/Burningstone91 "1 total commits to the Home Assistant orga:
@@ -2345,6 +2411,9 @@ This page contains a list of people who have contributed in one way or another t
- [cadwal (@cadwal)](https://github.com/cadwal "1 total commits to the Home Assistant orga:
1 commit to supervisor
")
+- [cagnulein (@cagnulein)](https://github.com/cagnulein "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [caiosweet (@caiosweet)](https://github.com/caiosweet "1 total commits to the Home Assistant orga:
1 commit to brands
")
@@ -2520,9 +2589,9 @@ This page contains a list of people who have contributed in one way or another t
12 commits to core
7 commits to home-assistant.io
")
-- [Charles Garwood (@cgarwood)](https://github.com/cgarwood "81 total commits to the Home Assistant orga:
-36 commits to core
-21 commits to frontend
+- [Charles Garwood (@cgarwood)](https://github.com/cgarwood "95 total commits to the Home Assistant orga:
+45 commits to core
+26 commits to frontend
21 commits to home-assistant.io
2 commits to hassio-addons
1 commit to people
@@ -2565,8 +2634,11 @@ 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
")
-- [Chris (@firstof9)](https://github.com/firstof9 "15 total commits to the Home Assistant orga:
-9 commits to core
+- [chpego (@chpego)](https://github.com/chpego "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
+- [Chris (@firstof9)](https://github.com/firstof9 "22 total commits to the Home Assistant orga:
+16 commits to core
4 commits to home-assistant.io
1 commit to wheels-custom-integrations
1 commit to brands
@@ -2587,8 +2659,8 @@ This page contains a list of people who have contributed in one way or another t
- [Chris Baumgartner (@mchrisb03)](https://github.com/mchrisb03 "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [Chris Caron (@caronc)](https://github.com/caronc "7 total commits to the Home Assistant orga:
-5 commits to core
+- [Chris Caron (@caronc)](https://github.com/caronc "9 total commits to the Home Assistant orga:
+7 commits to core
1 commit to brands
1 commit to home-assistant.io
")
@@ -2671,12 +2743,12 @@ 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 "122 total commits to the Home Assistant orga:
-106 commits to core
-10 commits to home-assistant.io
+- [Chris Talkington (@ctalkington)](https://github.com/ctalkington "165 total commits to the Home Assistant orga:
+146 commits to core
+12 commits to home-assistant.io
3 commits to brands
+2 commits to developers.home-assistant
1 commit to architecture
-1 commit to developers.home-assistant
1 commit to frontend
")
- [Chris Thorn (@chris-thorn)](https://github.com/chris-thorn "7 total commits to the Home Assistant orga:
@@ -2705,8 +2777,8 @@ 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 "10 total commits to the Home Assistant orga:
-7 commits to android
+- [chriss158 (@chriss158)](https://github.com/chriss158 "18 total commits to the Home Assistant orga:
+15 commits to android
3 commits to mobile-apps-fcm-push
")
- [ChrisS85 (@ChrisS85)](https://github.com/ChrisS85 "1 total commits to the Home Assistant orga:
@@ -2742,8 +2814,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to python-openzwave
")
- [Christian Ferbar (@ferbar)](https://github.com/ferbar "4 total commits to the Home Assistant orga:
-2 commits to home-assistant.io
2 commits to core
+2 commits to home-assistant.io
")
- [Christian Kuhn (@lolli42)](https://github.com/lolli42 "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -2946,8 +3018,8 @@ This page contains a list of people who have contributed in one way or another t
5 commits to operating-system
4 commits to developers.home-assistant
2 commits to hassio-addons
-1 commit to people
1 commit to supervised-installer
+1 commit to people
")
- [Colby Rome (@cisasteelersfan)](https://github.com/cisasteelersfan "7 total commits to the Home Assistant orga:
4 commits to core
@@ -2962,11 +3034,12 @@ This page contains a list of people who have contributed in one way or another t
- [Colin Dunn (@colindunn)](https://github.com/colindunn "2 total commits to the Home Assistant orga:
2 commits to core
")
-- [Colin Frei (@colinfrei)](https://github.com/colinfrei "13 total commits to the Home Assistant orga:
+- [Colin Frei (@colinfrei)](https://github.com/colinfrei "15 total commits to the Home Assistant orga:
5 commits to home-assistant.io
-3 commits to core
+4 commits to core
2 commits to hassio-addons
2 commits to developers.home-assistant
+1 commit to architecture
1 commit to frontend
")
- [Colin Harrington (@ColinHarrington)](https://github.com/ColinHarrington "6 total commits to the Home Assistant orga:
@@ -2980,8 +3053,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to python-openzwave
")
- [Colin Robbins (@ColinRobbins)](https://github.com/ColinRobbins "4 total commits to the Home Assistant orga:
-2 commits to home-assistant.io
2 commits to core
+2 commits to home-assistant.io
")
- [Colin Teubner (@netopiax)](https://github.com/netopiax "6 total commits to the Home Assistant orga:
3 commits to open-zwave
@@ -3018,8 +3091,8 @@ This page contains a list of people who have contributed in one way or another t
2 commits to core
")
- [Corey Edwards (@heytensai)](https://github.com/heytensai "4 total commits to the Home Assistant orga:
-2 commits to home-assistant.io
2 commits to core
+2 commits to home-assistant.io
")
- [Corey Pauley (@devspacenine)](https://github.com/devspacenine "5 total commits to the Home Assistant orga:
3 commits to home-assistant.io
@@ -3127,9 +3200,15 @@ This page contains a list of people who have contributed in one way or another t
- [CyberDave17 (@CyberDave17)](https://github.com/CyberDave17 "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [cydia2020 (@cydia2020)](https://github.com/cydia2020 "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [Cyro (@cyrosy)](https://github.com/cyrosy "4 total commits to the Home Assistant orga:
4 commits to core
")
+- [Czapla\-dev (@Czapla-dev)](https://github.com/Czapla-dev "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
- [da\-anda (@da-anda)](https://github.com/da-anda "1 total commits to the Home Assistant orga:
1 commit to core
")
@@ -3191,8 +3270,8 @@ 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
")
-- [Dan Klaffenbach (@klada)](https://github.com/klada "9 total commits to the Home Assistant orga:
-6 commits to core
+- [Dan Klaffenbach (@klada)](https://github.com/klada "10 total commits to the Home Assistant orga:
+7 commits to core
3 commits to home-assistant.io
")
- [Dan Lehman (@DanTLehman)](https://github.com/DanTLehman "2 total commits to the Home Assistant orga:
@@ -3255,19 +3334,22 @@ This page contains a list of people who have contributed in one way or another t
- [Dani (@danichispa)](https://github.com/danichispa "9 total commits to the Home Assistant orga:
9 commits to home-assistant.io
")
-- [Daniel (@azrael783)](https://github.com/azrael783 "3 total commits to the Home Assistant orga:
-3 commits to home-assistant.io
-")
- [Daniel (@delneet)](https://github.com/delneet "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
+- [Daniel (@azrael783)](https://github.com/azrael783 "3 total commits to the Home Assistant orga:
+3 commits to home-assistant.io
+")
- [Daniel (@sMauldaeschle)](https://github.com/sMauldaeschle "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [Daniel (@danimtb)](https://github.com/danimtb "1 total commits to the Home Assistant orga:
+- [Daniel (@danielkihlgren)](https://github.com/danielkihlgren "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Daniel (@danielkihlgren)](https://github.com/danielkihlgren "1 total commits to the Home Assistant orga:
+- [Daniel (@ConsoleCriminal)](https://github.com/ConsoleCriminal "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
+- [Daniel (@danimtb)](https://github.com/danimtb "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
- [Daniel Anner (@danner26)](https://github.com/danner26 "1 total commits to the Home Assistant orga:
@@ -3287,18 +3369,21 @@ This page contains a list of people who have contributed in one way or another t
- [Daniel Correa Lobato (@dclobato)](https://github.com/dclobato "1 total commits to the Home Assistant orga:
1 commit to core
")
+- [Daniel de Jong (@daniel-jong)](https://github.com/daniel-jong "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [Daniel Escoz (@Darkhogg)](https://github.com/Darkhogg "3 total commits to the Home Assistant orga:
3 commits to home-assistant.io
")
- [Daniel García (@dani-garcia)](https://github.com/dani-garcia "1 total commits to the Home Assistant orga:
1 commit to brands
")
-- [Daniel Hjelseth Høyer (@Danielhiversen)](https://github.com/Danielhiversen "521 total commits to the Home Assistant orga:
-381 commits to core
-135 commits to home-assistant.io
+- [Daniel Hjelseth Høyer (@Danielhiversen)](https://github.com/Danielhiversen "528 total commits to the Home Assistant orga:
+385 commits to core
+136 commits to home-assistant.io
3 commits to frontend
+3 commits to brands
1 commit to people
-1 commit to brands
")
- [Daniel Kalmar (@kalimaul)](https://github.com/kalimaul "2 total commits to the Home Assistant orga:
1 commit to core
@@ -3311,14 +3396,17 @@ This page contains a list of people who have contributed in one way or another t
14 commits to open-zwave
1 commit to home-assistant.io
")
-- [Daniel Lashua (@dlashua)](https://github.com/dlashua "4 total commits to the Home Assistant orga:
-2 commits to home-assistant.io
+- [Daniel Lashua (@dlashua)](https://github.com/dlashua "5 total commits to the Home Assistant orga:
+3 commits to home-assistant.io
2 commits to core
")
- [Daniel Matuschek (@usul27)](https://github.com/usul27 "2 total commits to the Home Assistant orga:
1 commit to core
1 commit to home-assistant.io
")
+- [Daniel O'Connor (@CloCkWeRX)](https://github.com/CloCkWeRX "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [Daniel Perna (@danielperna84)](https://github.com/danielperna84 "152 total commits to the Home Assistant orga:
87 commits to core
48 commits to home-assistant.io
@@ -3342,14 +3430,15 @@ This page contains a list of people who have contributed in one way or another t
- [Daniel Schaal (@schaal)](https://github.com/schaal "2 total commits to the Home Assistant orga:
2 commits to core
")
-- [Daniel Shokouhi (@dshokouhi)](https://github.com/dshokouhi "163 total commits to the Home Assistant orga:
-55 commits to companion.home-assistant
-52 commits to core
-49 commits to home-assistant.io
-6 commits to android
+- [Daniel Shokouhi (@dshokouhi)](https://github.com/dshokouhi "230 total commits to the Home Assistant orga:
+70 commits to companion.home-assistant
+54 commits to core
+53 commits to android
+51 commits to home-assistant.io
1 commit to developers.home-assistant
+1 commit to alerts.home-assistant.io
")
-- [Daniel Stockhausen (@finerdly)](https://github.com/finerdly "1 total commits to the Home Assistant orga:
+- [Daniel Stockhausen (@daniel-stockhausen)](https://github.com/daniel-stockhausen "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
- [Daniel Stone (@daniel-stoneuk)](https://github.com/daniel-stoneuk "2 total commits to the Home Assistant orga:
@@ -3473,8 +3562,9 @@ This page contains a list of people who have contributed in one way or another t
- [Dave Banks (@djbanks)](https://github.com/djbanks "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [Dave Clarke (@clarkd)](https://github.com/clarkd "1 total commits to the Home Assistant orga:
+- [Dave Clarke (@clarkd)](https://github.com/clarkd "2 total commits to the Home Assistant orga:
1 commit to core
+1 commit to home-assistant.io
")
- [Dave Eddy (@bahamas10)](https://github.com/bahamas10 "1 total commits to the Home Assistant orga:
1 commit to open-zwave
@@ -3492,10 +3582,10 @@ This page contains a list of people who have contributed in one way or another t
- [Dave Pearce (@UrbanDave)](https://github.com/UrbanDave "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [Dave T (@davet2001)](https://github.com/davet2001 "10 total commits to the Home Assistant orga:
+- [Dave T (@davet2001)](https://github.com/davet2001 "11 total commits to the Home Assistant orga:
6 commits to core
+3 commits to home-assistant.io
2 commits to developers.home-assistant
-2 commits to home-assistant.io
")
- [DAVe3283 (@DAVe3283)](https://github.com/DAVe3283 "1 total commits to the Home Assistant orga:
1 commit to open-zwave
@@ -3571,11 +3661,12 @@ 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 "257 total commits to the Home Assistant orga:
-210 commits to core
-45 commits to frontend
+- [David F\. Mulcahey (@dmulcahey)](https://github.com/dmulcahey "276 total commits to the Home Assistant orga:
+224 commits to core
+46 commits to frontend
+4 commits to home-assistant.io
1 commit to people
-1 commit to home-assistant.io
+1 commit to brands
")
- [David Fiel (@dfiel)](https://github.com/dfiel "3 total commits to the Home Assistant orga:
2 commits to core
@@ -3601,6 +3692,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
")
+- [David Luhmer (@David-Development)](https://github.com/David-Development "1 total commits to the Home Assistant orga:
+1 commit to android
+")
- [David Martínez (@vaites)](https://github.com/vaites "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -3652,6 +3746,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
")
+- [David Vega Fontelos (@repocho)](https://github.com/repocho "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [David VINET (@DavZero)](https://github.com/DavZero "4 total commits to the Home Assistant orga:
4 commits to open-zwave
")
@@ -3719,10 +3816,10 @@ 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
")
-- [definitio (@definitio)](https://github.com/definitio "13 total commits to the Home Assistant orga:
+- [definitio (@definitio)](https://github.com/definitio "14 total commits to the Home Assistant orga:
8 commits to core
4 commits to home-assistant.io
-1 commit to brands
+2 commits to brands
")
- [deisi (@deisi)](https://github.com/deisi "12 total commits to the Home Assistant orga:
10 commits to core
@@ -3759,6 +3856,9 @@ This page contains a list of people who have contributed in one way or another t
- [Dennis de Greef (@dennisdegreef)](https://github.com/dennisdegreef "2 total commits to the Home Assistant orga:
2 commits to core
")
+- [Dennis Gilmore (@ausil)](https://github.com/ausil "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [Dennis Ham (@denniswham)](https://github.com/denniswham "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
@@ -3786,6 +3886,9 @@ This page contains a list of people who have contributed in one way or another t
- [denverpilot (@denverpilot)](https://github.com/denverpilot "1 total commits to the Home Assistant orga:
1 commit to hassio-addons
")
+- [Denys Dovhan (@denysdovhan)](https://github.com/denysdovhan "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [Department G33k (@department-g33k)](https://github.com/department-g33k "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -3893,9 +3996,9 @@ This page contains a list of people who have contributed in one way or another t
- [Diogo Alves (@killercode)](https://github.com/killercode "2 total commits to the Home Assistant orga:
2 commits to open-zwave
")
-- [Diogo Gomes (@dgomes)](https://github.com/dgomes "147 total commits to the Home Assistant orga:
-98 commits to core
-34 commits to home-assistant.io
+- [Diogo Gomes (@dgomes)](https://github.com/dgomes "151 total commits to the Home Assistant orga:
+101 commits to core
+35 commits to home-assistant.io
7 commits to brands
3 commits to assets
2 commits to developers.home-assistant
@@ -3924,12 +4027,22 @@ This page contains a list of people who have contributed in one way or another t
- [djschaap (@djschaap)](https://github.com/djschaap "2 total commits to the Home Assistant orga:
2 commits to open-zwave
")
+- [djtimca (@djtimca)](https://github.com/djtimca "2 total commits to the Home Assistant orga:
+1 commit to wheels-custom-integrations
+1 commit to brands
+")
- [DK (@poldim)](https://github.com/poldim "3 total commits to the Home Assistant orga:
3 commits to home-assistant.io
")
- [DKAutomater (@DKAutomater)](https://github.com/DKAutomater "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [dklemm (@dklemm)](https://github.com/dklemm "1 total commits to the Home Assistant orga:
+1 commit to frontend
+")
+- [dkramer74 (@dkramer74)](https://github.com/dkramer74 "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [Dmitriy (@marcellus00)](https://github.com/marcellus00 "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
@@ -3993,8 +4106,10 @@ This page contains a list of people who have contributed in one way or another t
- [DonHugo (@DonHugo)](https://github.com/DonHugo "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Donnie (@donkawechico)](https://github.com/donkawechico "3 total commits to the Home Assistant orga:
+- [Donnie (@donkawechico)](https://github.com/donkawechico "5 total commits to the Home Assistant orga:
3 commits to core
+1 commit to frontend
+1 commit to home-assistant.io
")
- [doogstar (@doogstar)](https://github.com/doogstar "1 total commits to the Home Assistant orga:
1 commit to developers.home-assistant
@@ -4071,14 +4186,17 @@ This page contains a list of people who have contributed in one way or another t
- [drop table USERS; \-\- (@hudashot)](https://github.com/hudashot "1 total commits to the Home Assistant orga:
1 commit to core
")
+- [drphungky (@drphungky)](https://github.com/drphungky "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [DrZzs (@Snipercaine)](https://github.com/Snipercaine "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
- [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 "652 total commits to the Home Assistant orga:
-640 commits to home-assistant.io
+- [Dubh Ad (@DubhAd)](https://github.com/DubhAd "656 total commits to the Home Assistant orga:
+644 commits to home-assistant.io
3 commits to developers.home-assistant
3 commits to alerts.home-assistant.io
3 commits to core
@@ -4115,6 +4233,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 core
")
+- [dvz (@dvz)](https://github.com/dvz "1 total commits to the Home Assistant orga:
+1 commit to 1password-teams-open-source
+")
- [Dwight Holman (@anonfunc)](https://github.com/anonfunc "6 total commits to the Home Assistant orga:
6 commits to pyharmony
")
@@ -4143,8 +4264,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
")
-- [Ed Boal (@edwork)](https://github.com/edwork "3 total commits to the Home Assistant orga:
+- [Ed Boal (@edwork)](https://github.com/edwork "5 total commits to the Home Assistant orga:
3 commits to home-assistant.io
+1 commit to wheels-custom-integrations
+1 commit to brands
")
- [Ed Marshall (@logic)](https://github.com/logic "2 total commits to the Home Assistant orga:
1 commit to open-zwave
@@ -4207,6 +4330,9 @@ This page contains a list of people who have contributed in one way or another t
- [Egor Romanko (@egor-romanko)](https://github.com/egor-romanko "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [Egor Shilyaev (@Funcy-dcm)](https://github.com/Funcy-dcm "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [Egor Tsinko (@etsinko)](https://github.com/etsinko "12 total commits to the Home Assistant orga:
9 commits to core
3 commits to home-assistant.io
@@ -4240,7 +4366,7 @@ This page contains a list of people who have contributed in one way or another t
- [ejaviga (@ejaviga)](https://github.com/ejaviga "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [elad\-bar (@elad-bar)](https://github.com/elad-bar "4 total commits to the Home Assistant orga:
+- [Elad Bar (@elad-bar)](https://github.com/elad-bar "4 total commits to the Home Assistant orga:
3 commits to brands
1 commit to wheels-custom-integrations
")
@@ -4268,9 +4394,10 @@ This page contains a list of people who have contributed in one way or another t
5 commits to core
2 commits to home-assistant.io
")
-- [Eliseo Martelli (@eliseomartelli)](https://github.com/eliseomartelli "30 total commits to the Home Assistant orga:
-22 commits to core
-8 commits to home-assistant.io
+- [Eliseo Martelli (@eliseomartelli)](https://github.com/eliseomartelli "33 total commits to the Home Assistant orga:
+23 commits to core
+9 commits to home-assistant.io
+1 commit to brands
")
- [Ellis Percival (@flyte)](https://github.com/flyte "31 total commits to the Home Assistant orga:
25 commits to core
@@ -4286,8 +4413,8 @@ This page contains a list of people who have contributed in one way or another t
- [Elvis (@mu3)](https://github.com/mu3 "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [elwing00 (@elwing00)](https://github.com/elwing00 "1 total commits to the Home Assistant orga:
-1 commit to home-assistant.io
+- [elwing00 (@elwing00)](https://github.com/elwing00 "2 total commits to the Home Assistant orga:
+2 commits to home-assistant.io
")
- [elyesa (@ssl)](https://github.com/ssl "1 total commits to the Home Assistant orga:
1 commit to 1password-teams-open-source
@@ -4328,9 +4455,9 @@ This page contains a list of people who have contributed in one way or another t
- [Emil Nilsson (@voxic)](https://github.com/voxic "6 total commits to the Home Assistant orga:
6 commits to home-assistant.io
")
-- [Emil Stjerneman (@bratanon)](https://github.com/bratanon "6 total commits to the Home Assistant orga:
+- [Emil Stjerneman (@bratanon)](https://github.com/bratanon "7 total commits to the Home Assistant orga:
+3 commits to home-assistant.io
3 commits to core
-2 commits to home-assistant.io
1 commit to frontend
")
- [emil\-e (@emil-e)](https://github.com/emil-e "1 total commits to the Home Assistant orga:
@@ -4339,15 +4466,15 @@ This page contains a list of people who have contributed in one way or another t
- [emilgil (@emilgil)](https://github.com/emilgil "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Emilv2 (@Emilv2)](https://github.com/Emilv2 "10 total commits to the Home Assistant orga:
-8 commits to core
+- [Emilv2 (@Emilv2)](https://github.com/Emilv2 "11 total commits to the Home Assistant orga:
+9 commits to core
2 commits to home-assistant.io
")
- [Emily Cassandra Meeker (@ecmeeker)](https://github.com/ecmeeker "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Emily Mills (@emlove)](https://github.com/emlove "374 total commits to the Home Assistant orga:
-199 commits to core
+- [Emily Mills (@emlove)](https://github.com/emlove "375 total commits to the Home Assistant orga:
+200 commits to core
97 commits to frontend
65 commits to home-assistant.io
4 commits to developers.home-assistant
@@ -4355,8 +4482,8 @@ This page contains a list of people who have contributed in one way or another t
2 commits to python-openzwave
1 commit to homebridge-homeassistant
1 commit to people
-1 commit to brands
1 commit to open-zwave
+1 commit to brands
")
- [EmitKiwi (@EmitKiwi)](https://github.com/EmitKiwi "2 total commits to the Home Assistant orga:
1 commit to core
@@ -4380,10 +4507,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
")
-- [endor (@endor-force)](https://github.com/endor-force "22 total commits to the Home Assistant orga:
-10 commits 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
+6 commits to core
5 commits to hassio-addons
-5 commits to core
1 commit to hassio-build
1 commit to brands
")
@@ -4400,8 +4527,12 @@ This page contains a list of people who have contributed in one way or another t
- [Enu Rist (@enurist)](https://github.com/enurist "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [eracknaphobia (@eracknaphobia)](https://github.com/eracknaphobia "2 total commits to the Home Assistant orga:
-2 commits to home-assistant.io
+- [epenet (@epenet)](https://github.com/epenet "3 total commits to the Home Assistant orga:
+2 commits to frontend
+1 commit to home-assistant.io
+")
+- [eracknaphobia (@eracknaphobia)](https://github.com/eracknaphobia "3 total commits to the Home Assistant orga:
+3 commits to home-assistant.io
")
- [eresonance (@eresonance)](https://github.com/eresonance "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -4452,8 +4583,8 @@ This page contains a list of people who have contributed in one way or another t
- [Eric Rolf (@xrolfex)](https://github.com/xrolfex "13 total commits to the Home Assistant orga:
13 commits to core
")
-- [Eric Severance (@esev)](https://github.com/esev "2 total commits to the Home Assistant orga:
-2 commits to core
+- [Eric Severance (@esev)](https://github.com/esev "11 total commits to the Home Assistant orga:
+11 commits to core
")
- [Eric Thomas (@et)](https://github.com/et "1 total commits to the Home Assistant orga:
1 commit to developers.home-assistant
@@ -4481,12 +4612,16 @@ This page contains a list of people who have contributed in one way or another t
- [Erik Gustavsson (@cyr123)](https://github.com/cyr123 "2 total commits to the Home Assistant orga:
2 commits to open-zwave
")
+- [Erik J\. Olson (@arychj)](https://github.com/arychj "2 total commits to the Home Assistant orga:
+1 commit to core
+1 commit to home-assistant.io
+")
- [Erik Kastelec (@erikkastelec)](https://github.com/erikkastelec "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [Erik Montnemery (@emontnemery)](https://github.com/emontnemery "467 total commits to the Home Assistant orga:
-349 commits to core
-87 commits to home-assistant.io
+- [Erik Montnemery (@emontnemery)](https://github.com/emontnemery "486 total commits to the Home Assistant orga:
+367 commits to core
+88 commits to home-assistant.io
21 commits to frontend
9 commits to developers.home-assistant
1 commit to people
@@ -4514,8 +4649,8 @@ This page contains a list of people who have contributed in one way or another t
- [Ernest W\. Durbin III (@ewdurbin)](https://github.com/ewdurbin "2 total commits to the Home Assistant orga:
2 commits to 1password-teams-open-source
")
-- [Ernst Klamer (@Ernst79)](https://github.com/Ernst79 "11 total commits to the Home Assistant orga:
-5 commits to core
+- [Ernst Klamer (@Ernst79)](https://github.com/Ernst79 "12 total commits to the Home Assistant orga:
+6 commits to core
4 commits to home-assistant.io
1 commit to developers.home-assistant
1 commit to brands
@@ -4526,12 +4661,15 @@ This page contains a list of people who have contributed in one way or another t
- [ERovirosa (@ERovirosa)](https://github.com/ERovirosa "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [Erwin B (@eblekkenhorst)](https://github.com/eblekkenhorst "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [Esben Damgaard (@Ebbe)](https://github.com/Ebbe "1 total commits to the Home Assistant orga:
1 commit to developers.home-assistant
")
-- [escoand (@escoand)](https://github.com/escoand "49 total commits to the Home Assistant orga:
-37 commits to core
-7 commits to home-assistant.io
+- [escoand (@escoand)](https://github.com/escoand "52 total commits to the Home Assistant orga:
+39 commits to core
+8 commits to home-assistant.io
3 commits to netdisco
1 commit to hassio-builder
1 commit to brands
@@ -4542,8 +4680,8 @@ 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
")
-- [etheralm (@etheralm)](https://github.com/etheralm "11 total commits to the Home Assistant orga:
-7 commits to core
+- [etheralm (@etheralm)](https://github.com/etheralm "13 total commits to the Home Assistant orga:
+9 commits to core
4 commits to home-assistant.io
")
- [Ettienne Gous (@ettiennegous)](https://github.com/ettiennegous "2 total commits to the Home Assistant orga:
@@ -4566,25 +4704,26 @@ This page contains a list of people who have contributed in one way or another t
- [Eugene Pirogov (@gmile)](https://github.com/gmile "1 total commits to the Home Assistant orga:
1 commit to 1password-teams-open-source
")
-- [Eugene Prystupa (@prystupa)](https://github.com/prystupa "47 total commits to the Home Assistant orga:
-42 commits to core
+- [Eugene Prystupa (@prystupa)](https://github.com/prystupa "49 total commits to the Home Assistant orga:
+44 commits to core
4 commits to home-assistant.io
1 commit to brands
")
- [eugeneniemand (@eugeneniemand)](https://github.com/eugeneniemand "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Eugenio Panadero (@azogue)](https://github.com/azogue "100 total commits to the Home Assistant orga:
-63 commits to core
+- [Eugenio Panadero (@azogue)](https://github.com/azogue "101 total commits to the Home Assistant orga:
+64 commits to core
27 commits to home-assistant.io
3 commits to homebridge-homeassistant
3 commits to frontend
3 commits to brands
1 commit to people
")
-- [Evan Bruhn (@evanjd)](https://github.com/evanjd "11 total commits to the Home Assistant orga:
+- [Evan Bruhn (@evanjd)](https://github.com/evanjd "13 total commits to the Home Assistant orga:
8 commits to core
-3 commits to home-assistant.io
+4 commits to home-assistant.io
+1 commit to alerts.home-assistant.io
")
- [Evan Morse (@RowdyDog12)](https://github.com/RowdyDog12 "5 total commits to the Home Assistant orga:
5 commits to home-assistant.io
@@ -4601,9 +4740,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
")
-- [Evgeny (@freekode)](https://github.com/freekode "4 total commits to the Home Assistant orga:
-2 commits to core
-2 commits to home-assistant.io
+- [Evgeny (@freekode)](https://github.com/freekode "7 total commits to the Home Assistant orga:
+4 commits to core
+3 commits to home-assistant.io
")
- [evoblicec (@evoblicec)](https://github.com/evoblicec "1 total commits to the Home Assistant orga:
1 commit to core
@@ -4626,9 +4765,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
")
-- [Fabian Affolter (@fabaff)](https://github.com/fabaff "5692 total commits to the Home Assistant orga:
-3370 commits to home-assistant.io
-2074 commits to core
+- [Fabian Affolter (@fabaff)](https://github.com/fabaff "5718 total commits to the Home Assistant orga:
+3375 commits to home-assistant.io
+2092 commits to core
63 commits to developers.home-assistant
39 commits to home-assistant-notebooks
33 commits to assets
@@ -4638,17 +4777,17 @@ This page contains a list of people who have contributed in one way or another t
12 commits to hassio-build
11 commits to netdisco
11 commits to frontend
+9 commits to supervisor
7 commits to hass-release
7 commits to hassio-addons
-6 commits to supervisor
3 commits to example-custom-config
2 commits to iOS
2 commits to cli
2 commits to alerts.home-assistant.io
1 commit to home-assistant-js-websocket
1 commit to ui-schema
-1 commit to android
1 commit to supervised-installer
+1 commit to android
")
- [Fabian Fischer (@nodomain)](https://github.com/nodomain "1 total commits to the Home Assistant orga:
1 commit to hassio-addons
@@ -4671,8 +4810,10 @@ This page contains a list of people who have contributed in one way or another t
- [Fabio Fantoni (@Fantu)](https://github.com/Fantu "1 total commits to the Home Assistant orga:
1 commit to operating-system
")
-- [fabiocastagnino (@fabiocastagnino)](https://github.com/fabiocastagnino "1 total commits to the Home Assistant orga:
+- [fabiocastagnino (@fabiocastagnino)](https://github.com/fabiocastagnino "3 total commits to the Home Assistant orga:
+1 commit to frontend
1 commit to core
+1 commit to home-assistant.io
")
- [Fabrice Fontaine (@ffontaine)](https://github.com/ffontaine "7 total commits to the Home Assistant orga:
7 commits to open-zwave
@@ -4695,8 +4836,8 @@ This page contains a list of people who have contributed in one way or another t
- [Fares Rihani (@anchepiece)](https://github.com/anchepiece "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
-- [Farid (@ooii)](https://github.com/ooii "2 total commits to the Home Assistant orga:
-1 commit to core
+- [Farid (@ooii)](https://github.com/ooii "3 total commits to the Home Assistant orga:
+2 commits to core
1 commit to home-assistant.io
")
- [Farzad Noorian (@fnoorian)](https://github.com/fnoorian "1 total commits to the Home Assistant orga:
@@ -4717,8 +4858,8 @@ This page contains a list of people who have contributed in one way or another t
- [Federico Ariel Castagnini (@facastagnini)](https://github.com/facastagnini "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Federico Granata (@Edo78)](https://github.com/Edo78 "1 total commits to the Home Assistant orga:
-1 commit to home-assistant.io
+- [Federico Granata (@Edo78)](https://github.com/Edo78 "2 total commits to the Home Assistant orga:
+2 commits to home-assistant.io
")
- [Federico Leoni (@effelle)](https://github.com/effelle "2 total commits to the Home Assistant orga:
1 commit to core
@@ -4734,9 +4875,9 @@ This page contains a list of people who have contributed in one way or another t
- [Felipe Cypriano (@fcy)](https://github.com/fcy "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Felipe Martins Diel (@felipediel)](https://github.com/felipediel "12 total commits to the Home Assistant orga:
-9 commits to core
-3 commits to home-assistant.io
+- [Felipe Martins Diel (@felipediel)](https://github.com/felipediel "22 total commits to the Home Assistant orga:
+18 commits to core
+4 commits to home-assistant.io
")
- [Felix Barbalet (@xlfe)](https://github.com/xlfe "1 total commits to the Home Assistant orga:
1 commit to core
@@ -4758,6 +4899,9 @@ This page contains a list of people who have contributed in one way or another t
- [Felix Krause (@KrauseFx)](https://github.com/KrauseFx "48 total commits to the Home Assistant orga:
48 commits to issue-bot
")
+- [Felix Stupp (@Zocker1999NET)](https://github.com/Zocker1999NET "2 total commits to the Home Assistant orga:
+2 commits to home-assistant.io
+")
- [fenner (@fenner)](https://github.com/fenner "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -4800,12 +4944,18 @@ This page contains a list of people who have contributed in one way or another t
- [Filip van Hoeckel (@filip-van-hoeckel)](https://github.com/filip-van-hoeckel "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Finbarr Brady (@fbradyirl)](https://github.com/fbradyirl "47 total commits to the Home Assistant orga:
-31 commits to core
+- [fillefilip8 (@fillefilip8)](https://github.com/fillefilip8 "1 total commits to the Home Assistant orga:
+1 commit to core
+")
+- [Finbarr Brady (@fbradyirl)](https://github.com/fbradyirl "49 total commits to the Home Assistant orga:
+33 commits to core
12 commits to home-assistant.io
3 commits to netdisco
1 commit to people
")
+- [fineemb (@fineemb)](https://github.com/fineemb "3 total commits to the Home Assistant orga:
+3 commits to brands
+")
- [finity69x2 (@finity69x2)](https://github.com/finity69x2 "4 total commits to the Home Assistant orga:
2 commits to brands
2 commits to home-assistant.io
@@ -4813,6 +4963,9 @@ This page contains a list of people who have contributed in one way or another t
- [finnysamuel (@finnysamuel)](https://github.com/finnysamuel "1 total commits to the Home Assistant orga:
1 commit to core
")
+- [Firestorm2010 (@Firestorm2010)](https://github.com/Firestorm2010 "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [firstmentoring (@firstmentoring)](https://github.com/firstmentoring "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
@@ -4870,6 +5023,9 @@ This page contains a list of people who have contributed in one way or another t
16 commits to core
4 commits to home-assistant.io
")
+- [Florian (@gador)](https://github.com/gador "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [Florian Bachmann (@baflo)](https://github.com/baflo "1 total commits to the Home Assistant orga:
1 commit to frontend
")
@@ -4879,10 +5035,10 @@ This page contains a list of people who have contributed in one way or another t
- [Florian Chauveau (@fchauveau)](https://github.com/fchauveau "1 total commits to the Home Assistant orga:
1 commit to android
")
-- [Florian Gareis (@TheZoker)](https://github.com/TheZoker "4 total commits to the Home Assistant orga:
-1 commit to android
+- [Florian Gareis (@TheZoker)](https://github.com/TheZoker "5 total commits to the Home Assistant orga:
+2 commits to frontend
1 commit to developers.home-assistant
-1 commit to frontend
+1 commit to android
1 commit to home-assistant.io
")
- [Florian Harr (@caffeineflo)](https://github.com/caffeineflo "1 total commits to the Home Assistant orga:
@@ -4971,22 +5127,25 @@ This page contains a list of people who have contributed in one way or another t
- [Frances Coronel (@fvcproductions)](https://github.com/fvcproductions "1 total commits to the Home Assistant orga:
1 commit to 1password-teams-open-source
")
-- [Franck Nijhof (@frenck)](https://github.com/frenck "1693 total commits to the Home Assistant orga:
-655 commits to home-assistant.io
-588 commits to core
-122 commits to hassio-addons
-79 commits to brands
+- [Franchie (@Franchie)](https://github.com/Franchie "1 total commits to the Home Assistant orga:
+1 commit to core
+")
+- [Franck Nijhof (@frenck)](https://github.com/frenck "1825 total commits to the Home Assistant orga:
+711 commits to home-assistant.io
+649 commits to core
+124 commits to hassio-addons
+82 commits to brands
56 commits to cli
-49 commits to supervisor
-42 commits to developers.home-assistant
-21 commits to frontend
-13 commits to alerts.home-assistant.io
+51 commits to supervisor
+45 commits to developers.home-assistant
+22 commits to frontend
+14 commits to alerts.home-assistant.io
+11 commits to docker-base
9 commits to architecture
-9 commits to docker-base
8 commits to plugin-cli
7 commits to operating-system
-4 commits to hass-release
4 commits to assets
+4 commits to hass-release
4 commits to data.home-assistant
3 commits to iOS
3 commits to wheels-custom-integrations
@@ -4996,13 +5155,14 @@ This page contains a list of people who have contributed in one way or another t
1 commit to organization-internal
1 commit to hubot-home-assistant
1 commit to hassio-build
+1 commit to custom-panel-starter-kit-react
1 commit to hassio-addons-development
1 commit to docker
-1 commit to custom-panel-starter-kit-react
1 commit to hassio-version
1 commit to actions
1 commit to android
1 commit to ci-azure
+1 commit to wheels-tensorflow
1 commit to plugin-audio
")
- [Frank (@syphernl)](https://github.com/syphernl "3 total commits to the Home Assistant orga:
@@ -5041,6 +5201,9 @@ This page contains a list of people who have contributed in one way or another t
- [frasskungin (@frasskungin)](https://github.com/frasskungin "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [frazierjason (@frazierjason)](https://github.com/frazierjason "4 total commits to the Home Assistant orga:
+4 commits to open-zwave
+")
- [Fred Smith (@fredsmith)](https://github.com/fredsmith "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -5081,8 +5244,8 @@ 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 core
")
-- [Fredrik Erlandsson (@fredrike)](https://github.com/fredrike "135 total commits to the Home Assistant orga:
-102 commits to core
+- [Fredrik Erlandsson (@fredrike)](https://github.com/fredrike "136 total commits to the Home Assistant orga:
+103 commits to core
28 commits to home-assistant.io
2 commits to developers.home-assistant
2 commits to brands
@@ -5097,7 +5260,8 @@ This page contains a list of people who have contributed in one way or another t
- [Fredrik Rambris (@fredrik-rambris)](https://github.com/fredrik-rambris "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [Fredrik Wendt (@FredrikWendt)](https://github.com/FredrikWendt "1 total commits to the Home Assistant orga:
+- [Fredrik Wendt (@FredrikWendt)](https://github.com/FredrikWendt "2 total commits to the Home Assistant orga:
+1 commit to hassio-addons
1 commit to developers.home-assistant
")
- [FredrikFornstad (@FredrikFornstad)](https://github.com/FredrikFornstad "4 total commits to the Home Assistant orga:
@@ -5106,6 +5270,9 @@ This page contains a list of people who have contributed in one way or another t
- [freol35241 (@freol35241)](https://github.com/freol35241 "3 total commits to the Home Assistant orga:
3 commits to core
")
+- [Fritiof Hedman (@zyberzero)](https://github.com/zyberzero "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [frittes (@frittes)](https://github.com/frittes "2 total commits to the Home Assistant orga:
1 commit to core
1 commit to home-assistant.io
@@ -5139,8 +5306,8 @@ 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 "1 total commits to the Home Assistant orga:
-1 commit to brands
+- [G Johansson (@gjohansson-ST)](https://github.com/gjohansson-ST "2 total commits to the Home Assistant orga:
+2 commits to brands
")
- [G\. Hussain Chinoy (@ghchinoy)](https://github.com/ghchinoy "1 total commits to the Home Assistant orga:
1 commit to 1password-teams-open-source
@@ -5370,6 +5537,9 @@ This page contains a list of people who have contributed in one way or another t
- [gibman (@gibman)](https://github.com/gibman "2 total commits to the Home Assistant orga:
2 commits to core
")
+- [gibwar (@gibwar)](https://github.com/gibwar "1 total commits to the Home Assistant orga:
+1 commit to frontend
+")
- [Gido (@GidoHakvoort)](https://github.com/GidoHakvoort "10 total commits to the Home Assistant orga:
5 commits to home-assistant.io
5 commits to core
@@ -5500,8 +5670,8 @@ 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
")
-- [gozasc (@gozasc)](https://github.com/gozasc "5 total commits to the Home Assistant orga:
-4 commits to home-assistant.io
+- [gozasc (@gozasc)](https://github.com/gozasc "6 total commits to the Home Assistant orga:
+5 commits to home-assistant.io
1 commit to companion.home-assistant
")
- [GP8x (@GP8x)](https://github.com/GP8x "2 total commits to the Home Assistant orga:
@@ -5520,8 +5690,10 @@ This page contains a list of people who have contributed in one way or another t
- [Graham Christensen (@grahamc)](https://github.com/grahamc "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Graham Wetzler (@grahamwetzler)](https://github.com/grahamwetzler "1 total commits to the Home Assistant orga:
-1 commit to home-assistant.io
+- [Graham Wetzler (@grahamwetzler)](https://github.com/grahamwetzler "6 total commits to the Home Assistant orga:
+2 commits to brands
+2 commits to home-assistant.io
+2 commits to core
")
- [Grant Russell (@ukgrant)](https://github.com/ukgrant "3 total commits to the Home Assistant orga:
3 commits to iOS
@@ -5541,12 +5713,13 @@ This page contains a list of people who have contributed in one way or another t
- [Greg (@theCMack)](https://github.com/theCMack "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
-- [Greg Dowling (@pavoni)](https://github.com/pavoni "217 total commits to the Home Assistant orga:
-189 commits to core
-25 commits to home-assistant.io
+- [Greg Dowling (@pavoni)](https://github.com/pavoni "223 total commits to the Home Assistant orga:
+193 commits to core
+26 commits to home-assistant.io
1 commit to netdisco
1 commit to people
1 commit to companion.home-assistant
+1 commit to brands
")
- [Greg Johnson (@notgwj)](https://github.com/notgwj "1 total commits to the Home Assistant orga:
1 commit to core
@@ -5562,7 +5735,8 @@ This page contains a list of people who have contributed in one way or another t
- [Greg Martin (@gregorymartin)](https://github.com/gregorymartin "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
-- [Greg Rapp (@gdrapp)](https://github.com/gdrapp "2 total commits to the Home Assistant orga:
+- [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
")
@@ -5608,6 +5782,9 @@ This page contains a list of people who have contributed in one way or another t
- [gremblin (@e2m32)](https://github.com/e2m32 "5 total commits to the Home Assistant orga:
5 commits to home-assistant.io
")
+- [griddyadmin (@griddyadmin)](https://github.com/griddyadmin "1 total commits to the Home Assistant orga:
+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
@@ -5634,8 +5811,8 @@ This page contains a list of people who have contributed in one way or another t
- [gudata (@gudata)](https://github.com/gudata "1 total commits to the Home Assistant orga:
1 commit to pi-gen
")
-- [Guido Schmitz (@Shutgun)](https://github.com/Shutgun "3 total commits to the Home Assistant orga:
-2 commits to home-assistant.io
+- [Guido Schmitz (@Shutgun)](https://github.com/Shutgun "8 total commits to the Home Assistant orga:
+7 commits to home-assistant.io
1 commit to brands
")
- [Guilherme Conti Teixeira (@guiconti)](https://github.com/guiconti "1 total commits to the Home Assistant orga:
@@ -5715,7 +5892,7 @@ This page contains a list of people who have contributed in one way or another t
- [h4ckNinja (@h4ckninja)](https://github.com/h4ckninja "3 total commits to the Home Assistant orga:
3 commits to home-assistant.io
")
-- [ha14937 (@ha14937)](https://github.com/ha14937 "1 total commits to the Home Assistant orga:
+- [ha14937 (@clandestine-avocado)](https://github.com/clandestine-avocado "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
- [haakon storm heen (@haakonstorm)](https://github.com/haakonstorm "1 total commits to the Home Assistant orga:
@@ -5739,9 +5916,6 @@ 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
")
-- [hakana (@hakana)](https://github.com/hakana "1 total commits to the Home Assistant orga:
-1 commit to wheels-custom-integrations
-")
- [Halász Dávid (@skateman)](https://github.com/skateman "1 total commits to the Home Assistant orga:
1 commit to ada
")
@@ -5777,6 +5951,9 @@ This page contains a list of people who have contributed in one way or another t
- [Harald Klein (@haklein)](https://github.com/haklein "98 total commits to the Home Assistant orga:
98 commits to open-zwave
")
+- [Hareesh M U (@hareeshmu)](https://github.com/hareeshmu "1 total commits to the Home Assistant orga:
+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
")
@@ -5825,6 +6002,10 @@ This page contains a list of people who have contributed in one way or another t
- [hblaschka (@hblaschka)](https://github.com/hblaschka "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [hcoohb (@hcoohb)](https://github.com/hcoohb "2 total commits to the Home Assistant orga:
+1 commit to wheels-custom-integrations
+1 commit to brands
+")
- [hcooper (@hcooper)](https://github.com/hcooper "9 total commits to the Home Assistant orga:
6 commits to home-assistant.io
2 commits to open-zwave
@@ -5833,8 +6014,8 @@ This page contains a list of people who have contributed in one way or another t
- [Heath Paddock (@heathbar)](https://github.com/heathbar "6 total commits to the Home Assistant orga:
6 commits to core
")
-- [Hedda (@Hedda)](https://github.com/Hedda "11 total commits to the Home Assistant orga:
-9 commits to home-assistant.io
+- [Hedda (@Hedda)](https://github.com/Hedda "14 total commits to the Home Assistant orga:
+12 commits to home-assistant.io
2 commits to core
")
- [Hedgehog57 (@Hedgehog57)](https://github.com/Hedgehog57 "2 total commits to the Home Assistant orga:
@@ -5866,6 +6047,9 @@ This page contains a list of people who have contributed in one way or another t
- [Helmut Januschka (@hjanuschka)](https://github.com/hjanuschka "3 total commits to the Home Assistant orga:
3 commits to issue-bot
")
+- [Hendrik Schröter (@Rikorose)](https://github.com/Rikorose "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
")
@@ -5915,6 +6099,9 @@ This page contains a list of people who have contributed in one way or another t
- [HFeenstra (@HFeenstra)](https://github.com/HFeenstra "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
+- [Hilbrand Bouwkamp (@Hilbrand)](https://github.com/Hilbrand "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [Hillary Fraley (@hillaryfraley)](https://github.com/hillaryfraley "12 total commits to the Home Assistant orga:
12 commits to home-assistant.io
")
@@ -5924,9 +6111,9 @@ This page contains a list of people who have contributed in one way or another t
- [hitokiri8x (@hitokiri8x)](https://github.com/hitokiri8x "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Hmmbob (@hmmbob)](https://github.com/hmmbob "44 total commits to the Home Assistant orga:
-35 commits to home-assistant.io
-8 commits to core
+- [Hmmbob (@hmmbob)](https://github.com/hmmbob "46 total commits to the Home Assistant orga:
+36 commits to home-assistant.io
+9 commits to core
1 commit to frontend
")
- [hokagegano (@hokagegano)](https://github.com/hokagegano "2 total commits to the Home Assistant orga:
@@ -5938,12 +6125,12 @@ This page contains a list of people who have contributed in one way or another t
- [holelattanuttin (@holelattanuttin)](https://github.com/holelattanuttin "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Home Assistant Bot (@homeassistant)](https://github.com/homeassistant "489 total commits to the Home Assistant orga:
-285 commits to core
-197 commits to frontend
-5 commits to android
-1 commit to companion.home-assistant
+- [Home Assistant Bot (@homeassistant)](https://github.com/homeassistant "557 total commits to the Home Assistant orga:
+309 commits to core
+236 commits to frontend
+10 commits to android
1 commit to developers.home-assistant
+1 commit to companion.home-assistant
")
- [honcheng (@honcheng)](https://github.com/honcheng "3 total commits to the Home Assistant orga:
2 commits to homebridge-homeassistant
@@ -6043,6 +6230,9 @@ This page contains a list of people who have contributed in one way or another t
34 commits to core
12 commits to home-assistant.io
")
+- [Håkan Åkerberg (@hakana)](https://github.com/hakana "1 total commits to the Home Assistant orga:
+1 commit to wheels-custom-integrations
+")
- [Håvard Elnan (@havardelnan)](https://github.com/havardelnan "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -6083,15 +6273,15 @@ 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 "1 total commits to the Home Assistant orga:
-1 commit to core
+- [Ian Duffy (@imduffy15)](https://github.com/imduffy15 "2 total commits to the Home Assistant orga:
+2 commits to core
")
- [Ian Harcombe (@MrHarcombe)](https://github.com/MrHarcombe "2 total commits to the Home Assistant orga:
1 commit to core
1 commit to home-assistant.io
")
-- [Ian Richardson (@iantrich)](https://github.com/iantrich "384 total commits to the Home Assistant orga:
-282 commits to frontend
+- [Ian Richardson (@iantrich)](https://github.com/iantrich "385 total commits to the Home Assistant orga:
+283 commits to frontend
89 commits to home-assistant.io
7 commits to core
2 commits to ui-schema
@@ -6168,8 +6358,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
")
-- [indykoning (@indykoning)](https://github.com/indykoning "5 total commits to the Home Assistant orga:
-2 commits to core
+- [indykoning (@indykoning)](https://github.com/indykoning "7 total commits to the Home Assistant orga:
+4 commits to core
2 commits to home-assistant.io
1 commit to brands
")
@@ -6217,11 +6407,11 @@ This page contains a list of people who have contributed in one way or another t
- [irvingwa (@irvingwa)](https://github.com/irvingwa "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [Isabella Gross Alström (@isabellaalstrom)](https://github.com/isabellaalstrom "15 total commits to the Home Assistant orga:
+- [Isabella Gross Alström (@isabellaalstrom)](https://github.com/isabellaalstrom "17 total commits to the Home Assistant orga:
10 commits to home-assistant.io
3 commits to core
-1 commit to wheels-custom-integrations
-1 commit to brands
+2 commits to wheels-custom-integrations
+2 commits to brands
")
- [isk0001y (@isk0001y)](https://github.com/isk0001y "4 total commits to the Home Assistant orga:
4 commits to core
@@ -6243,19 +6433,22 @@ This page contains a list of people who have contributed in one way or another t
- [itineric (@itineric)](https://github.com/itineric "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
-- [Iulian Onofrei (@revolter)](https://github.com/revolter "4 total commits to the Home Assistant orga:
+- [Iulian Onofrei (@revolter)](https://github.com/revolter "6 total commits to the Home Assistant orga:
3 commits to home-assistant.io
+1 commit to supervisor
+1 commit to supervised-installer
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
")
-- [Ivan Belokobylskiy (@devbis)](https://github.com/devbis "2 total commits to the Home Assistant orga:
-2 commits to core
+- [Ivan Belokobylskiy (@devbis)](https://github.com/devbis "4 total commits to the Home Assistant orga:
+3 commits to core
+1 commit to home-assistant.io
")
-- [Ivan Bessarabov (@bessarabov)](https://github.com/bessarabov "4 total commits to the Home Assistant orga:
-4 commits to home-assistant.io
+- [Ivan Bessarabov (@bessarabov)](https://github.com/bessarabov "5 total commits to the Home Assistant orga:
+5 commits to home-assistant.io
")
- [Ivan Dyedov (@idyedov)](https://github.com/idyedov "2 total commits to the Home Assistant orga:
1 commit to open-zwave
@@ -6282,20 +6475,20 @@ 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 "601 total commits to the Home Assistant orga:
-494 commits to core
-71 commits to home-assistant.io
+- [J\. Nick Koston (@bdraco)](https://github.com/bdraco "795 total commits to the Home Assistant orga:
+665 commits to core
+78 commits to home-assistant.io
+22 commits to frontend
22 commits to brands
-8 commits to frontend
-3 commits to developers.home-assistant
+4 commits to developers.home-assistant
+2 commits to netdisco
2 commits to data.home-assistant
-1 commit to netdisco
")
- [J\.A\.P\. Klessens (@JKlessens)](https://github.com/JKlessens "40 total commits to the Home Assistant orga:
40 commits to open-zwave
")
-- [J\.P\. Hutchins (@JPHutchins)](https://github.com/JPHutchins "4 total commits to the Home Assistant orga:
-2 commits to core
+- [J\.P\. Hutchins (@JPHutchins)](https://github.com/JPHutchins "5 total commits to the Home Assistant orga:
+3 commits to core
1 commit to brands
1 commit to home-assistant.io
")
@@ -6388,10 +6581,10 @@ This page contains a list of people who have contributed in one way or another t
- [Jakob Ruhe (@jakeru)](https://github.com/jakeru "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Jakob Schlyter (@jschlyter)](https://github.com/jschlyter "4 total commits to the Home Assistant orga:
+- [Jakob Schlyter (@jschlyter)](https://github.com/jschlyter "5 total commits to the Home Assistant orga:
+2 commits to core
1 commit to wheels-custom-integrations
1 commit to brands
-1 commit to core
1 commit to home-assistant.io
")
- [Jakub (@lenisko)](https://github.com/lenisko "1 total commits to the Home Assistant orga:
@@ -6431,10 +6624,10 @@ This page contains a list of people who have contributed in one way or another t
- [James Goodhouse (@jamesgoodhouse)](https://github.com/jamesgoodhouse "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [James Hilliard (@jameshilliard)](https://github.com/jameshilliard "7 total commits to the Home Assistant orga:
-5 commits to core
+- [James Hilliard (@jameshilliard)](https://github.com/jameshilliard "9 total commits to the Home Assistant orga:
+6 commits to core
+2 commits to home-assistant.io
1 commit to brands
-1 commit to home-assistant.io
")
- [James Marsh (@doctorjames)](https://github.com/doctorjames "3 total commits to the Home Assistant orga:
2 commits to core
@@ -6539,8 +6732,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Jan van Helvoort (@janvanhelvoort)](https://github.com/janvanhelvoort "4 total commits to the Home Assistant orga:
-2 commits to home-assistant.io
2 commits to core
+2 commits to home-assistant.io
")
- [Jan Willhaus (@janw)](https://github.com/janw "4 total commits to the Home Assistant orga:
4 commits to home-assistant.io
@@ -6574,8 +6767,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Jared Beckham (@jtbeckha)](https://github.com/jtbeckha "4 total commits to the Home Assistant orga:
-2 commits to home-assistant.io
2 commits to core
+2 commits to home-assistant.io
")
- [Jared J (@jjensn)](https://github.com/jjensn "2 total commits to the Home Assistant orga:
1 commit to netdisco
@@ -6595,8 +6788,9 @@ This page contains a list of people who have contributed in one way or another t
- [Jarmo van Lenthe (@jarmovanlenthe)](https://github.com/jarmovanlenthe "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Jaroslav Hanslík (@kukulich)](https://github.com/kukulich "1 total commits to the Home Assistant orga:
+- [Jaroslav Hanslík (@kukulich)](https://github.com/kukulich "2 total commits to the Home Assistant orga:
1 commit to frontend
+1 commit to brands
")
- [Jarosław Salwa (@armata007)](https://github.com/armata007 "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -6618,7 +6812,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
")
-- [Jason Cheatham (@jason0x43)](https://github.com/jason0x43 "2 total commits to the Home Assistant orga:
+- [Jason Cheatham (@jason0x43)](https://github.com/jason0x43 "3 total commits to the Home Assistant orga:
+1 commit to wheels-custom-integrations
1 commit to brands
1 commit to core
")
@@ -6636,13 +6831,14 @@ This page contains a list of people who have contributed in one way or another t
1 commit to netdisco
1 commit to people
")
-- [Jason Hunter (@hunterjm)](https://github.com/hunterjm "84 total commits to the Home Assistant orga:
-64 commits to core
-14 commits to home-assistant.io
+- [Jason Hunter (@hunterjm)](https://github.com/hunterjm "94 total commits to the Home Assistant orga:
+70 commits to core
+17 commits to home-assistant.io
3 commits to frontend
1 commit to actions
1 commit to people
1 commit to developers.home-assistant
+1 commit to brands
")
- [Jason Kingsbury (@relvacode)](https://github.com/relvacode "2 total commits to the Home Assistant orga:
1 commit to core
@@ -6662,9 +6858,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
")
-- [Jason Lawrence (@jjlawren)](https://github.com/jjlawren "195 total commits to the Home Assistant orga:
-152 commits to core
-35 commits to home-assistant.io
+- [Jason Lawrence (@jjlawren)](https://github.com/jjlawren "210 total commits to the Home Assistant orga:
+163 commits to core
+39 commits to home-assistant.io
7 commits to iOS
1 commit to developers.home-assistant
")
@@ -6695,15 +6891,16 @@ This page contains a list of people who have contributed in one way or another t
- [Jason White (@jdwhite)](https://github.com/jdwhite "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Jason Woodford (@jwood55812)](https://github.com/jwood55812 "1 total commits to the Home Assistant orga:
+- [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
")
- [Jason Woodward (@woodwardjd)](https://github.com/woodwardjd "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
- [Jason\-nz (@Jason-nz)](https://github.com/Jason-nz "2 total commits to the Home Assistant orga:
-1 commit to companion.home-assistant
1 commit to developers.home-assistant
+1 commit to companion.home-assistant
")
- [jasonbuechler (@jasonbuechler)](https://github.com/jasonbuechler "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -6720,9 +6917,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
")
-- [javicalle (@javicalle)](https://github.com/javicalle "25 total commits to the Home Assistant orga:
+- [javicalle (@javicalle)](https://github.com/javicalle "26 total commits to the Home Assistant orga:
13 commits to home-assistant.io
-12 commits to core
+13 commits to core
")
- [Javier Gonel (@graffic)](https://github.com/graffic "2 total commits to the Home Assistant orga:
2 commits to core
@@ -6757,6 +6954,9 @@ 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 core
")
+- [jaydeehitop (@jaydeehitop)](https://github.com/jaydeehitop "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [Jayden Litolff (@JayBigGuy10)](https://github.com/JayBigGuy10 "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -6783,9 +6983,9 @@ 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 "122 total commits to the Home Assistant orga:
-112 commits to core
-8 commits to home-assistant.io
+- [Jc2k (@Jc2k)](https://github.com/Jc2k "129 total commits to the Home Assistant orga:
+117 commits to core
+10 commits to home-assistant.io
2 commits to frontend
")
- [jchasey (@jchasey)](https://github.com/jchasey "1 total commits to the Home Assistant orga:
@@ -6797,6 +6997,9 @@ 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
")
+- [jdelaney72 (@jdelaney72)](https://github.com/jdelaney72 "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [jduquennoy (@jduquennoy)](https://github.com/jduquennoy "3 total commits to the Home Assistant orga:
1 commit to open-zwave
1 commit to core
@@ -6809,6 +7012,10 @@ This page contains a list of people who have contributed in one way or another t
- [Jean Regisser (@jeanregisser)](https://github.com/jeanregisser "2 total commits to the Home Assistant orga:
2 commits to core
")
+- [Jean Swart (@swartjean)](https://github.com/swartjean "3 total commits to the Home Assistant orga:
+2 commits to brands
+1 commit to wheels-custom-integrations
+")
- [Jean\-François Auger (@nechry)](https://github.com/nechry "980 total commits to the Home Assistant orga:
974 commits to open-zwave
6 commits to python-openzwave
@@ -6832,8 +7039,8 @@ 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
")
-- [Jean\-Yves Avenard (@jyavenard)](https://github.com/jyavenard "2 total commits to the Home Assistant orga:
-2 commits to core
+- [Jean\-Yves Avenard (@jyavenard)](https://github.com/jyavenard "3 total commits to the Home Assistant orga:
+3 commits to core
")
- [Jed Lippold (@jlippold)](https://github.com/jlippold "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -6855,8 +7062,8 @@ This page contains a list of people who have contributed in one way or another t
- [Jeff Cutsinger (@jeffcutsinger)](https://github.com/jeffcutsinger "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Jeff Irion (@JeffLIrion)](https://github.com/JeffLIrion "111 total commits to the Home Assistant orga:
-76 commits to core
+- [Jeff Irion (@JeffLIrion)](https://github.com/JeffLIrion "114 total commits to the Home Assistant orga:
+79 commits to core
34 commits to home-assistant.io
1 commit to developers.home-assistant
")
@@ -6929,7 +7136,8 @@ This page contains a list of people who have contributed in one way or another t
- [Jens Kohl (@jk)](https://github.com/jk "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Jens Mazzanti\-Myretyr (@jm-73)](https://github.com/jm-73 "1 total commits to the Home Assistant orga:
+- [Jens Mazzanti\-Myretyr (@jm-73)](https://github.com/jm-73 "2 total commits to the Home Assistant orga:
+1 commit to wheels-custom-integrations
1 commit to brands
")
- [Jens Nistler (@lociii)](https://github.com/lociii "6 total commits to the Home Assistant orga:
@@ -7035,8 +7243,8 @@ 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
")
-- [Jesse Hills (@jesserockz)](https://github.com/jesserockz "19 total commits to the Home Assistant orga:
-13 commits to core
+- [Jesse Hills (@jesserockz)](https://github.com/jesserockz "21 total commits to the Home Assistant orga:
+15 commits to core
4 commits to home-assistant.io
2 commits to brands
")
@@ -7046,9 +7254,6 @@ This page contains a list of people who have contributed in one way or another t
- [Jesse O'Connor (@jessexoc)](https://github.com/jessexoc "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Jesse Osiecki (@stratosmacker)](https://github.com/stratosmacker "1 total commits to the Home Assistant orga:
-1 commit to core
-")
- [Jesse Rizzo (@jesserizzo)](https://github.com/jesserizzo "11 total commits to the Home Assistant orga:
7 commits to core
4 commits to home-assistant.io
@@ -7092,6 +7297,12 @@ This page contains a list of people who have contributed in one way or another t
7 commits to home-assistant.io
3 commits to core
")
+- [jgrob1 (@jgrob1)](https://github.com/jgrob1 "1 total commits to the Home Assistant orga:
+1 commit to core
+")
+- [jh (@realjax)](https://github.com/realjax "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [jhemzal (@jhemzal)](https://github.com/jhemzal "2 total commits to the Home Assistant orga:
1 commit to core
1 commit to home-assistant.io
@@ -7109,6 +7320,10 @@ This page contains a list of people who have contributed in one way or another t
- [Jimmy Tang (@jcftang)](https://github.com/jcftang "1 total commits to the Home Assistant orga:
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
+")
- [Jiri Cincura ↹ (@cincuranet)](https://github.com/cincuranet "13 total commits to the Home Assistant orga:
13 commits to open-zwave
")
@@ -7142,29 +7357,31 @@ This page contains a list of people who have contributed in one way or another t
- [Joakim Lindbom (@JoakimLindbom)](https://github.com/JoakimLindbom "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [Joakim Plate (@elupus)](https://github.com/elupus "116 total commits to the Home Assistant orga:
-89 commits to core
-15 commits to home-assistant.io
+- [Joakim Plate (@elupus)](https://github.com/elupus "125 total commits to the Home Assistant orga:
+96 commits to core
+16 commits to home-assistant.io
9 commits to frontend
-2 commits to developers.home-assistant
+3 commits to developers.home-assistant
1 commit to people
")
-- [Joakim Sørensen (@ludeeus)](https://github.com/ludeeus "501 total commits to the Home Assistant orga:
+- [Joakim Sørensen (@ludeeus)](https://github.com/ludeeus "624 total commits to the Home Assistant orga:
262 commits to hassbian-scripts
-69 commits to core
-66 commits to frontend
-50 commits to home-assistant.io
-12 commits to hassio-addons
-11 commits to probot-home-assistant
+139 commits to frontend
+77 commits to core
+52 commits to home-assistant.io
+39 commits to supervisor
+13 commits to hassio-addons
+12 commits to probot-home-assistant
8 commits to wheels-custom-integrations
-6 commits to supervisor
-5 commits to actions
5 commits to developers.home-assistant
+5 commits to actions
3 commits to alerts.home-assistant.io
+3 commits to plugin-observer
+2 commits to supervised-installer
+1 commit to addons-example
1 commit to docker
1 commit to hassio-version
1 commit to people
-1 commit to supervised-installer
")
- [Joao Carreira (@jfmcarreira)](https://github.com/jfmcarreira "2 total commits to the Home Assistant orga:
1 commit to core
@@ -7211,8 +7428,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Joe Trabulsy (@webdjoe)](https://github.com/webdjoe "4 total commits to the Home Assistant orga:
-2 commits to home-assistant.io
2 commits to core
+2 commits to home-assistant.io
")
- [joe248 (@joe248)](https://github.com/joe248 "5 total commits to the Home Assistant orga:
4 commits to core
@@ -7305,11 +7522,13 @@ This page contains a list of people who have contributed in one way or another t
- [John Allen (@jra3)](https://github.com/jra3 "2 total commits to the Home Assistant orga:
2 commits to core
")
-- [John Arild Berentsen (@turbokongen)](https://github.com/turbokongen "229 total commits to the Home Assistant orga:
+- [John Arild Berentsen (@turbokongen)](https://github.com/turbokongen "231 total commits to the Home Assistant orga:
157 commits to core
46 commits to home-assistant.io
25 commits to frontend
1 commit to people
+1 commit to wheels-custom-integrations
+1 commit to brands
")
- [John Boiles (@johnboiles)](https://github.com/johnboiles "2 total commits to the Home Assistant orga:
1 commit to core
@@ -7375,6 +7594,9 @@ This page contains a list of people who have contributed in one way or another t
- [Johnny Moore (@JXGA)](https://github.com/JXGA "1 total commits to the Home Assistant orga:
1 commit to core
")
+- [Johnny Walker (@jwalker343)](https://github.com/jwalker343 "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [JohnnyCAPSLOCK (@JohnnyCAPSLOCK)](https://github.com/JohnnyCAPSLOCK "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -7544,14 +7766,15 @@ 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
")
-- [Jordan Speicher (@uSpike)](https://github.com/uSpike "7 total commits to the Home Assistant orga:
+- [Jordan Speicher (@uSpike)](https://github.com/uSpike "8 total commits to the Home Assistant orga:
3 commits to core
2 commits to hassio-addons
1 commit to hassio-builder
+1 commit to developers.home-assistant
1 commit to home-assistant.io
")
-- [jordaosoft (@jordaosoft)](https://github.com/jordaosoft "1 total commits to the Home Assistant orga:
-1 commit to home-assistant.io
+- [jordaosoft (@jordaosoft)](https://github.com/jordaosoft "2 total commits to the Home Assistant orga:
+2 commits to home-assistant.io
")
- [Jordi (@hokus15)](https://github.com/hokus15 "5 total commits to the Home Assistant orga:
4 commits to home-assistant.io
@@ -7594,8 +7817,8 @@ 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
")
-- [Josef Schlehofer (@BKPepe)](https://github.com/BKPepe "35 total commits to the Home Assistant orga:
-35 commits to core
+- [Josef Schlehofer (@BKPepe)](https://github.com/BKPepe "37 total commits to the Home Assistant orga:
+37 commits to core
")
- [Josep del Rio (@joseprio)](https://github.com/joseprio "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -7655,8 +7878,8 @@ This page contains a list of people who have contributed in one way or another t
13 commits to home-assistant.io
")
- [Josh Shoemaker (@shoejosh)](https://github.com/shoejosh "4 total commits to the Home Assistant orga:
-2 commits to core
2 commits to home-assistant.io
+2 commits to core
")
- [Josh Wright (@JshWright)](https://github.com/JshWright "30 total commits to the Home Assistant orga:
21 commits to core
@@ -7687,13 +7910,6 @@ This page contains a list of people who have contributed in one way or another t
- [jowieweb (@jowieweb)](https://github.com/jowieweb "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [João Gabriel (@joogps)](https://github.com/joogps "10 total commits to the Home Assistant orga:
-4 commits to core
-3 commits to home-assistant.io
-1 commit to companion.home-assistant
-1 commit to developers.home-assistant
-1 commit to brands
-")
- [jpcomtois (@jpcomtois)](https://github.com/jpcomtois "1 total commits to the Home Assistant orga:
1 commit to libcoap
")
@@ -7747,7 +7963,7 @@ This page contains a list of people who have contributed in one way or another t
1 commit to python-openzwave
1 commit to core
")
-- [Juggels (@Juggels)](https://github.com/Juggels "11 total commits to the Home Assistant orga:
+- [Juggels (@bjw-s)](https://github.com/bjw-s "11 total commits to the Home Assistant orga:
7 commits to core
4 commits to home-assistant.io
")
@@ -7797,8 +8013,8 @@ This page contains a list of people who have contributed in one way or another t
- [Julien Wajsberg (@julienw)](https://github.com/julienw "8 total commits to the Home Assistant orga:
8 commits to open-zwave
")
-- [Julius Mittenzwei (@Julius2342)](https://github.com/Julius2342 "42 total commits to the Home Assistant orga:
-34 commits to core
+- [Julius Mittenzwei (@Julius2342)](https://github.com/Julius2342 "43 total commits to the Home Assistant orga:
+35 commits to core
8 commits to home-assistant.io
")
- [jumpkick (@deftdawg)](https://github.com/deftdawg "18 total commits to the Home Assistant orga:
@@ -7820,11 +8036,11 @@ This page contains a list of people who have contributed in one way or another t
- [Justin (@KC1KAD)](https://github.com/KC1KAD "1 total commits to the Home Assistant orga:
1 commit to 1password-teams-open-source
")
-- [Justin Bassett (@JBassett)](https://github.com/JBassett "135 total commits to the Home Assistant orga:
-109 commits to android
+- [Justin Bassett (@JBassett)](https://github.com/JBassett "173 total commits to the Home Assistant orga:
+146 commits to android
19 commits to mobile-apps-fcm-push
+3 commits to home-assistant.io
3 commits to core
-2 commits to home-assistant.io
1 commit to frontend
1 commit to developers.home-assistant
")
@@ -8023,10 +8239,6 @@ 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
")
-- [kbickar (@kbickar)](https://github.com/kbickar "18 total commits to the Home Assistant orga:
-12 commits to core
-6 commits to home-assistant.io
-")
- [KD4SIR (@scotthibbs)](https://github.com/scotthibbs "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
@@ -8054,6 +8266,10 @@ This page contains a list of people who have contributed in one way or another t
- [keesak (@cdkonecny)](https://github.com/cdkonecny "1 total commits to the Home Assistant orga:
1 commit to core
")
+- [Keilin Bickar (@kbickar)](https://github.com/kbickar "23 total commits to the Home Assistant orga:
+16 commits to core
+7 commits to home-assistant.io
+")
- [Keiran S (@keirans)](https://github.com/keirans "3 total commits to the Home Assistant orga:
2 commits to home-assistant.io
1 commit to core
@@ -8089,13 +8305,16 @@ This page contains a list of people who have contributed in one way or another t
- [Ken Davidson (@kwdavidson)](https://github.com/kwdavidson "15 total commits to the Home Assistant orga:
15 commits to home-assistant.io
")
-- [Kendell R (@KTibow)](https://github.com/KTibow "10 total commits to the Home Assistant orga:
+- [Kendell R (@KTibow)](https://github.com/KTibow "19 total commits to the Home Assistant orga:
8 commits to home-assistant.io
+7 commits to frontend
1 commit to developers.home-assistant
+1 commit to wheels-custom-integrations
+1 commit to brands
1 commit to core
")
-- [kennedyshead (@kennedyshead)](https://github.com/kennedyshead "60 total commits to the Home Assistant orga:
-53 commits to core
+- [kennedyshead (@kennedyshead)](https://github.com/kennedyshead "62 total commits to the Home Assistant orga:
+55 commits to core
6 commits to home-assistant.io
1 commit to brands
")
@@ -8156,9 +8375,9 @@ This page contains a list of people who have contributed in one way or another t
- [Kevin Fowlks (@kfowlks)](https://github.com/kfowlks "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Kevin Fronczak (@fronzbot)](https://github.com/fronzbot "60 total commits to the Home Assistant orga:
+- [Kevin Fronczak (@fronzbot)](https://github.com/fronzbot "61 total commits to the Home Assistant orga:
41 commits to core
-19 commits to home-assistant.io
+20 commits to home-assistant.io
")
- [Kevin Gisi (@gisikw)](https://github.com/gisikw "5 total commits to the Home Assistant orga:
5 commits to home-assistant.io
@@ -8250,9 +8469,9 @@ This page contains a list of people who have contributed in one way or another t
- [kireyeu (@kireyeu)](https://github.com/kireyeu "4 total commits to the Home Assistant orga:
4 commits to home-assistant-notebooks
")
-- [Kit Klein (@kit-klein)](https://github.com/kit-klein "20 total commits to the Home Assistant orga:
-14 commits to core
-5 commits to home-assistant.io
+- [Kit Klein (@kit-klein)](https://github.com/kit-klein "24 total commits to the Home Assistant orga:
+17 commits to core
+6 commits to home-assistant.io
1 commit to developers.home-assistant
")
- [kitcorey (@kitcorey)](https://github.com/kitcorey "1 total commits to the Home Assistant orga:
@@ -8269,8 +8488,8 @@ 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 "561 total commits to the Home Assistant orga:
-549 commits to home-assistant.io
+- [Klaas Schoute (@klaasnicolaas)](https://github.com/klaasnicolaas "563 total commits to the Home Assistant orga:
+551 commits to home-assistant.io
3 commits to developers.home-assistant
2 commits to hassio-addons
2 commits to alerts.home-assistant.io
@@ -8306,11 +8525,12 @@ This page contains a list of people who have contributed in one way or another t
- [Koen Kanters (@Koenkk)](https://github.com/Koenkk "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
-- [koen01 (@01koen)](https://github.com/01koen "1 total commits to the Home Assistant orga:
+- [koen01 (@koen01)](https://github.com/koen01 "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [Kolja Windeler (@KoljaWindeler)](https://github.com/KoljaWindeler "1 total commits to the Home Assistant orga:
-1 commit to brands
+- [Kolja Windeler (@KoljaWindeler)](https://github.com/KoljaWindeler "3 total commits to the Home Assistant orga:
+2 commits to brands
+1 commit to wheels-custom-integrations
")
- [Konpon96 (@Konpon96)](https://github.com/Konpon96 "1 total commits to the Home Assistant orga:
1 commit to operating-system
@@ -8368,7 +8588,8 @@ 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
")
-- [Krisjanis Lejejs (@klejejs)](https://github.com/klejejs "1 total commits to the Home Assistant orga:
+- [Krisjanis Lejejs (@klejejs)](https://github.com/klejejs "6 total commits to the Home Assistant orga:
+5 commits to android
1 commit to frontend
")
- [Krisjanis Rijnieks (@kr15h)](https://github.com/kr15h "1 total commits to the Home Assistant orga:
@@ -8397,9 +8618,12 @@ 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 frontend
")
+- [ktownsend\-personal (@ktownsend-personal)](https://github.com/ktownsend-personal "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [kuchel77 (@kuchel77)](https://github.com/kuchel77 "4 total commits to the Home Assistant orga:
-2 commits to home-assistant.io
2 commits to core
+2 commits to home-assistant.io
")
- [Kumar Gala (@galak)](https://github.com/galak "1 total commits to the Home Assistant orga:
1 commit to core
@@ -8532,9 +8756,10 @@ This page contains a list of people who have contributed in one way or another t
- [LavaGlass (@LavaGlass)](https://github.com/LavaGlass "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [lawtancool (@lawtancool)](https://github.com/lawtancool "3 total commits to the Home Assistant orga:
-2 commits to core
+- [lawtancool (@lawtancool)](https://github.com/lawtancool "6 total commits to the Home Assistant orga:
+4 commits to core
1 commit to brands
+1 commit to home-assistant.io
")
- [Lazar Obradovic (@lobradov)](https://github.com/lobradov "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -8614,6 +8839,11 @@ 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 "3 total commits to the Home Assistant orga:
+1 commit to brands
+1 commit to core
+1 commit to home-assistant.io
+")
- [Leonardo Merza (@ljmerza)](https://github.com/ljmerza "14 total commits to the Home Assistant orga:
7 commits to core
4 commits to home-assistant.io
@@ -8725,8 +8955,10 @@ This page contains a list of people who have contributed in one way or another t
- [LJU (@LEJOUI)](https://github.com/LEJOUI "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [lolouk44 (@lolouk44)](https://github.com/lolouk44 "2 total commits to the Home Assistant orga:
+- [lolouk44 (@lolouk44)](https://github.com/lolouk44 "4 total commits to the Home Assistant orga:
2 commits to home-assistant.io
+1 commit to wheels-custom-integrations
+1 commit to brands
")
- [longman391 (@longman391)](https://github.com/longman391 "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
@@ -8836,6 +9068,9 @@ This page contains a list of people who have contributed in one way or another t
- [luismonge1192 (@luismonge1192)](https://github.com/luismonge1192 "1 total commits to the Home Assistant orga:
1 commit to developers.home-assistant
")
+- [Lukas (@lukashass)](https://github.com/lukashass "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [Lukas Bachschwell (@s00500)](https://github.com/s00500 "1 total commits to the Home Assistant orga:
1 commit to hassio-addons
")
@@ -8937,9 +9172,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 "104 total commits to the Home Assistant orga:
-69 commits to core
-14 commits to home-assistant.io
+- [Maciej Bieniek (@bieniu)](https://github.com/bieniu "122 total commits to the Home Assistant orga:
+86 commits to core
+15 commits to home-assistant.io
12 commits to frontend
7 commits to brands
2 commits to wheels-custom-integrations
@@ -9020,8 +9255,8 @@ 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 "34 total commits to the Home Assistant orga:
-25 commits to core
+- [Maikel Punie (@Cereal2nd)](https://github.com/Cereal2nd "35 total commits to the Home Assistant orga:
+26 commits to core
9 commits to home-assistant.io
")
- [Maikel Wever (@maikelwever)](https://github.com/maikelwever "2 total commits to the Home Assistant orga:
@@ -9052,9 +9287,10 @@ 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
")
-- [Malachi Soord (@inverse)](https://github.com/inverse "6 total commits to the Home Assistant orga:
+- [Malachi Soord (@inverse)](https://github.com/inverse "7 total commits to the Home Assistant orga:
3 commits to home-assistant.io
3 commits to core
+1 commit to developers.home-assistant
")
- [Malcolm (@malcolmcdixon)](https://github.com/malcolmcdixon "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -9159,6 +9395,9 @@ This page contains a list of people who have contributed in one way or another t
9 commits to core
8 commits to home-assistant.io
")
+- [Marcel Neumann (@selmaohneh)](https://github.com/selmaohneh "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [Marcel Steinbach (@mst)](https://github.com/mst "1 total commits to the Home Assistant orga:
1 commit to core
")
@@ -9186,9 +9425,11 @@ This page contains a list of people who have contributed in one way or another t
- [Marcin Sędłak\-Jakubowski (@fdmarcin)](https://github.com/fdmarcin "1 total commits to the Home Assistant orga:
1 commit to 1password-teams-open-source
")
-- [Marcio Granzotto Rodrigues (@marciogranzotto)](https://github.com/marciogranzotto "6 total commits to the Home Assistant orga:
-5 commits to core
+- [Marcio Granzotto Rodrigues (@marciogranzotto)](https://github.com/marciogranzotto "10 total commits to the Home Assistant orga:
+7 commits to core
1 commit to android
+1 commit to brands
+1 commit to home-assistant.io
")
- [MarcJenningsUK (@MarcJenningsUK)](https://github.com/MarcJenningsUK "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
@@ -9270,8 +9511,9 @@ This page contains a list of people who have contributed in one way or another t
5 commits to hadashboard
2 commits to home-assistant.io
")
-- [Marijn Pool (@IcyPalm)](https://github.com/IcyPalm "1 total commits to the Home Assistant orga:
+- [Marijn Pool (@IcyPalm)](https://github.com/IcyPalm "2 total commits to the Home Assistant orga:
1 commit to frontend
+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
@@ -9296,9 +9538,9 @@ This page contains a list of people who have contributed in one way or another t
2 commits to ui-schema
1 commit to people
")
-- [Marius (@Mariusthvdb)](https://github.com/Mariusthvdb "18 total commits to the Home Assistant orga:
-9 commits to home-assistant.io
-7 commits to core
+- [Marius (@Mariusthvdb)](https://github.com/Mariusthvdb "22 total commits to the Home Assistant orga:
+10 commits to home-assistant.io
+10 commits to core
2 commits to frontend
")
- [Marius Balčytis (@mariusbalcytis)](https://github.com/mariusbalcytis "1 total commits to the Home Assistant orga:
@@ -9326,8 +9568,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
")
-- [mariwing (@mariwing)](https://github.com/mariwing "3 total commits to the Home Assistant orga:
-3 commits to home-assistant.io
+- [mariwing (@mariwing)](https://github.com/mariwing "4 total commits to the Home Assistant orga:
+4 commits to home-assistant.io
")
- [Mark (@scmmmh)](https://github.com/scmmmh "1 total commits to the Home Assistant orga:
1 commit to core
@@ -9384,6 +9626,9 @@ 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 core
")
+- [Mark Remijn (@markisoke)](https://github.com/markisoke "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [mark9white (@mark9white)](https://github.com/mark9white "1 total commits to the Home Assistant orga:
1 commit to supervisor
")
@@ -9408,22 +9653,23 @@ This page contains a list of people who have contributed in one way or another t
- [Markus Becker (@markushx)](https://github.com/markushx "6 total commits to the Home Assistant orga:
6 commits to libcoap
")
-- [Markus Bong (@2Fake)](https://github.com/2Fake "17 total commits to the Home Assistant orga:
-17 commits to core
+- [Markus Bong (@2Fake)](https://github.com/2Fake "24 total commits to the Home Assistant orga:
+24 commits to core
")
- [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
")
-- [Markus Haack (@mhaack)](https://github.com/mhaack "1 total commits to the Home Assistant orga:
+- [Markus Haack (@mhaack)](https://github.com/mhaack "2 total commits to the Home Assistant orga:
+1 commit to core
1 commit to home-assistant.io
")
- [Markus Ijäs (@mtijas)](https://github.com/mtijas "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Markus Jankowski (@SukramJ)](https://github.com/SukramJ "151 total commits to the Home Assistant orga:
-109 commits to core
-36 commits to home-assistant.io
+- [Markus Jankowski (@SukramJ)](https://github.com/SukramJ "157 total commits to the Home Assistant orga:
+114 commits to core
+37 commits to home-assistant.io
3 commits to developers.home-assistant
2 commits to frontend
1 commit to brands
@@ -9458,8 +9704,8 @@ This page contains a list of people who have contributed in one way or another t
- [Markus Thiel (@mackelito)](https://github.com/mackelito "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Marley Jaffe (@marleyjaffe)](https://github.com/marleyjaffe "1 total commits to the Home Assistant orga:
-1 commit to home-assistant.io
+- [Marley Jaffe (@marleyjaffe)](https://github.com/marleyjaffe "2 total commits to the Home Assistant orga:
+2 commits to home-assistant.io
")
- [Marouane Felja (@maroil)](https://github.com/maroil "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -9486,6 +9732,10 @@ This page contains a list of people who have contributed in one way or another t
- [Martin (@mrvanes)](https://github.com/mrvanes "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
+- [Martin (@martin3000)](https://github.com/martin3000 "2 total commits to the Home Assistant orga:
+1 commit to core
+1 commit to home-assistant.io
+")
- [Martin (@mtandersson)](https://github.com/mtandersson "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -9509,9 +9759,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
")
-- [Martin Eberhardt (@DarkFox)](https://github.com/DarkFox "12 total commits to the Home Assistant orga:
-7 commits to home-assistant.io
-5 commits to core
+- [Martin Eberhardt (@DarkFox)](https://github.com/DarkFox "14 total commits to the Home Assistant orga:
+8 commits to home-assistant.io
+6 commits to core
")
- [Martin Elwin (@melwin)](https://github.com/melwin "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -9526,13 +9776,16 @@ This page contains a list of people who have contributed in one way or another t
- [Martin Gross (@pc-coholic)](https://github.com/pc-coholic "4 total commits to the Home Assistant orga:
4 commits to core
")
-- [Martin Hjelmare (@MartinHjelmare)](https://github.com/MartinHjelmare "272 total commits to the Home Assistant orga:
-216 commits to core
-40 commits to home-assistant.io
-6 commits to developers.home-assistant
-4 commits to supervisor
+- [Martin Hjelmare (@MartinHjelmare)](https://github.com/MartinHjelmare "310 total commits to the Home Assistant orga:
+244 commits to core
+41 commits to home-assistant.io
+7 commits to developers.home-assistant
+6 commits to supervisor
+3 commits to wheels-custom-integrations
2 commits to example-custom-config
-1 commit to architecture
+2 commits to architecture
+1 commit to hassio-addons
+1 commit to actions
1 commit to people
1 commit to probot-home-assistant
1 commit to brands
@@ -9587,12 +9840,15 @@ This page contains a list of people who have contributed in one way or another t
- [martst (@martst)](https://github.com/martst "1 total commits to the Home Assistant orga:
1 commit to core
")
+- [Marty Zalega (@evilmarty)](https://github.com/evilmarty "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [marutanm (@marutanm)](https://github.com/marutanm "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Marvin Wichmann (@marvin-w)](https://github.com/marvin-w "7 total commits to the Home Assistant orga:
-4 commits to home-assistant.io
-3 commits to core
+- [Marvin Wichmann (@marvin-w)](https://github.com/marvin-w "14 total commits to the Home Assistant orga:
+8 commits to core
+6 commits to home-assistant.io
")
- [Masahiro Kamata (@kamatari)](https://github.com/kamatari "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -9637,8 +9893,8 @@ This page contains a list of people who have contributed in one way or another t
- [Mateusz Soszyński (@TheLastGimbus)](https://github.com/TheLastGimbus "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [matgad (@matgad)](https://github.com/matgad "2 total commits to the Home Assistant orga:
-2 commits to core
+- [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 "6 total commits to the Home Assistant orga:
6 commits to home-assistant.io
@@ -9745,20 +10001,16 @@ This page contains a list of people who have contributed in one way or another t
")
- [Matt White (@matt-FFFFFF)](https://github.com/matt-FFFFFF "4 total commits to the Home Assistant orga:
2 commits to home-assistant.io
-1 commit to supervisor
1 commit to hassio-addons
+1 commit to supervisor
")
- [Matt White (@mw-white)](https://github.com/mw-white "12 total commits to the Home Assistant orga:
7 commits to core
5 commits to home-assistant.io
")
-- [matt2005 (@matt2005)](https://github.com/matt2005 "5 total commits to the Home Assistant orga:
-3 commits to core
-2 commits to home-assistant.io
-")
- [Matte23 (@Matte23)](https://github.com/Matte23 "4 total commits to the Home Assistant orga:
-2 commits to core
2 commits to home-assistant.io
+2 commits to core
")
- [MatteGary (@MatteGary)](https://github.com/MatteGary "6 total commits to the Home Assistant orga:
4 commits to core
@@ -9794,10 +10046,14 @@ This page contains a list of people who have contributed in one way or another t
2 commits to netdisco
1 commit to people
")
-- [Matthew Grimes (@cybergrimes)](https://github.com/cybergrimes "3 total commits to the Home Assistant orga:
-2 commits to home-assistant.io
+- [Matthew Grimes (@cybergrimes)](https://github.com/cybergrimes "4 total commits to the Home Assistant orga:
+3 commits to home-assistant.io
1 commit to open-zwave
")
+- [Matthew Hilton (@matt2005)](https://github.com/matt2005 "5 total commits to the Home Assistant orga:
+3 commits to core
+2 commits to home-assistant.io
+")
- [Matthew Miller (@MasterKale)](https://github.com/MasterKale "6 total commits to the Home Assistant orga:
6 commits to open-zwave
")
@@ -9839,8 +10095,8 @@ This page contains a list of people who have contributed in one way or another t
15 commits to open-zwave
1 commit to core
")
-- [MatthewFlamm (@MatthewFlamm)](https://github.com/MatthewFlamm "39 total commits to the Home Assistant orga:
-22 commits to core
+- [MatthewFlamm (@MatthewFlamm)](https://github.com/MatthewFlamm "40 total commits to the Home Assistant orga:
+23 commits to core
9 commits to home-assistant.io
4 commits to frontend
2 commits to developers.home-assistant
@@ -9918,8 +10174,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to brands
")
- [Max (@max-te)](https://github.com/max-te "4 total commits to the Home Assistant orga:
-2 commits to core
2 commits to home-assistant.io
+2 commits to core
")
- [Max Laverse (@maxlaverse)](https://github.com/maxlaverse "9 total commits to the Home Assistant orga:
6 commits to core
@@ -10018,9 +10274,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
")
-- [mdegat01 (@mdegat01)](https://github.com/mdegat01 "18 total commits to the Home Assistant orga:
+- [mdegat01 (@mdegat01)](https://github.com/mdegat01 "21 total commits to the Home Assistant orga:
14 commits to core
-4 commits to home-assistant.io
+7 commits to home-assistant.io
")
- [meatheadmike (@meatheadmike)](https://github.com/meatheadmike "2 total commits to the Home Assistant orga:
2 commits to core
@@ -10028,12 +10284,12 @@ This page contains a list of people who have contributed in one way or another t
- [Megachip (@Megachip)](https://github.com/Megachip "4 total commits to the Home Assistant orga:
4 commits to home-assistant.io
")
-- [MeIchthys (@meichthys)](https://github.com/meichthys "18 total commits to the Home Assistant orga:
+- [MeIchthys (@meichthys)](https://github.com/meichthys "19 total commits to the Home Assistant orga:
14 commits to home-assistant.io
-1 commit to frontend
+2 commits to core
1 commit to developers.home-assistant
+1 commit to frontend
1 commit to brands
-1 commit to core
")
- [meijerwynand (@meijerwynand)](https://github.com/meijerwynand "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -10041,19 +10297,20 @@ This page contains a list of people who have contributed in one way or another t
- [Mel Riffe (@melriffe)](https://github.com/melriffe "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Melvin (@MBlokhuijzen)](https://github.com/MBlokhuijzen "2 total commits to the Home Assistant orga:
-2 commits to home-assistant.io
+- [Melvin (@MBlokhuijzen)](https://github.com/MBlokhuijzen "3 total commits to the Home Assistant orga:
+3 commits to home-assistant.io
")
-- [melyux (@melyux)](https://github.com/melyux "3 total commits to the Home Assistant orga:
+- [melyux (@melyux)](https://github.com/melyux "4 total commits to the Home Assistant orga:
2 commits to core
-1 commit to home-assistant.io
+2 commits to home-assistant.io
")
- [Menno Blom (@b10m)](https://github.com/b10m "6 total commits to the Home Assistant orga:
3 commits to home-assistant.io
2 commits to core
1 commit to netdisco
")
-- [Meow (@GrumpyMeow)](https://github.com/GrumpyMeow "1 total commits to the Home Assistant orga:
+- [Meow (@GrumpyMeow)](https://github.com/GrumpyMeow "2 total commits to the Home Assistant orga:
+1 commit to brands
1 commit to home-assistant.io
")
- [merc1031 (@merc1031)](https://github.com/merc1031 "1 total commits to the Home Assistant orga:
@@ -10096,10 +10353,10 @@ 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
")
-- [Michael (@splunty)](https://github.com/splunty "1 total commits to the Home Assistant orga:
+- [Michael (@mischsa)](https://github.com/mischsa "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Michael (@mischsa)](https://github.com/mischsa "1 total commits to the Home Assistant orga:
+- [Michael (@splunty)](https://github.com/splunty "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
- [Michael A\. Alderete (@alderete)](https://github.com/alderete "3 total commits to the Home Assistant orga:
@@ -10131,8 +10388,8 @@ This page contains a list of people who have contributed in one way or another t
2 commits to core
")
- [Michael Dubno (@dubnom)](https://github.com/dubnom "6 total commits to the Home Assistant orga:
-3 commits to core
3 commits to home-assistant.io
+3 commits to core
")
- [Michael Farrell (@micolous)](https://github.com/micolous "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -10156,10 +10413,6 @@ This page contains a list of people who have contributed in one way or another t
- [Michael Hansen (@synesthesiam)](https://github.com/synesthesiam "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [Michael Heinemann (@heinemml)](https://github.com/heinemml "6 total commits to the Home Assistant orga:
-4 commits to core
-2 commits to home-assistant.io
-")
- [Michael Hertig (@hertg)](https://github.com/hertg "1 total commits to the Home Assistant orga:
1 commit to core
")
@@ -10186,12 +10439,18 @@ This page contains a list of people who have contributed in one way or another t
- [Michael Luggen (@l00mi)](https://github.com/l00mi "5 total commits to the Home Assistant orga:
5 commits to home-assistant.io
")
-- [Michael Lunzer (@michaellunzer)](https://github.com/michaellunzer "2 total commits to the Home Assistant orga:
+- [Michael Lunzer (@michaellunzer)](https://github.com/michaellunzer "4 total commits to the Home Assistant orga:
2 commits to home-assistant.io
+1 commit to wheels-custom-integrations
+1 commit to brands
")
- [Michael Meinel (@led02)](https://github.com/led02 "1 total commits to the Home Assistant orga:
1 commit to pyharmony
")
+- [Michael Nosthoff (@heinemml)](https://github.com/heinemml "6 total commits to the Home Assistant orga:
+4 commits to core
+2 commits to home-assistant.io
+")
- [Michael Pereira (@MichaelPereira)](https://github.com/MichaelPereira "2 total commits to the Home Assistant orga:
2 commits to gu-who
")
@@ -10229,6 +10488,9 @@ This page contains a list of people who have contributed in one way or another t
- [Michael Stovenour (@mstovenour)](https://github.com/mstovenour "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [Michael Thingnes (@thimic)](https://github.com/thimic "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [Michael Varrieur (@mvarrieur)](https://github.com/mvarrieur "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -10247,8 +10509,8 @@ This page contains a list of people who have contributed in one way or another t
- [MichaelSprague (@MichaelSprague)](https://github.com/MichaelSprague "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Michal (@Dinth)](https://github.com/Dinth "5 total commits to the Home Assistant orga:
-3 commits to home-assistant.io
+- [Michal (@Dinth)](https://github.com/Dinth "6 total commits to the Home Assistant orga:
+4 commits to home-assistant.io
1 commit to supervisor
1 commit to open-zwave
")
@@ -10256,9 +10518,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
")
-- [Michaël Arnauts (@michaelarnauts)](https://github.com/michaelarnauts "89 total commits to the Home Assistant orga:
-50 commits to core
-32 commits to home-assistant.io
+- [Michaël Arnauts (@michaelarnauts)](https://github.com/michaelarnauts "93 total commits to the Home Assistant orga:
+53 commits to core
+33 commits to home-assistant.io
3 commits to frontend
1 commit to netdisco
1 commit to people
@@ -10273,13 +10535,17 @@ 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ł Węgrzynek (@mwegrzynek)](https://github.com/mwegrzynek "3 total commits to the Home Assistant orga:
+- [Michał Węgrzynek (@mwegrzynek)](https://github.com/mwegrzynek "4 total commits to the Home Assistant orga:
2 commits to home-assistant.io
-1 commit to core
+2 commits to core
")
- [Michel Settembrino (@Michel-Settembrino)](https://github.com/Michel-Settembrino "3 total commits to the Home Assistant orga:
3 commits to home-assistant.io
")
+- [Michel van de Wetering (@mvdwetering)](https://github.com/mvdwetering "2 total commits to the Home Assistant orga:
+1 commit to wheels-custom-integrations
+1 commit to brands
+")
- [Michele Porelli (@porelli)](https://github.com/porelli "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -10291,8 +10557,8 @@ This page contains a list of people who have contributed in one way or another t
")
- [Mick Vleeshouwer (@iMicknl)](https://github.com/iMicknl "6 total commits to the Home Assistant orga:
2 commits to core
-1 commit to alerts.home-assistant.io
1 commit to wheels-custom-integrations
+1 commit to alerts.home-assistant.io
1 commit to brands
1 commit to home-assistant.io
")
@@ -10323,20 +10589,20 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Mikael Svensson (@Nossnevs)](https://github.com/Nossnevs "4 total commits to the Home Assistant orga:
-2 commits to core
2 commits to home-assistant.io
+2 commits to core
")
- [Mikayla Hutchinson (@mhutch)](https://github.com/mhutch "3 total commits to the Home Assistant orga:
2 commits to home-assistant.io
1 commit to open-zwave
")
+- [Mike (@mike391)](https://github.com/mike391 "2 total commits to the Home Assistant orga:
+2 commits to home-assistant.io
+")
- [Mike (@mikedm139)](https://github.com/mikedm139 "3 total commits to the Home Assistant orga:
2 commits to core
1 commit to home-assistant.io
")
-- [Mike (@mike391)](https://github.com/mike391 "2 total commits to the Home Assistant orga:
-2 commits to home-assistant.io
-")
- [Mike (@thegame3202)](https://github.com/thegame3202 "1 total commits to the Home Assistant orga:
1 commit to core
")
@@ -10352,6 +10618,9 @@ This page contains a list of people who have contributed in one way or another t
- [Mike Cousins (@mikecousins)](https://github.com/mikecousins "1 total commits to the Home Assistant orga:
1 commit to hassio-addons
")
+- [Mike Dahlgren (@mikedahlgren)](https://github.com/mikedahlgren "1 total commits to the Home Assistant orga:
+1 commit to docker-base
+")
- [Mike G Chambers (@mikegchambers)](https://github.com/mikegchambers "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
@@ -10362,8 +10631,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Mike Knudson (@mtgeekman)](https://github.com/mtgeekman "2 total commits to the Home Assistant orga:
-1 commit to frontend
1 commit to developers.home-assistant
+1 commit to frontend
")
- [Mike Kormendy (@mkormendy)](https://github.com/mkormendy "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -10398,6 +10667,9 @@ This page contains a list of people who have contributed in one way or another t
- [mikebarris (@mikebarris)](https://github.com/mikebarris "1 total commits to the Home Assistant orga:
1 commit to core
")
+- [mikebaz (@mikebaz)](https://github.com/mikebaz "1 total commits to the Home Assistant orga:
+1 commit to operating-system
+")
- [mikehole (@mikehole)](https://github.com/mikehole "1 total commits to the Home Assistant orga:
1 commit to developers.home-assistant
")
@@ -10533,6 +10805,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
")
+- [mletenay (@mletenay)](https://github.com/mletenay "2 total commits to the Home Assistant orga:
+2 commits to brands
+")
- [mn (@nolstedt)](https://github.com/nolstedt "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -10551,8 +10826,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Mohamad Tarbin (@meauxt)](https://github.com/meauxt "4 total commits to the Home Assistant orga:
-2 commits to home-assistant.io
2 commits to core
+2 commits to home-assistant.io
")
- [Mohammed Chotia (@mcchots)](https://github.com/mcchots "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -10690,9 +10965,9 @@ 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 "54 total commits to the Home Assistant orga:
+- [mvn23 (@mvn23)](https://github.com/mvn23 "55 total commits to the Home Assistant orga:
37 commits to core
-16 commits to home-assistant.io
+17 commits to home-assistant.io
1 commit to brands
")
- [mvnetbiz (@mvnetbiz)](https://github.com/mvnetbiz "1 total commits to the Home Assistant orga:
@@ -10821,8 +11096,8 @@ This page contains a list of people who have contributed in one way or another t
")
- [Neil Crosby (@NeilCrosby)](https://github.com/NeilCrosby "6 total commits to the Home Assistant orga:
2 commits to developers.home-assistant
-2 commits to home-assistant.io
2 commits to core
+2 commits to home-assistant.io
")
- [Neil du Toit (@NeilDuToit92)](https://github.com/NeilDuToit92 "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -10871,9 +11146,12 @@ This page contains a list of people who have contributed in one way or another t
- [Niall Donegan (@ndonegan)](https://github.com/ndonegan "2 total commits to the Home Assistant orga:
2 commits to core
")
+- [Niccolo Zapponi (@nzapponi)](https://github.com/nzapponi "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [Niccolò Maggioni (@nmaggioni)](https://github.com/nmaggioni "4 total commits to the Home Assistant orga:
-2 commits to home-assistant.io
2 commits to core
+2 commits to home-assistant.io
")
- [Nicholas Griffin (@nicholasgriffintn)](https://github.com/nicholasgriffintn "6 total commits to the Home Assistant orga:
6 commits to home-assistant.io
@@ -10882,8 +11160,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Nicholas Sielicki (@sielicki)](https://github.com/sielicki "4 total commits to the Home Assistant orga:
-2 commits to home-assistant.io
2 commits to core
+2 commits to home-assistant.io
")
- [Nicholas Westerhausen (@nwesterhausen)](https://github.com/nwesterhausen "24 total commits to the Home Assistant orga:
24 commits to home-assistant.io
@@ -10905,8 +11183,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Nick Sabinske (@quadportnick)](https://github.com/quadportnick "4 total commits to the Home Assistant orga:
-2 commits to home-assistant.io
2 commits to core
+2 commits to home-assistant.io
")
- [Nick Touran (@partofthething)](https://github.com/partofthething "42 total commits to the Home Assistant orga:
27 commits to core
@@ -10937,8 +11215,8 @@ This page contains a list of people who have contributed in one way or another t
7 commits to core
2 commits to home-assistant.io
")
-- [nickrout (@nickrout)](https://github.com/nickrout "4 total commits to the Home Assistant orga:
-4 commits to home-assistant.io
+- [nickrout (@nickrout)](https://github.com/nickrout "6 total commits to the Home Assistant orga:
+6 commits to home-assistant.io
")
- [Niclas (@nicmar)](https://github.com/nicmar "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -10992,8 +11270,8 @@ This page contains a list of people who have contributed in one way or another t
32 commits to brands
17 commits to home-assistant.io
")
-- [Niels Mündler (@nielstron)](https://github.com/nielstron "34 total commits to the Home Assistant orga:
-23 commits to core
+- [Niels Mündler (@nielstron)](https://github.com/nielstron "35 total commits to the Home Assistant orga:
+24 commits to core
8 commits to home-assistant.io
3 commits to netdisco
")
@@ -11035,7 +11313,7 @@ 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 core
")
-- [Nikola (@niksy111)](https://github.com/niksy111 "3 total commits to the Home Assistant orga:
+- [Nikola (@0nikola1)](https://github.com/0nikola1 "3 total commits to the Home Assistant orga:
3 commits to home-assistant.io
")
- [nikolas (@nikolas)](https://github.com/nikolas "1 total commits to the Home Assistant orga:
@@ -11060,6 +11338,9 @@ This page contains a list of people who have contributed in one way or another t
- [Nils Larsgård (@nilsmagnus)](https://github.com/nilsmagnus "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [Nils Strelow (@nstrelow)](https://github.com/nstrelow "1 total commits to the Home Assistant orga:
+1 commit to supervised-installer
+")
- [Nils Uliczka (@darookee)](https://github.com/darookee "3 total commits to the Home Assistant orga:
2 commits to home-assistant.io
1 commit to core
@@ -11068,6 +11349,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
")
+- [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
+")
- [Nito Buendia (@nitobuendia)](https://github.com/nitobuendia "2 total commits to the Home Assistant orga:
2 commits to brands
")
@@ -11084,6 +11369,9 @@ This page contains a list of people who have contributed in one way or another t
- [Noam Okman (@noamokman)](https://github.com/noamokman "1 total commits to the Home Assistant orga:
1 commit to hassio-addons
")
+- [noam148 (@noam148)](https://github.com/noam148 "1 total commits to the Home Assistant orga:
+1 commit to android
+")
- [NobleKangaroo (@NobleKangaroo)](https://github.com/NobleKangaroo "3 total commits to the Home Assistant orga:
3 commits to core
")
@@ -11209,8 +11497,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 core
")
-- [Ole\-Martin Heggen (@Swampen)](https://github.com/Swampen "1 total commits to the Home Assistant orga:
-1 commit to core
+- [Ole\-Martin Heggen (@Swampen)](https://github.com/Swampen "2 total commits to the Home Assistant orga:
+2 commits to core
")
- [Oleg (@5LICK)](https://github.com/5LICK "2 total commits to the Home Assistant orga:
1 commit to core
@@ -11219,6 +11507,9 @@ This page contains a list of people who have contributed in one way or another t
- [Oleg Kurapov (@2sheds)](https://github.com/2sheds "2 total commits to the Home Assistant orga:
2 commits to core
")
+- [Oleksandr Kapshuk (@skynetua)](https://github.com/skynetua "5 total commits to the Home Assistant orga:
+5 commits to android
+")
- [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
@@ -11286,15 +11577,19 @@ This page contains a list of people who have contributed in one way or another t
- [Olivier Guerriat (@olivierguerriat)](https://github.com/olivierguerriat "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Olivér Falvai (@ofalvai)](https://github.com/ofalvai "3 total commits to the Home Assistant orga:
-2 commits to home-assistant.io
+- [Olivér Falvai (@ofalvai)](https://github.com/ofalvai "5 total commits to the Home Assistant orga:
+3 commits to home-assistant.io
1 commit to frontend
+1 commit to core
")
- [ollo69 (@ollo69)](https://github.com/ollo69 "8 total commits to the Home Assistant orga:
5 commits to core
2 commits to brands
1 commit to home-assistant.io
")
+- [Omar Ali (@omarali)](https://github.com/omarali "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [Omar Usman (@oozman)](https://github.com/oozman "3 total commits to the Home Assistant orga:
2 commits to home-assistant.io
1 commit to core
@@ -11312,16 +11607,19 @@ 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 "37 total commits to the Home Assistant orga:
-20 commits to core
-12 commits to home-assistant.io
+- [On Freund (@OnFreund)](https://github.com/OnFreund "77 total commits to the Home Assistant orga:
+45 commits to core
+24 commits to home-assistant.io
3 commits to frontend
-1 commit to developers.home-assistant
-1 commit to brands
+3 commits to brands
+2 commits to developers.home-assistant
")
-- [Oncleben31 (@oncleben31)](https://github.com/oncleben31 "22 total commits to the Home Assistant orga:
-12 commits to home-assistant.io
-10 commits to core
+- [Oncleben31 (@oncleben31)](https://github.com/oncleben31 "28 total commits to the Home Assistant orga:
+15 commits to home-assistant.io
+13 commits to core
+")
+- [ondrejbaranek (@ondrejbaranek)](https://github.com/ondrejbaranek "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
")
- [Ong Vairoj (@ejel)](https://github.com/ejel "3 total commits to the Home Assistant orga:
2 commits to core
@@ -11355,9 +11653,9 @@ This page contains a list of people who have contributed in one way or another t
- [Orson (@orson1282)](https://github.com/orson1282 "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [Oscar Calvo (@ocalvo)](https://github.com/ocalvo "31 total commits to the Home Assistant orga:
+- [Oscar Calvo (@ocalvo)](https://github.com/ocalvo "32 total commits to the Home Assistant orga:
23 commits to home-assistant.io
-6 commits to core
+7 commits to core
1 commit to operating-system
1 commit to brands
")
@@ -11451,10 +11749,16 @@ 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
")
+- [Paolo Antinori (@paoloantinori)](https://github.com/paoloantinori "1 total commits to the Home Assistant orga:
+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
")
+- [Paolo Tagliaferri (@Vortexmind)](https://github.com/Vortexmind "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [Paolo Tuninetto (@tulindo)](https://github.com/tulindo "10 total commits to the Home Assistant orga:
9 commits to core
1 commit to home-assistant.io
@@ -11482,42 +11786,44 @@ This page contains a list of people who have contributed in one way or another t
- [Pascal Hahn (@pascalhahn)](https://github.com/pascalhahn "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [Pascal Roeleven (@pascallj)](https://github.com/pascallj "11 total commits to the Home Assistant orga:
-5 commits to core
+- [Pascal Roeleven (@pascallj)](https://github.com/pascallj "12 total commits to the Home Assistant orga:
5 commits to home-assistant.io
+5 commits to core
+1 commit to frontend
1 commit to brands
")
-- [Pascal Vizeli (@pvizeli)](https://github.com/pvizeli "7469 total commits to the Home Assistant orga:
-1981 commits to supervisor
-1012 commits to operating-system
-989 commits to core
-796 commits to hassio-version
-573 commits to hassio-addons
+- [Pascal Vizeli (@pvizeli)](https://github.com/pvizeli "7804 total commits to the Home Assistant orga:
+2107 commits to supervisor
+1019 commits to operating-system
+1004 commits to core
+893 commits to hassio-version
+583 commits to hassio-addons
499 commits to hassio-build
-414 commits to home-assistant.io
-217 commits to docker
-148 commits to wheels
-129 commits to docker-base
-112 commits to ci-azure
+416 commits to home-assistant.io
+218 commits to docker
+158 commits to wheels
+131 commits to docker-base
+113 commits to ci-azure
64 commits to hassio-builder
+60 commits to wheels-custom-integrations
59 commits to plugin-audio
-56 commits to developers.home-assistant
-56 commits to wheels-custom-integrations
-45 commits to wheels-opencv
+58 commits to developers.home-assistant
+51 commits to wheels-opencv
+43 commits to supervised-installer
43 commits to ada
-37 commits to supervised-installer
+36 commits to cli
35 commits to python-openzwave
-29 commits to cli
-22 commits to hassio-addons-development
+26 commits to hassio-addons-development
+24 commits to plugin-observer
22 commits to hassio-auth
22 commits to wheels-tensorflow
20 commits to frontend
+20 commits to plugin-cli
17 commits to addons-example
-16 commits to plugin-cli
15 commits to plugin-dns
11 commits to actions
-7 commits to wheels-scipy
-6 commits to plugin-multicast
+11 commits to wheels-scipy
+9 commits to plugin-multicast
6 commits to hassos-blobs
4 commits to architecture
4 commits to open-zwave
@@ -11589,8 +11895,8 @@ This page contains a list of people who have contributed in one way or another t
- [Patrik (@ggravlingen)](https://github.com/ggravlingen "14 total commits to the Home Assistant orga:
10 commits to core
2 commits to home-assistant.io
-1 commit to alerts.home-assistant.io
1 commit to developers.home-assistant
+1 commit to alerts.home-assistant.io
")
- [Patrik Ekström (@patrik3k)](https://github.com/patrik3k "1 total commits to the Home Assistant orga:
1 commit to core
@@ -11629,12 +11935,15 @@ 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
")
-- [Paul Daumlechner (@pawlizio)](https://github.com/pawlizio "1 total commits to the Home Assistant orga:
-1 commit to core
+- [Paul Daumlechner (@pawlizio)](https://github.com/pawlizio "2 total commits to the Home Assistant orga:
+2 commits to core
")
- [Paul Davis (@paulbdavis)](https://github.com/paulbdavis "1 total commits to the Home Assistant orga:
1 commit to frontend
")
+- [Paul Deen (@PaulAntonDeen)](https://github.com/PaulAntonDeen "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [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
@@ -11664,9 +11973,9 @@ This page contains a list of people who have contributed in one way or another t
- [Paul Krischer (@SqyD)](https://github.com/SqyD "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [Paul Madden (@maddenp)](https://github.com/maddenp "5 total commits to the Home Assistant orga:
-3 commits to core
-2 commits to home-assistant.io
+- [Paul Madden (@maddenp)](https://github.com/maddenp "7 total commits to the Home Assistant orga:
+4 commits to core
+3 commits to home-assistant.io
")
- [Paul Manzotti (@manzanotti)](https://github.com/manzanotti "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
@@ -11702,6 +12011,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
")
+- [paulcram (@paulcram)](https://github.com/paulcram "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [PaulParis1 (@PaulParis1)](https://github.com/PaulParis1 "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -11721,10 +12033,11 @@ This page contains a list of people who have contributed in one way or another t
- [Pavol Holes (@pavolholes)](https://github.com/pavolholes "1 total commits to the Home Assistant orga:
1 commit to developers.home-assistant
")
-- [Pawel (@pszafer)](https://github.com/pszafer "23 total commits to the Home Assistant orga:
+- [Pawel (@pszafer)](https://github.com/pszafer "24 total commits to the Home Assistant orga:
12 commits to core
9 commits to home-assistant.io
1 commit to wheels-custom-integrations
+1 commit to frontend
1 commit to brands
")
- [Pawel Winogrodzki (@PawelWMS)](https://github.com/PawelWMS "12 total commits to the Home Assistant orga:
@@ -11739,8 +12052,8 @@ This page contains a list of people who have contributed in one way or another t
- [Paxy (@Paxy)](https://github.com/Paxy "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [pbalogh77 (@pbalogh77)](https://github.com/pbalogh77 "20 total commits to the Home Assistant orga:
-17 commits to core
+- [pbalogh77 (@pbalogh77)](https://github.com/pbalogh77 "24 total commits to the Home Assistant orga:
+21 commits to core
3 commits to home-assistant.io
")
- [pcragone (@pcragone)](https://github.com/pcragone "1 total commits to the Home Assistant orga:
@@ -11796,12 +12109,16 @@ 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 "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [perjury (@perjury)](https://github.com/perjury "3 total commits to the Home Assistant orga:
3 commits to home-assistant.io
")
-- [Perry Naseck (@DaAwesomeP)](https://github.com/DaAwesomeP "2 total commits to the Home Assistant orga:
+- [Perry Naseck (@DaAwesomeP)](https://github.com/DaAwesomeP "3 total commits to the Home Assistant orga:
1 commit to operating-system
1 commit to core
+1 commit to home-assistant.io
")
- [Pertti Roitto (@roitto)](https://github.com/roitto "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -11849,9 +12166,9 @@ This page contains a list of people who have contributed in one way or another t
- [Peter Kyrkos (@KmanOz)](https://github.com/KmanOz "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Peter Nijssen (@peternijssen)](https://github.com/peternijssen "21 total commits to the Home Assistant orga:
+- [Peter Nijssen (@peternijssen)](https://github.com/peternijssen "22 total commits to the Home Assistant orga:
+10 commits to home-assistant.io
10 commits to core
-9 commits to home-assistant.io
2 commits to alerts.home-assistant.io
")
- [Peter Tisovčík (@mienkofax)](https://github.com/mienkofax "1 total commits to the Home Assistant orga:
@@ -11902,9 +12219,9 @@ 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
")
-- [Phil (@pnbruckner)](https://github.com/pnbruckner "111 total commits to the Home Assistant orga:
-85 commits to core
-26 commits to home-assistant.io
+- [Phil (@pnbruckner)](https://github.com/pnbruckner "132 total commits to the Home Assistant orga:
+98 commits to core
+34 commits to home-assistant.io
")
- [Phil (@godloth)](https://github.com/godloth "10 total commits to the Home Assistant orga:
10 commits to home-assistant.io
@@ -11954,10 +12271,11 @@ 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 "3 total commits to the Home Assistant orga:
+- [Philip Allgaier (@spacegaier)](https://github.com/spacegaier "18 total commits to the Home Assistant orga:
+6 commits to frontend
+6 commits to core
+5 commits to home-assistant.io
1 commit to developers.home-assistant
-1 commit to core
-1 commit to home-assistant.io
")
- [Philip Hofstetter (@pilif)](https://github.com/pilif "6 total commits to the Home Assistant orga:
6 commits to home-assistant.io
@@ -12089,6 +12407,9 @@ This page contains a list of people who have contributed in one way or another t
- [Piotr Miazga (@polishdeveloper)](https://github.com/polishdeveloper "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [Piotr Potulski (@piotrpo)](https://github.com/piotrpo "1 total commits to the Home Assistant orga:
+1 commit to android
+")
- [Piotr Witek (@piowit)](https://github.com/piowit "1 total commits to the Home Assistant orga:
1 commit to operating-system
")
@@ -12142,8 +12463,9 @@ This page contains a list of people who have contributed in one way or another t
- [Povl H\. Pedersen (@povlhp)](https://github.com/povlhp "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [pp81381 (@pp81381)](https://github.com/pp81381 "1 total commits to the Home Assistant orga:
+- [pp81381 (@pp81381)](https://github.com/pp81381 "2 total commits to the Home Assistant orga:
1 commit to developers.home-assistant
+1 commit to brands
")
- [pplucky (@pplucky)](https://github.com/pplucky "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -12224,9 +12546,9 @@ This page contains a list of people who have contributed in one way or another t
- [Quatroking (@Quatroking)](https://github.com/Quatroking "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
-- [Quentame (@Quentame)](https://github.com/Quentame "193 total commits to the Home Assistant orga:
-156 commits to core
-21 commits to home-assistant.io
+- [Quentame (@Quentame)](https://github.com/Quentame "203 total commits to the Home Assistant orga:
+164 commits to core
+23 commits to home-assistant.io
14 commits to brands
1 commit to alerts.home-assistant.io
1 commit to frontend
@@ -12268,9 +12590,9 @@ This page contains a list of people who have contributed in one way or another t
- [r24\-IT (@r24-IT)](https://github.com/r24-IT "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [r4nd0mbr1ck (@r4nd0mbr1ck)](https://github.com/r4nd0mbr1ck "3 total commits to the Home Assistant orga:
+- [r4nd0mbr1ck (@r4nd0mbr1ck)](https://github.com/r4nd0mbr1ck "4 total commits to the Home Assistant orga:
+2 commits to core
2 commits to home-assistant.io
-1 commit to core
")
- [r\-jordan (@r-jordan)](https://github.com/r-jordan "2 total commits to the Home Assistant orga:
1 commit to core
@@ -12305,8 +12627,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
")
-- [rajlaud (@rajlaud)](https://github.com/rajlaud "11 total commits to the Home Assistant orga:
-8 commits to core
+- [rajlaud (@rajlaud)](https://github.com/rajlaud "13 total commits to the Home Assistant orga:
+10 commits to core
2 commits to home-assistant.io
1 commit to frontend
")
@@ -12322,11 +12644,11 @@ 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 "150 total commits to the Home Assistant orga:
-101 commits to core
-45 commits to home-assistant.io
+- [Raman Gupta (@raman325)](https://github.com/raman325 "160 total commits to the Home Assistant orga:
+107 commits to core
+47 commits to home-assistant.io
3 commits to developers.home-assistant
-1 commit to brands
+3 commits to brands
")
- [Rami Mosleh (@engrbm87)](https://github.com/engrbm87 "41 total commits to the Home Assistant orga:
29 commits to core
@@ -12340,9 +12662,9 @@ This page contains a list of people who have contributed in one way or another t
3 commits to frontend
2 commits to home-assistant.io
")
-- [Raoul Teeuwen (@raoulteeuwen)](https://github.com/raoulteeuwen "2 total commits to the Home Assistant orga:
+- [Raoul Teeuwen (@raoulteeuwen)](https://github.com/raoulteeuwen "3 total commits to the Home Assistant orga:
+2 commits to home-assistant.io
1 commit to core
-1 commit to home-assistant.io
")
- [rappenze (@rappenze)](https://github.com/rappenze "1 total commits to the Home Assistant orga:
1 commit to core
@@ -12439,6 +12761,9 @@ This page contains a list of people who have contributed in one way or another t
- [remc0 (@remc0)](https://github.com/remc0 "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [renat85 (@renat85)](https://github.com/renat85 "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [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
@@ -12486,9 +12811,16 @@ 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 hadashboard
")
+- [ricardcc (@ricardcc)](https://github.com/ricardcc "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [Ricardo JL Rufino (@ricardojlrufino)](https://github.com/ricardojlrufino "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [Ricardo Steijn (@RicArch97)](https://github.com/RicArch97 "3 total commits to the Home Assistant orga:
+2 commits to brands
+1 commit to wheels-custom-integrations
+")
- [Riccardo Canta (@commento)](https://github.com/commento "3 total commits to the Home Assistant orga:
3 commits to core
")
@@ -12593,8 +12925,8 @@ This page contains a list of people who have contributed in one way or another t
- [Rob (@robvanuden)](https://github.com/robvanuden "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Rob Bierbooms (@RobBie1221)](https://github.com/RobBie1221 "11 total commits to the Home Assistant orga:
-10 commits to core
+- [Rob Bierbooms (@RobBie1221)](https://github.com/RobBie1221 "15 total commits to the Home Assistant orga:
+14 commits to core
1 commit to brands
")
- [Rob Capellini (@capellini)](https://github.com/capellini "3 total commits to the Home Assistant orga:
@@ -12633,10 +12965,10 @@ This page contains a list of people who have contributed in one way or another t
- [Robbie Page (@rorpage)](https://github.com/rorpage "3 total commits to the Home Assistant orga:
3 commits to hassbian-scripts
")
-- [Robbie Trencheny (@robbiet480)](https://github.com/robbiet480 "2558 total commits to the Home Assistant orga:
-1485 commits to iOS
+- [Robbie Trencheny (@robbiet480)](https://github.com/robbiet480 "2560 total commits to the Home Assistant orga:
+1486 commits to iOS
336 commits to core
-304 commits to home-assistant.io
+305 commits to home-assistant.io
93 commits to homebridge-homeassistant
93 commits to companion.home-assistant
44 commits to people
@@ -12651,18 +12983,18 @@ This page contains a list of people who have contributed in one way or another t
7 commits to organization-internal
7 commits to netdisco
4 commits to home-assistant-js-websocket
+3 commits to organization
+3 commits to hassbot
3 commits to LabelBot
3 commits to hadashboard
-3 commits to hassbot
-3 commits to organization
-3 commits to home-assistant-js
3 commits to scenegen
+3 commits to home-assistant-js
3 commits to .github
3 commits to open-zwave
-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 fabric-home-assistant
+2 commits to lambda-home-assistant-github
1 commit to hass-release
1 commit to gu-who
")
@@ -12670,8 +13002,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
")
-- [Robert (@metbril)](https://github.com/metbril "12 total commits to the Home Assistant orga:
+- [Robert (@metbril)](https://github.com/metbril "14 total commits to the Home Assistant orga:
12 commits to home-assistant.io
+2 commits to alerts.home-assistant.io
")
- [Robert (@sqrtroot)](https://github.com/sqrtroot "1 total commits to the Home Assistant orga:
1 commit to frontend
@@ -12721,17 +13054,17 @@ 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
")
-- [Robert Svensson (@Kane610)](https://github.com/Kane610 "372 total commits to the Home Assistant orga:
-318 commits to core
+- [Robert Svensson (@Kane610)](https://github.com/Kane610 "374 total commits to the Home Assistant orga:
+320 commits to core
46 commits to home-assistant.io
5 commits to developers.home-assistant
1 commit to netdisco
1 commit to people
1 commit to frontend
")
-- [Robert Van Gorkom (@vangorra)](https://github.com/vangorra "42 total commits to the Home Assistant orga:
-34 commits to core
-8 commits to home-assistant.io
+- [Robert Van Gorkom (@vangorra)](https://github.com/vangorra "48 total commits to the Home Assistant orga:
+39 commits to core
+9 commits to home-assistant.io
")
- [Roberto Tyley (@rtyley)](https://github.com/rtyley "207 total commits to the Home Assistant orga:
207 commits to gu-who
@@ -12764,9 +13097,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 hassio-addons
+2 commits to docker-base
2 commits to docker
2 commits to operating-system
-2 commits to docker-base
1 commit to hassio-builder
")
- [Robin Laurén (@llauren)](https://github.com/llauren "1 total commits to the Home Assistant orga:
@@ -12815,8 +13148,8 @@ This page contains a list of people who have contributed in one way or another t
- [Roger Gammans (@rgammans)](https://github.com/rgammans "1 total commits to the Home Assistant orga:
1 commit to feedparser
")
-- [RogerSelwyn (@RogerSelwyn)](https://github.com/RogerSelwyn "10 total commits to the Home Assistant orga:
-8 commits to core
+- [RogerSelwyn (@RogerSelwyn)](https://github.com/RogerSelwyn "15 total commits to the Home Assistant orga:
+13 commits to core
1 commit to wheels-custom-integrations
1 commit to brands
")
@@ -12844,8 +13177,8 @@ This page contains a list of people who have contributed in one way or another t
1 commit to home-assistant.io
")
- [Rolf K (@abstrakct)](https://github.com/abstrakct "6 total commits to the Home Assistant orga:
-3 commits to core
3 commits to home-assistant.io
+3 commits to core
")
- [Rolf Schäuble (@rschaeuble)](https://github.com/rschaeuble "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -12886,8 +13219,8 @@ This page contains a list of people who have contributed in one way or another t
")
- [Ron Schaeffer (@ronschaeffer)](https://github.com/ronschaeffer "4 total commits to the Home Assistant orga:
2 commits to home-assistant.io
-1 commit to companion.home-assistant
1 commit to developers.home-assistant
+1 commit to companion.home-assistant
")
- [Ron Šmeral (@rsmeral)](https://github.com/rsmeral "1 total commits to the Home Assistant orga:
1 commit to core
@@ -13135,6 +13468,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
")
+- [SalexSun (@SalexSun)](https://github.com/SalexSun "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [Salman Shah (@salman-bhai)](https://github.com/salman-bhai "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -13151,6 +13487,9 @@ This page contains a list of people who have contributed in one way or another t
- [Sam Jongenelen (@SamJongenelen)](https://github.com/SamJongenelen "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
+- [Sam Pierce Lolla (@sampl)](https://github.com/sampl "1 total commits to the Home Assistant orga:
+1 commit 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
@@ -13190,7 +13529,7 @@ This page contains a list of people who have contributed in one way or another t
69 commits to brands
29 commits to home-assistant.io
")
-- [Samuele Illuminati (@samu91gn)](https://github.com/samu91gn "1 total commits to the Home Assistant orga:
+- [Samuele Illuminati (@samugi)](https://github.com/samugi "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
- [samuelsson86 (@samuelsson86)](https://github.com/samuelsson86 "1 total commits to the Home Assistant orga:
@@ -13404,13 +13743,13 @@ This page contains a list of people who have contributed in one way or another t
- [Sean Nyekjær (@sknsean)](https://github.com/sknsean "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [Sean Straus (@scstraus)](https://github.com/scstraus "4 total commits to the Home Assistant orga:
-4 commits to home-assistant.io
+- [Sean Straus (@scstraus)](https://github.com/scstraus "5 total commits to the Home Assistant orga:
+5 commits to home-assistant.io
")
-- [sean tearney (@ispysoftware)](https://github.com/ispysoftware "3 total commits to the Home Assistant orga:
+- [sean tearney (@ispysoftware)](https://github.com/ispysoftware "5 total commits to the Home Assistant orga:
+2 commits to core
+2 commits to home-assistant.io
1 commit to brands
-1 commit to core
-1 commit to home-assistant.io
")
- [Sean Wilson (@swilson)](https://github.com/swilson "11 total commits to the Home Assistant orga:
6 commits to core
@@ -13426,15 +13765,15 @@ This page contains a list of people who have contributed in one way or another t
- [seanodell (@seanodell)](https://github.com/seanodell "1 total commits to the Home Assistant orga:
1 commit to operating-system
")
-- [SeanPM5 (@SeanPM5)](https://github.com/SeanPM5 "131 total commits to the Home Assistant orga:
+- [SeanPM5 (@SeanPM5)](https://github.com/SeanPM5 "138 total commits to the Home Assistant orga:
56 commits to companion.home-assistant
-46 commits to home-assistant.io
-16 commits to frontend
+50 commits to home-assistant.io
+17 commits to frontend
4 commits to alerts.home-assistant.io
+3 commits to core
+2 commits to iOS
2 commits to developers.home-assistant
2 commits to brands
-2 commits to core
-1 commit to iOS
1 commit to supervisor
1 commit to operating-system
")
@@ -13475,6 +13814,9 @@ This page contains a list of people who have contributed in one way or another t
- [Sebastian Ovide (@sebastianovide)](https://github.com/sebastianovide "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [Sebastian Spaeth (@spaetz)](https://github.com/spaetz "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [Sebastian von Minckwitz (@teodoc)](https://github.com/teodoc "3 total commits to the Home Assistant orga:
1 commit to frontend
1 commit to core
@@ -13576,8 +13918,12 @@ This page contains a list of people who have contributed in one way or another t
- [Shane Madden (@shanemadden)](https://github.com/shanemadden "20 total commits to the Home Assistant orga:
20 commits to open-zwave
")
-- [Shane Qi (@ShaneQi)](https://github.com/ShaneQi "2 total commits to the Home Assistant orga:
+- [Shane Qi (@ShaneQi)](https://github.com/ShaneQi "3 total commits to the Home Assistant orga:
2 commits to core
+1 commit to home-assistant.io
+")
+- [Shane Taylor (@GirzzlyAK)](https://github.com/GirzzlyAK "1 total commits to the Home Assistant orga:
+1 commit to alerts.home-assistant.io
")
- [Shantanu Tushar (@shaan7)](https://github.com/shaan7 "1 total commits to the Home Assistant orga:
1 commit to core
@@ -13599,6 +13945,11 @@ 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 "4 total commits to the Home Assistant orga:
+2 commits to core
+1 commit to operating-system
+1 commit to home-assistant.io
+")
- [shbatm (@shbatm)](https://github.com/shbatm "26 total commits to the Home Assistant orga:
17 commits to core
6 commits to home-assistant.io
@@ -13611,9 +13962,9 @@ This page contains a list of people who have contributed in one way or another t
- [shker (@serhtt)](https://github.com/serhtt "2 total commits to the Home Assistant orga:
2 commits to core
")
-- [shred86 (@shred86)](https://github.com/shred86 "28 total commits to the Home Assistant orga:
+- [shred86 (@shred86)](https://github.com/shred86 "29 total commits to the Home Assistant orga:
21 commits to core
-6 commits to home-assistant.io
+7 commits to home-assistant.io
1 commit to brands
")
- [shuaiger (@shuaiger)](https://github.com/shuaiger "1 total commits to the Home Assistant orga:
@@ -13644,14 +13995,17 @@ This page contains a list of people who have contributed in one way or another t
- [Siim Talvik (@simpss)](https://github.com/simpss "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [silfa718 (@silfa718)](https://github.com/silfa718 "2 total commits to the Home Assistant orga:
-2 commits to home-assistant.io
+- [silfa718 (@silfa718)](https://github.com/silfa718 "3 total commits to the Home Assistant orga:
+3 commits to home-assistant.io
")
- [SiliconAvatar (@SiliconAvatar)](https://github.com/SiliconAvatar "5 total commits to the Home Assistant orga:
3 commits to home-assistant.io
1 commit to hassio-addons
1 commit to core
")
+- [sillyfrog (@sillyfrog)](https://github.com/sillyfrog "1 total commits to the Home Assistant orga:
+1 commit to example-custom-config
+")
- [silsha fux (@silsha)](https://github.com/silsha "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -13720,6 +14074,10 @@ 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 "6 total commits to the Home Assistant orga:
+5 commits to core
+1 commit to home-assistant.io
+")
- [simonk83 (@simonk83)](https://github.com/simonk83 "11 total commits to the Home Assistant orga:
11 commits to open-zwave
")
@@ -13810,9 +14168,9 @@ This page contains a list of people who have contributed in one way or another t
- [snizzleorg (@snizzleorg)](https://github.com/snizzleorg "5 total commits to the Home Assistant orga:
5 commits to hadashboard
")
-- [SNoof85 (@SNoof85)](https://github.com/SNoof85 "24 total commits to the Home Assistant orga:
+- [SNoof85 (@SNoof85)](https://github.com/SNoof85 "26 total commits to the Home Assistant orga:
14 commits to home-assistant.io
-10 commits to core
+12 commits to core
")
- [so3n (@nickneos)](https://github.com/nickneos "1 total commits to the Home Assistant orga:
1 commit to core
@@ -13848,7 +14206,8 @@ This page contains a list of people who have contributed in one way or another t
- [sparkydave1981 (@sparkydave1981)](https://github.com/sparkydave1981 "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Spartan\-II\-117 (@Spartan-II-117)](https://github.com/Spartan-II-117 "2 total commits to the Home Assistant orga:
+- [Spartan\-II\-117 (@Spartan-II-117)](https://github.com/Spartan-II-117 "3 total commits to the Home Assistant orga:
+1 commit to hassio-addons
1 commit to core
1 commit to home-assistant.io
")
@@ -13868,11 +14227,14 @@ This page contains a list of people who have contributed in one way or another t
- [Spencer Salisbury (@smsalisbury)](https://github.com/smsalisbury "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [Spiffo (@Spiffo)](https://github.com/Spiffo "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [spinside (@spinside)](https://github.com/spinside "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
-- [springstan (@springstan)](https://github.com/springstan "392 total commits to the Home Assistant orga:
-362 commits to core
+- [springstan (@springstan)](https://github.com/springstan "435 total commits to the Home Assistant orga:
+405 commits to core
20 commits to frontend
9 commits to home-assistant.io
1 commit to developers.home-assistant
@@ -13894,9 +14256,9 @@ This page contains a list of people who have contributed in one way or another t
- [srg74 (@srg74)](https://github.com/srg74 "5 total commits to the Home Assistant orga:
5 commits to home-assistant.io
")
-- [Sriram Vaidyanathan (@vaidyasr)](https://github.com/vaidyasr "9 total commits to the Home Assistant orga:
+- [Sriram Vaidyanathan (@vaidyasr)](https://github.com/vaidyasr "10 total commits to the Home Assistant orga:
+5 commits to home-assistant.io
5 commits to core
-4 commits to home-assistant.io
")
- [srirams (@srirams)](https://github.com/srirams "3 total commits to the Home Assistant orga:
2 commits to core
@@ -13926,9 +14288,9 @@ 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 "56 total commits to the Home Assistant orga:
-37 commits to core
-16 commits to home-assistant.io
+- [starkillerOG (@starkillerOG)](https://github.com/starkillerOG "63 total commits to the Home Assistant orga:
+41 commits to core
+19 commits to home-assistant.io
2 commits to frontend
1 commit to developers.home-assistant
")
@@ -13951,18 +14313,19 @@ 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 "4 total commits to the Home Assistant orga:
+- [Stefan (@stefanroelofs)](https://github.com/stefanroelofs "5 total commits to the Home Assistant orga:
4 commits to hassio-addons
+1 commit to home-assistant.io
")
-- [Stefan Agner (@agners)](https://github.com/agners "13 total commits to the Home Assistant orga:
-6 commits to operating-system
+- [Stefan Agner (@agners)](https://github.com/agners "29 total commits to the Home Assistant orga:
+19 commits to operating-system
+5 commits to home-assistant.io
2 commits to core
-2 commits to home-assistant.io
1 commit to hassio-addons
1 commit to supervised-installer
1 commit to developers.home-assistant
")
-- [Stefan Burke (@chosen-boot)](https://github.com/chosen-boot "1 total commits to the Home Assistant orga:
+- [Stefan Burke (@boot-ini)](https://github.com/boot-ini "1 total commits to the Home Assistant orga:
1 commit to core
")
- [Stefan Fejes (@fejes713)](https://github.com/fejes713 "1 total commits to the Home Assistant orga:
@@ -13972,11 +14335,11 @@ This page contains a list of people who have contributed in one way or another t
8 commits to core
4 commits to home-assistant.io
")
-- [Stefan Lehmann (@stlehmann)](https://github.com/stlehmann "3 total commits to the Home Assistant orga:
-2 commits to core
+- [Stefan Lehmann (@stlehmann)](https://github.com/stlehmann "4 total commits to the Home Assistant orga:
+3 commits to core
1 commit to home-assistant.io
")
-- [stefanlod (@stefanlod)](https://github.com/stefanlod "1 total commits to the Home Assistant orga:
+- [stefanlod (@Talismanian)](https://github.com/Talismanian "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
- [Stefano Scipioni (@scipioni)](https://github.com/scipioni "4 total commits to the Home Assistant orga:
@@ -14012,6 +14375,10 @@ This page contains a list of people who have contributed in one way or another t
- [Stephan Grobler (@stephangrobler)](https://github.com/stephangrobler "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [stephan192 (@stephan192)](https://github.com/stephan192 "2 total commits to the Home Assistant orga:
+1 commit to core
+1 commit to home-assistant.io
+")
- [stephanerosi (@stephanerosi)](https://github.com/stephanerosi "11 total commits to the Home Assistant orga:
8 commits to core
3 commits to home-assistant.io
@@ -14204,8 +14571,9 @@ This page contains a list of people who have contributed in one way or another t
- [svedese (@svedese)](https://github.com/svedese "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [sveip (@sveip)](https://github.com/sveip "3 total commits to the Home Assistant orga:
+- [sveip (@sveip)](https://github.com/sveip "4 total commits to the Home Assistant orga:
3 commits to home-assistant.io
+1 commit to plugin-observer
")
- [Sven (@svendroid)](https://github.com/svendroid "4 total commits to the Home Assistant orga:
4 commits to frontend
@@ -14258,6 +14626,9 @@ This page contains a list of people who have contributed in one way or another t
- [Sébastien GALLET (@bibi21000)](https://github.com/bibi21000 "1024 total commits to the Home Assistant orga:
1024 commits to python-openzwave
")
+- [Sébastien Lorber (@slorber)](https://github.com/slorber "1 total commits to the Home Assistant orga:
+1 commit to data.home-assistant
+")
- [Sébastien RAMAGE (@doudz)](https://github.com/doudz "21 total commits to the Home Assistant orga:
17 commits to core
4 commits to home-assistant.io
@@ -14272,13 +14643,13 @@ This page contains a list of people who have contributed in one way or another t
2 commits to core
1 commit to example-custom-config
")
-- [Sören Beye (@Hypfer)](https://github.com/Hypfer "4 total commits to the Home Assistant orga:
+- [Sören Beye (@Hypfer)](https://github.com/Hypfer "5 total commits to the Home Assistant orga:
+2 commits to companion.home-assistant
2 commits to home-assistant.io
-1 commit to companion.home-assistant
1 commit to core
")
-- [Sören Oldag (@soldag)](https://github.com/soldag "21 total commits to the Home Assistant orga:
-13 commits to core
+- [Sören Oldag (@soldag)](https://github.com/soldag "22 total commits to the Home Assistant orga:
+14 commits to core
8 commits to home-assistant.io
")
- [Søren Dam Pedersen (@Pengman)](https://github.com/Pengman "1 total commits to the Home Assistant orga:
@@ -14375,8 +14746,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 "100 total commits to the Home Assistant orga:
-78 commits to core
+- [Teemu R\. (@rytilahti)](https://github.com/rytilahti "101 total commits to the Home Assistant orga:
+79 commits to core
16 commits to home-assistant.io
5 commits to netdisco
1 commit to people
@@ -14429,9 +14800,10 @@ This page contains a list of people who have contributed in one way or another t
- [Test GITHub account (@YogoGit)](https://github.com/YogoGit "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [tetienne (@tetienne)](https://github.com/tetienne "21 total commits to the Home Assistant orga:
+- [tetienne (@tetienne)](https://github.com/tetienne "22 total commits to the Home Assistant orga:
15 commits to core
4 commits to home-assistant.io
+1 commit to developers.home-assistant
1 commit to alerts.home-assistant.io
1 commit to brands
")
@@ -14490,11 +14862,6 @@ This page contains a list of people who have contributed in one way or another t
- [thecem (@thecem)](https://github.com/thecem "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [thecode (@thecode)](https://github.com/thecode "3 total commits to the Home Assistant orga:
-1 commit to operating-system
-1 commit to core
-1 commit to home-assistant.io
-")
- [TheGroundZero (@TheGroundZero)](https://github.com/TheGroundZero "1 total commits to the Home Assistant orga:
1 commit to hassio-addons
")
@@ -14582,8 +14949,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
")
-- [Thomas Delaet (@thomasdelaet)](https://github.com/thomasdelaet "7 total commits to the Home Assistant orga:
-5 commits to core
+- [Thomas Delaet (@thomasdelaet)](https://github.com/thomasdelaet "8 total commits to the Home Assistant orga:
+6 commits to core
2 commits to home-assistant.io
")
- [Thomas Dietrich (@ThomDietrich)](https://github.com/ThomDietrich "4 total commits to the Home Assistant orga:
@@ -14596,14 +14963,14 @@ This page contains a list of people who have contributed in one way or another t
- [Thomas Friedel (@tfriedel)](https://github.com/tfriedel "2 total commits to the Home Assistant orga:
2 commits to core
")
-- [Thomas Germain (@thomasgermain)](https://github.com/thomasgermain "3 total commits to the Home Assistant orga:
-3 commits to core
+- [Thomas Germain (@thomasgermain)](https://github.com/thomasgermain "4 total commits to the Home Assistant orga:
+4 commits to core
")
- [Thomas Hervé (@therve)](https://github.com/therve "3 total commits to the Home Assistant orga:
3 commits to core
")
-- [Thomas Hollstegge (@Tho85)](https://github.com/Tho85 "13 total commits to the Home Assistant orga:
-11 commits to core
+- [Thomas Hollstegge (@Tho85)](https://github.com/Tho85 "14 total commits to the Home Assistant orga:
+12 commits to core
2 commits to home-assistant.io
")
- [Thomas Jaggi (@backflip)](https://github.com/backflip "1 total commits to the Home Assistant orga:
@@ -14628,10 +14995,10 @@ 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 "111 total commits to the Home Assistant orga:
-69 commits to frontend
-26 commits to home-assistant.io
-14 commits to core
+- [Thomas Lovén (@thomasloven)](https://github.com/thomasloven "116 total commits to the Home Assistant orga:
+70 commits to frontend
+29 commits to home-assistant.io
+15 commits to core
1 commit to people
1 commit to developers.home-assistant
")
@@ -14668,6 +15035,10 @@ This page contains a list of people who have contributed in one way or another t
- [Thomas Wilson (@novirium)](https://github.com/novirium "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
+- [Thomas55555 (@Thomas55555)](https://github.com/Thomas55555 "2 total commits to the Home Assistant orga:
+1 commit to wheels-custom-integrations
+1 commit to brands
+")
- [ThomasADavis (@ThomasADavis)](https://github.com/ThomasADavis "1 total commits to the Home Assistant orga:
1 commit to open-zwave
")
@@ -14684,8 +15055,8 @@ This page contains a list of people who have contributed in one way or another t
- [Thorbjørn Bruarøy (@The2rB)](https://github.com/The2rB "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Thorjan Knudsvik (@knudsvik)](https://github.com/knudsvik "4 total commits to the Home Assistant orga:
-2 commits to home-assistant.io
+- [Thorjan Knudsvik (@knudsvik)](https://github.com/knudsvik "5 total commits to the Home Assistant orga:
+3 commits to home-assistant.io
1 commit to brands
1 commit to core
")
@@ -14696,13 +15067,9 @@ This page contains a list of people who have contributed in one way or another t
4 commits to home-assistant.io
3 commits to core
")
-- [thrawnarn (@thrawnarn)](https://github.com/thrawnarn "11 total commits to the Home Assistant orga:
-6 commits to core
-4 commits to home-assistant.io
-1 commit to netdisco
-")
-- [thrust15 (@thrust15)](https://github.com/thrust15 "1 total commits to the Home Assistant orga:
-1 commit to home-assistant.io
+- [thrust15 (@thrust15)](https://github.com/thrust15 "3 total commits to the Home Assistant orga:
+2 commits to home-assistant.io
+1 commit to core
")
- [ThUnD3r\|Gr33n (@thundergreen)](https://github.com/thundergreen "5 total commits to the Home Assistant orga:
5 commits to home-assistant.io
@@ -14743,9 +15110,6 @@ This page contains a list of people who have contributed in one way or another t
- [tilphousia (@tilphousia)](https://github.com/tilphousia "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Tim (@Timmmeeeh)](https://github.com/Timmmeeeh "3 total commits to the Home Assistant orga:
-3 commits to android
-")
- [Tim (@tinglis1)](https://github.com/tinglis1 "4 total commits to the Home Assistant orga:
3 commits to home-assistant.io
1 commit to core
@@ -14814,25 +15178,28 @@ This page contains a list of people who have contributed in one way or another t
- [timfosse (@ludipq)](https://github.com/ludipq "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [timkoers (@timkoers)](https://github.com/timkoers "1 total commits to the Home Assistant orga:
-1 commit to core
+- [timkoers (@timkoers)](https://github.com/timkoers "2 total commits to the Home Assistant orga:
+2 commits to core
")
- [Timm Schäuble (@tymm)](https://github.com/tymm "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Timmo (@timmo001)](https://github.com/timmo001 "66 total commits to the Home Assistant orga:
-26 commits to frontend
-14 commits to core
-11 commits to home-assistant.io
+- [Timmo (@timmo001)](https://github.com/timmo001 "80 total commits to the Home Assistant orga:
+28 commits to frontend
+23 commits to core
+14 commits to home-assistant.io
6 commits to android
5 commits to brands
2 commits to supervisor
-1 commit to data.home-assistant
1 commit to developers.home-assistant
+1 commit to data.home-assistant
")
- [Timo (@timotk)](https://github.com/timotk "1 total commits to the Home Assistant orga:
1 commit to netdisco
")
+- [Timo J\. Rinne (@rinne)](https://github.com/rinne "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
- [Timo S (@sti0)](https://github.com/sti0 "2 total commits to the Home Assistant orga:
1 commit to core
1 commit to home-assistant.io
@@ -14847,8 +15214,9 @@ This page contains a list of people who have contributed in one way or another t
- [TimVa (@TimVa)](https://github.com/TimVa "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [tizzen33 (@tizzen33)](https://github.com/tizzen33 "2 total commits to the Home Assistant orga:
-2 commits to core
+- [tizzen33 (@tizzen33)](https://github.com/tizzen33 "5 total commits to the Home Assistant orga:
+4 commits to core
+1 commit to home-assistant.io
")
- [TJ Rana (@tjrana)](https://github.com/tjrana "1 total commits to the Home Assistant orga:
1 commit to pi-gen
@@ -14906,16 +15274,16 @@ This page contains a list of people who have contributed in one way or another t
3 commits to home-assistant.io
3 commits to core
")
-- [Tobias Sauerwein (@cgtobi)](https://github.com/cgtobi "204 total commits to the Home Assistant orga:
-135 commits to core
-49 commits to home-assistant.io
+- [Tobias Sauerwein (@cgtobi)](https://github.com/cgtobi "228 total commits to the Home Assistant orga:
+156 commits to core
+52 commits to home-assistant.io
9 commits to people
8 commits to developers.home-assistant
2 commits to data.home-assistant
1 commit to brands
")
-- [Tobie Booth (@tobiebooth)](https://github.com/tobiebooth "6 total commits to the Home Assistant orga:
-4 commits to core
+- [Tobie Booth (@tobiebooth)](https://github.com/tobiebooth "5 total commits to the Home Assistant orga:
+3 commits to core
1 commit to frontend
1 commit to home-assistant.io
")
@@ -14937,8 +15305,8 @@ This page contains a list of people who have contributed in one way or another t
- [toddeye (@toddeye)](https://github.com/toddeye "20 total commits to the Home Assistant orga:
20 commits to core
")
-- [Tom (@CoMPaTech)](https://github.com/CoMPaTech "19 total commits to the Home Assistant orga:
-12 commits to core
+- [Tom (@CoMPaTech)](https://github.com/CoMPaTech "22 total commits to the Home Assistant orga:
+15 commits to core
5 commits to home-assistant.io
2 commits to brands
")
@@ -14951,15 +15319,15 @@ 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 "347 total commits to the Home Assistant orga:
-290 commits to companion.home-assistant
-17 commits to developers.home-assistant
-12 commits to iOS
-12 commits to data.home-assistant
-11 commits to home-assistant.io
-3 commits to core
+- [Tom Brien (@TomBrien)](https://github.com/TomBrien "367 total commits to the Home Assistant orga:
+295 commits to companion.home-assistant
+18 commits to developers.home-assistant
+16 commits to iOS
+15 commits to home-assistant.io
+13 commits to data.home-assistant
+5 commits to core
+4 commits to alerts.home-assistant.io
1 commit to probot-home-assistant
-1 commit to alerts.home-assistant.io
")
- [Tom Chapin (@tomchapin)](https://github.com/tomchapin "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -14973,9 +15341,9 @@ This page contains a list of people who have contributed in one way or another t
6 commits to frontend
2 commits to netdisco
")
-- [Tom Harris (@teharris1)](https://github.com/teharris1 "55 total commits to the Home Assistant orga:
-42 commits to core
-13 commits to home-assistant.io
+- [Tom Harris (@teharris1)](https://github.com/teharris1 "58 total commits to the Home Assistant orga:
+44 commits to core
+14 commits to home-assistant.io
")
- [Tom Hoover (@tomhoover)](https://github.com/tomhoover "4 total commits to the Home Assistant orga:
4 commits to home-assistant.io
@@ -15015,8 +15383,8 @@ This page contains a list of people who have contributed in one way or another t
3 commits to brands
3 commits to home-assistant.io
3 commits to core
-1 commit to wheels-custom-integrations
1 commit to developers.home-assistant
+1 commit to wheels-custom-integrations
")
- [Tom Usher (@tomusher)](https://github.com/tomusher "1 total commits to the Home Assistant orga:
1 commit to netdisco
@@ -15036,16 +15404,13 @@ 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
")
-- [Tomasz (@Misiu)](https://github.com/Misiu "14 total commits to the Home Assistant orga:
-7 commits to core
-2 commits to frontend
+- [Tomasz (@Misiu)](https://github.com/Misiu "22 total commits to the Home Assistant orga:
+11 commits to core
+5 commits to frontend
+3 commits to home-assistant.io
2 commits to brands
-2 commits to home-assistant.io
1 commit to wheels-custom-integrations
")
-- [Tomasz Mlynski (@dvz)](https://github.com/dvz "1 total commits to the Home Assistant orga:
-1 commit to 1password-teams-open-source
-")
- [tomaszduda23 (@tomaszduda23)](https://github.com/tomaszduda23 "1 total commits to the Home Assistant orga:
1 commit to core
")
@@ -15056,8 +15421,8 @@ This page contains a list of people who have contributed in one way or another t
- [Tomek985 (@Tomek985)](https://github.com/Tomek985 "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Tomer Figenblat (@TomerFi)](https://github.com/TomerFi "8 total commits to the Home Assistant orga:
-4 commits to core
+- [Tomer Figenblat (@TomerFi)](https://github.com/TomerFi "9 total commits to the Home Assistant orga:
+5 commits to core
2 commits to home-assistant.io
1 commit to developers.home-assistant
1 commit to brands
@@ -15076,8 +15441,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 "16 total commits to the Home Assistant orga:
-16 commits to home-assistant.io
+- [tomlut (@tomlut)](https://github.com/tomlut "19 total commits to the Home Assistant orga:
+19 commits to home-assistant.io
")
- [Tommaso Marchionni (@tommasomarchionni)](https://github.com/tommasomarchionni "2 total commits to the Home Assistant orga:
1 commit to core
@@ -15180,9 +15545,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
")
-- [Touliloup (@RiRomain)](https://github.com/RiRomain "16 total commits to the Home Assistant orga:
-13 commits to home-assistant.io
-3 commits to core
+- [Touliloup (@RiRomain)](https://github.com/RiRomain "14 total commits to the Home Assistant orga:
+12 commits to home-assistant.io
+2 commits to core
")
- [towerhand (@towerhand)](https://github.com/towerhand "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
@@ -15296,13 +15661,13 @@ This page contains a list of people who have contributed in one way or another t
- [tuxuser (@tuxuser)](https://github.com/tuxuser "1 total commits to the Home Assistant orga:
1 commit to netdisco
")
-- [TVDLoewe (@TVDLoewe)](https://github.com/TVDLoewe "1 total commits to the Home Assistant orga:
-1 commit to hassio-addons
-")
- [Twan Coenraad (@tcoenraad)](https://github.com/tcoenraad "2 total commits to the Home Assistant orga:
1 commit to core
1 commit to home-assistant.io
")
+- [twdkeule (@twdkeule)](https://github.com/twdkeule "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [twendt (@twendt)](https://github.com/twendt "1 total commits to the Home Assistant orga:
1 commit to core
")
@@ -15318,10 +15683,10 @@ This page contains a list of people who have contributed in one way or another t
- [tyjtyj (@tyjtyj)](https://github.com/tyjtyj "3 total commits to the Home Assistant orga:
3 commits to core
")
-- [Tyler (@TFenby)](https://github.com/TFenby "1 total commits to the Home Assistant orga:
+- [Tyler (@tyler-public)](https://github.com/tyler-public "1 total commits to the Home Assistant orga:
1 commit to core
")
-- [Tyler (@tyler-public)](https://github.com/tyler-public "1 total commits to the Home Assistant orga:
+- [Tyler (@TFenby)](https://github.com/TFenby "1 total commits to the Home Assistant orga:
1 commit to core
")
- [Tyler Bigler (@tyler-8)](https://github.com/tyler-8 "2 total commits to the Home Assistant orga:
@@ -15343,6 +15708,9 @@ This page contains a list of people who have contributed in one way or another t
- [Tõnis Tobre (@tobre6)](https://github.com/tobre6 "1 total commits to the Home Assistant orga:
1 commit to homebridge-homeassistant
")
+- [u8915055 (@u8915055)](https://github.com/u8915055 "1 total commits to the Home Assistant orga:
+1 commit to brands
+")
- [ubnt\-marc\-khouri (@ubnt-marc-khouri)](https://github.com/ubnt-marc-khouri "6 total commits to the Home Assistant orga:
2 commits to frontend
1 commit to hassio-build
@@ -15402,14 +15770,22 @@ This page contains a list of people who have contributed in one way or another t
- [User5981 (@User5981)](https://github.com/User5981 "1 total commits to the Home Assistant orga:
1 commit to frontend
")
-- [uvjustin (@uvjustin)](https://github.com/uvjustin "23 total commits to the Home Assistant orga:
-19 commits to core
+- [uvjustin (@uvjustin)](https://github.com/uvjustin "34 total commits to the Home Assistant orga:
+25 commits to core
+3 commits to frontend
3 commits to home-assistant.io
+2 commits to android
1 commit to brands
")
- [Vaarlion (@Vaarlion)](https://github.com/Vaarlion "1 total commits to the Home Assistant orga:
1 commit to core
")
+- [Vaclav (@bruxy70)](https://github.com/bruxy70 "6 total commits to the Home Assistant orga:
+2 commits to brands
+2 commits to core
+1 commit to wheels-custom-integrations
+1 commit to home-assistant.io
+")
- [vacumet (@vacumet)](https://github.com/vacumet "1 total commits to the Home Assistant orga:
1 commit to core
")
@@ -15519,13 +15895,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 "411 total commits to the Home Assistant orga:
-310 commits to core
-46 commits to home-assistant.io
+- [Ville Skyttä (@scop)](https://github.com/scop "430 total commits to the Home Assistant orga:
+327 commits to core
+47 commits to home-assistant.io
14 commits to hassio-addons
13 commits to netdisco
+9 commits to developers.home-assistant
8 commits to frontend
-8 commits to developers.home-assistant
4 commits to cli
2 commits to hassio-build
2 commits to supervisor
@@ -15585,9 +15961,15 @@ 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
")
+- [viperk1 (@viperk1)](https://github.com/viperk1 "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [viswa\-swami (@viswa-swami)](https://github.com/viswa-swami "9 total commits to the Home Assistant orga:
9 commits to core
")
+- [Vitalii Martyniak (@VDigitall)](https://github.com/VDigitall "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [Vitaly Bogdanov (@vsbogd)](https://github.com/vsbogd "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -15771,9 +16153,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 frontend
")
-- [William Sutton (@zombielinux)](https://github.com/zombielinux "5 total commits to the Home Assistant orga:
+- [William Sutton (@zombielinux)](https://github.com/zombielinux "6 total commits to the Home Assistant orga:
4 commits to core
-1 commit to home-assistant.io
+2 commits to home-assistant.io
")
- [williambherman (@williambherman)](https://github.com/williambherman "1 total commits to the Home Assistant orga:
1 commit to open-zwave
@@ -15876,12 +16258,12 @@ This page contains a list of people who have contributed in one way or another t
- [xelprep (@xelprep)](https://github.com/xelprep "6 total commits to the Home Assistant orga:
6 commits to home-assistant.io
")
-- [Xiaonan Shen (@shenxn)](https://github.com/shenxn "46 total commits to the Home Assistant orga:
-33 commits to core
-8 commits to home-assistant.io
+- [Xiaonan Shen (@shenxn)](https://github.com/shenxn "59 total commits to the Home Assistant orga:
+42 commits to core
+11 commits to home-assistant.io
3 commits to developers.home-assistant
+2 commits to brands
1 commit to frontend
-1 commit to brands
")
- [xifle (@xifle)](https://github.com/xifle "9 total commits to the Home Assistant orga:
7 commits to core
@@ -15961,6 +16343,10 @@ This page contains a list of people who have contributed in one way or another t
- [Yegor Vialov (@estevez-dev)](https://github.com/estevez-dev "1 total commits to the Home Assistant orga:
1 commit to core
")
+- [Yehuda Davis (@hudcap)](https://github.com/hudcap "2 total commits to the Home Assistant orga:
+1 commit to core
+1 commit to home-assistant.io
+")
- [Yevgeniy (@Yevgenium)](https://github.com/Yevgenium "5 total commits to the Home Assistant orga:
3 commits to core
1 commit to frontend
@@ -15981,7 +16367,7 @@ This page contains a list of people who have contributed in one way or another t
- [Yof (@yoflippo)](https://github.com/yoflippo "1 total commits to the Home Assistant orga:
1 commit to developers.home-assistant
")
-- [Yosi Levy (@yosilevy)](https://github.com/yosilevy "100 total commits to the Home Assistant orga:
+- [yosilevy (@yosilevy)](https://github.com/yosilevy "100 total commits to the Home Assistant orga:
92 commits to frontend
4 commits to home-assistant.io
3 commits to core
@@ -16018,6 +16404,12 @@ This page contains a list of people who have contributed in one way or another t
- [Yuval (@rt400)](https://github.com/rt400 "1 total commits to the Home Assistant orga:
1 commit to wheels-custom-integrations
")
+- [Yuval Aboulafia (@yuvalabou)](https://github.com/yuvalabou "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
+- [Yuxiang Zhu (@vfreex)](https://github.com/vfreex "1 total commits to the Home Assistant orga:
+1 commit to core
+")
- [Z (@zanerv)](https://github.com/zanerv "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
@@ -16027,16 +16419,16 @@ This page contains a list of people who have contributed in one way or another t
- [z0p (@z0mbieprocess)](https://github.com/z0mbieprocess "6 total commits to the Home Assistant orga:
2 commits to core
2 commits to home-assistant.io
-1 commit to open-zwave
1 commit to brands
+1 commit to open-zwave
")
- [Zac (@zacs)](https://github.com/zacs "1 total commits to the Home Assistant orga:
1 commit to home-assistant.io
")
-- [Zac West (@zacwest)](https://github.com/zacwest "160 total commits to the Home Assistant orga:
-153 commits to iOS
-3 commits to companion.home-assistant
-2 commits to home-assistant.io
+- [Zac West (@zacwest)](https://github.com/zacwest "241 total commits to the Home Assistant orga:
+230 commits to iOS
+5 commits to companion.home-assistant
+4 commits to home-assistant.io
1 commit to developers.home-assistant
1 commit to core
")
@@ -16051,9 +16443,9 @@ This page contains a list of people who have contributed in one way or another t
- [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 "234 total commits to the Home Assistant orga:
-188 commits to frontend
-43 commits to home-assistant.io
+- [Zack Arnett (@zsarnett)](https://github.com/zsarnett "268 total commits to the Home Assistant orga:
+220 commits to frontend
+45 commits to home-assistant.io
1 commit to people
1 commit to developers.home-assistant
1 commit to core
@@ -16149,9 +16541,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
")
-- [Ziv (@ziv1234)](https://github.com/ziv1234 "41 total commits to the Home Assistant orga:
-34 commits to core
-6 commits to home-assistant.io
+- [Ziv (@ziv1234)](https://github.com/ziv1234 "49 total commits to the Home Assistant orga:
+38 commits to core
+10 commits to home-assistant.io
1 commit to brands
")
- [zmrowicki@hotmail\.com (@zmrow)](https://github.com/zmrow "1 total commits to the Home Assistant orga:
@@ -16176,6 +16568,9 @@ This page contains a list of people who have contributed in one way or another t
- [zuccs (@zuccs)](https://github.com/zuccs "2 total commits to the Home Assistant orga:
2 commits to home-assistant.io
")
+- [ZuluWhiskey (@ZuluWhiskey)](https://github.com/ZuluWhiskey "1 total commits to the Home Assistant orga:
+1 commit to home-assistant.io
+")
- [zvldz (@zvldz)](https://github.com/zvldz "2 total commits to the Home Assistant orga:
1 commit to core
1 commit to home-assistant.io
@@ -16207,4 +16602,4 @@ This page contains a list of people who have contributed in one way or another t
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 Sunday, August 09 2020, 14:52:02 UTC.
+This page was last updated Saturday, September 19 2020, 02:50:03 UTC.
diff --git a/source/images/blog/2020-09-0.115/add-card-by-entity-confirmation.png b/source/images/blog/2020-09-0.115/add-card-by-entity-confirmation.png
new file mode 100644
index 00000000000..ad951240b24
Binary files /dev/null and b/source/images/blog/2020-09-0.115/add-card-by-entity-confirmation.png differ
diff --git a/source/images/blog/2020-09-0.115/add-card-by-entity-selection.png b/source/images/blog/2020-09-0.115/add-card-by-entity-selection.png
new file mode 100644
index 00000000000..af3e304d900
Binary files /dev/null and b/source/images/blog/2020-09-0.115/add-card-by-entity-selection.png differ
diff --git a/source/images/blog/2020-09-0.115/attributes.png b/source/images/blog/2020-09-0.115/attributes.png
new file mode 100644
index 00000000000..55c3fd036c0
Binary files /dev/null and b/source/images/blog/2020-09-0.115/attributes.png differ
diff --git a/source/images/blog/2020-09-0.115/calendar-card.png b/source/images/blog/2020-09-0.115/calendar-card.png
new file mode 100644
index 00000000000..fcdae295bf8
Binary files /dev/null and b/source/images/blog/2020-09-0.115/calendar-card.png differ
diff --git a/source/images/blog/2020-09-0.115/change-password.png b/source/images/blog/2020-09-0.115/change-password.png
new file mode 100644
index 00000000000..cf71e1c36e1
Binary files /dev/null and b/source/images/blog/2020-09-0.115/change-password.png differ
diff --git a/source/images/blog/2020-09-0.115/cloud-expose-entities.png b/source/images/blog/2020-09-0.115/cloud-expose-entities.png
new file mode 100644
index 00000000000..1c11aa320a1
Binary files /dev/null and b/source/images/blog/2020-09-0.115/cloud-expose-entities.png differ
diff --git a/source/images/blog/2020-09-0.115/dev-tools-templates.gif b/source/images/blog/2020-09-0.115/dev-tools-templates.gif
new file mode 100644
index 00000000000..7ceb915b419
Binary files /dev/null and b/source/images/blog/2020-09-0.115/dev-tools-templates.gif differ
diff --git a/source/images/blog/2020-09-0.115/integrations-reload.png b/source/images/blog/2020-09-0.115/integrations-reload.png
new file mode 100644
index 00000000000..00627ae4fcf
Binary files /dev/null and b/source/images/blog/2020-09-0.115/integrations-reload.png differ
diff --git a/source/images/blog/2020-09-0.115/logbook.png b/source/images/blog/2020-09-0.115/logbook.png
new file mode 100644
index 00000000000..ce59eb73adf
Binary files /dev/null and b/source/images/blog/2020-09-0.115/logbook.png differ
diff --git a/source/images/blog/2020-09-0.115/more-info.png b/source/images/blog/2020-09-0.115/more-info.png
new file mode 100644
index 00000000000..ce5293f0f3e
Binary files /dev/null and b/source/images/blog/2020-09-0.115/more-info.png differ
diff --git a/source/images/blog/2020-09-0.115/order-entities.gif b/source/images/blog/2020-09-0.115/order-entities.gif
new file mode 100644
index 00000000000..0a510efcd63
Binary files /dev/null and b/source/images/blog/2020-09-0.115/order-entities.gif differ
diff --git a/source/images/blog/2020-09-0.115/sidebar.gif b/source/images/blog/2020-09-0.115/sidebar.gif
new file mode 100644
index 00000000000..b267d9e1ba4
Binary files /dev/null and b/source/images/blog/2020-09-0.115/sidebar.gif differ
diff --git a/source/images/blog/2020-09-0.115/social.png b/source/images/blog/2020-09-0.115/social.png
new file mode 100644
index 00000000000..773cbd05721
Binary files /dev/null and b/source/images/blog/2020-09-0.115/social.png differ
diff --git a/source/images/blog/2020-09-0.115/wait-for-trigger.png b/source/images/blog/2020-09-0.115/wait-for-trigger.png
new file mode 100644
index 00000000000..733b74c86ed
Binary files /dev/null and b/source/images/blog/2020-09-0.115/wait-for-trigger.png differ
diff --git a/source/images/blog/2020-09-18-mac-companion/actions-widget.png b/source/images/blog/2020-09-18-mac-companion/actions-widget.png
new file mode 100644
index 00000000000..32b41a40d1e
Binary files /dev/null and b/source/images/blog/2020-09-18-mac-companion/actions-widget.png differ
diff --git a/source/images/blog/2020-09-18-mac-companion/multi_window.png b/source/images/blog/2020-09-18-mac-companion/multi_window.png
new file mode 100644
index 00000000000..f75c718eced
Binary files /dev/null and b/source/images/blog/2020-09-18-mac-companion/multi_window.png differ
diff --git a/source/images/blog/2020-09-18-mac-companion/render.png b/source/images/blog/2020-09-18-mac-companion/render.png
new file mode 100644
index 00000000000..287fff090a3
Binary files /dev/null and b/source/images/blog/2020-09-18-mac-companion/render.png differ
diff --git a/source/images/blog/2020-09-18-mac-companion/social.png b/source/images/blog/2020-09-18-mac-companion/social.png
new file mode 100644
index 00000000000..a411a624cab
Binary files /dev/null and b/source/images/blog/2020-09-18-mac-companion/social.png differ
diff --git a/source/images/lovelace/lovelace_calendar_card.png b/source/images/lovelace/lovelace_calendar_card.png
new file mode 100644
index 00000000000..7b3c8b0cbc0
Binary files /dev/null and b/source/images/lovelace/lovelace_calendar_card.png differ
diff --git a/source/index.html b/source/index.html
index cba63326004..6a240fa74b1 100644
--- a/source/index.html
+++ b/source/index.html
@@ -77,7 +77,7 @@ description: Open source home automation that puts local control and privacy fir
Recent Blog Posts
- {% for post in site.posts limit: 3 %}
+ {% for post in site.posts limit: 4 %}
{{ post.title }}
{{ post.date_formatted }}
diff --git a/source/lovelace/index.markdown b/source/lovelace/index.markdown
index ddd4ce9561c..2c466607087 100644
--- a/source/lovelace/index.markdown
+++ b/source/lovelace/index.markdown
@@ -7,7 +7,7 @@ redirect_from:
Lovelace is the Home Assistant dashboard. It's a fast, customizable and powerful way for users to manage their homes, working on mobile and desktop.
-- 26 different cards to place and configure as you like.
+- 27 different cards to place and configure as you like.
- Dashboard Editor. Gives you the ability to manage your Lovelace dashboard including a live preview when editing cards.
- Fast. Using a static configuration allows us to build up the dashboard once.
- Customizable.
@@ -33,4 +33,4 @@ To try it yourself, check out [the demo](https://demo.home-assistant.io).
* [Awesome HA](https://www.awesome-ha.com/#lovelace-ui)
* [Community Custom Cards](https://github.com/custom-cards)
-* [Material Design Icons](https://materialdesignicons.com/tag/community)
\ No newline at end of file
+* [Material Design Icons](https://materialdesignicons.com/tag/community)