diff --git a/_config.yml b/_config.yml index c7491ba2734..487a4a7cbfd 100644 --- a/_config.yml +++ b/_config.yml @@ -141,14 +141,14 @@ social: # Home Assistant release details current_major_version: 0 -current_minor_version: 81 -current_patch_version: 6 -date_released: 2018-11-04 +current_minor_version: 82 +current_patch_version: 0 +date_released: 2018-11-09 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it. # Major release: -patch_version_notes: "#release-0816---november-4" +patch_version_notes: "#" # Minor release (Example #release-0431---april-25): # Date we moved to Discourse for comments diff --git a/source/_addons/check_config.markdown b/source/_addons/check_config.markdown index 1ef8abd754a..a11232b5ea3 100644 --- a/source/_addons/check_config.markdown +++ b/source/_addons/check_config.markdown @@ -17,6 +17,9 @@ You can use this add-on to check whether your configuration files are valid agai } ``` -Configuration variables: - -- **version** (*Required*): Version of Home Assistant that you plan to install. +{% configuration %} +version: + description: Version of Home Assistant that you plan to install. + required: true + type: string +{% endconfiguration %} diff --git a/source/_addons/dhcp_server.markdown b/source/_addons/dhcp_server.markdown index 1f0df69183c..c35d2fc201c 100644 --- a/source/_addons/dhcp_server.markdown +++ b/source/_addons/dhcp_server.markdown @@ -36,19 +36,63 @@ Create a simple DHCP server for your network and allow setting fixed IPs for dev } ``` -Configuration variables: - -- **domain** (*Required*): Your network domain name. -- **dns** (*Required*): A list of DNS server for your network. -- **networks** (*Optional*): A list of network to provide DHCP. -  - **subnet** (*Required*): Your network schema. -  - **netmask** (*Required*): Your network netmask. -  - **range_start** (*Required*): Start address for dhcp leases. -  - **range_end** (*Required*): End address for dhcp leases. -  - **broadcast** (*Required*): Network broadcast address. -  - **gateway** (*Required*): A List of gateways. - - **interface** (*Required*): Interface on that will be listen. Normally is `eth0` for ethernet wired connection and `wlan0` for wireless connection. -- **hosts** (*Optional*): A list of fixed IPs for devices. - - **name** (*Required*): Name/hostname of your device. -  - **mac** (*Required*): Mac address of your device. -  - **ip** (*Required*): Fix ip address for device. +{% configuration %} +domain: + description: Your network domain name. + required: true + type: string +dns: + description: A list of DNS server for your network. + required: true + type: list +networks: + description: A list of network to provide DHCP. + required: false + type: list + keys: + subnet: + description: Your network schema. + required: true + type: string + netmask: + description: Your network netmask. + required: true + type: string + range_start: + description: Start address for DHCP leases. + required: true + type: string + range_end: + description: End address for DHCP leases. + required: true + type: string + broadcast: + description: Network broadcast address. + required: true + type: string + gateway: + description: A List of gateways. + required: true + type: list + interface: + description: Interface on that will be listen. Normally is `eth0` for ethernet wired connection and `wlan0` for wireless connection. + required: true + type: string +hosts: + description: A list of fixed IPs for devices. + required: false + type: list + keys: + name: + description: Name/hostname of your device. + required: true + type: string + mac: + description: Mac address of your device. + required: true + type: string + ip: + description: Fix ip address for device. + required: true + type: string +{% endconfiguration %} diff --git a/source/_addons/dnsmasq.markdown b/source/_addons/dnsmasq.markdown index d894320ab02..13553302a8d 100644 --- a/source/_addons/dnsmasq.markdown +++ b/source/_addons/dnsmasq.markdown @@ -23,8 +23,17 @@ Setup and manage a [Dnsmasq](http://thekelleys.org.uk/dnsmasq/doc.html) DNS serv } ``` -Configuration variables: - -- **defaults** (*Required*): A list of DNS servers to forward default requests to. -- **forwards** (*Optional*): A list of domains that will forward to a specific server. -- **hosts** (*Optional*): A list of hosts to resolve statically. +{% configuration %} +defaults: + description: A list of DNS servers to forward default requests to. + required: true + type: list +forwards: + description: A list of domains that will forward to a specific server. + required: false + type: list +hosts: + description: A list of hosts to resolve statically. + required: false + type: list +{% endconfiguration %} diff --git a/source/_addons/git_pull.markdown b/source/_addons/git_pull.markdown index 9bfc6f8cca2..3ae5e0f2927 100644 --- a/source/_addons/git_pull.markdown +++ b/source/_addons/git_pull.markdown @@ -38,7 +38,7 @@ Load and update configuration files for Home Assistant from a [Git](https://git- } ``` -- **repository** (*Required*): Git URL to your repository (make sure to use double quotes). You have to add `.git` to your GitHub repository URL (see example configuration) +- **repository** (*Required*): Git URL to your repository (make sure to use double quotes). You have to add `.git` to your GitHub repository URL (see example configuration). The contents of the repository is assumed to be the root of Home Assistant `config/` folder. The configuration cannot be in a subdirectory, i.e., `configuration.yaml`, `groups.yaml`, etc. must be in the root of the repository. - **git_branch** (*Required*): Branch name of the Git repo. If left empty, the currently checked out branch will be updated. Leave this as 'master' if you are unsure. - **git_remote** (*Required*): Name of the tracked repository. Leave this as `origin` if you are unsure. - **git_prune** (*Required*): If set to true, the add-on will cleanup branches that are deleted on the remote repository, but still have cached entries on the local machine. Leave this as `false` if you are unsure. diff --git a/source/_addons/google_assistant.markdown b/source/_addons/google_assistant.markdown index ca281fa184d..9bb978212fe 100644 --- a/source/_addons/google_assistant.markdown +++ b/source/_addons/google_assistant.markdown @@ -72,7 +72,7 @@ Configuration example that uses the USB microphone and the built-in headset audi mic: description: This is the hardware address of your microphone. Look at the add-on output. required: true - type: string + type: float speaker: description: This is the hardware address of your speakers. Look at the add-on output. required: true diff --git a/source/_addons/mosquitto.markdown b/source/_addons/mosquitto.markdown index dfffaabf7c4..2f8a4d15fe4 100644 --- a/source/_addons/mosquitto.markdown +++ b/source/_addons/mosquitto.markdown @@ -53,7 +53,7 @@ This add-on is attached to the Home Assistant user system, so mqtt clients can m ### {% linkable_title Home Assistant configuration %} -To use the Mosquitto as [broker](/docs/mqtt/broker/#run-your-own), go to the integration page and install the configuration with one click. If you have old mqtt settings available, remove this old integration and restart Home Assistant to see the new one. +To use the Mosquitto as [broker](/docs/mqtt/broker/#run-your-own), go to the integration page and install the configuration with one click. If you have old MQTT settings available, remove this old integration and restart Home Assistant to see the new one. ### {% linkable_title Disable listening on insecure (1883) ports %} diff --git a/source/_addons/snips.markdown b/source/_addons/snips.markdown index f7c86cecf11..6b09b585b59 100644 --- a/source/_addons/snips.markdown +++ b/source/_addons/snips.markdown @@ -51,12 +51,20 @@ Now it's time to start Snips for the first time. You can configure the microphon } ``` -Configuration variables: - -- **assistant**: The name of your custom assistant in `/share`. If no assistant is found then a default assistant will be used. -- **language**: Language. This is used to select the default custom assistant, Currently `en`, `de` and `fr` are supported. -- **custom_tts**: Whether to use a TTS provider from Home Assistant for a variety of voices. -- **tts_platform**: Which TTS platform to use. +{% configuration %} +assistant: + description: The name of your custom assistant in `/share`. If no assistant is found then a default assistant will be used. + type: string +language: + description: Language. This is used to select the default custom assistant, Currently `en`, `de` and `fr` are supported. + type: string +custom_tts: + description: Whether to use a TTS provider from Home Assistant for a variety of voices. + type: boolean +tts_platform: + description: Which TTS platform to use. + type: string +{% endconfiguration %} ### {% linkable_title Home Assistant configuration %} @@ -89,6 +97,7 @@ Next create a weather sensor, e.g., one for (Dark Sky)[/components/sensor.darksk - temperature_max - temperature_min ``` + Next add this to your `configuration.yaml` file to reference a new `intent_script` component. This is a good practice to [split your configuration files](/docs/configuration/splitting_configuration/) up. ```yaml @@ -98,6 +107,7 @@ intent_script: !include intent_script.yaml Finally, create this `intent_script.yaml` file in your configuration directory. {% raw %} + ```yaml searchWeatherForecast: speech: @@ -110,6 +120,7 @@ searchWeatherForecast: {{ states('sensor.dark_sky_weather_daily_high_temperature') | round(0)}} and {{ states('sensor.dark_sky_weather_hourly_summary') }} ``` + {% endraw %} Now just restart HassIO and ask it what the weather is like. diff --git a/source/_components/apcupsd.markdown b/source/_components/apcupsd.markdown index aff8ae3f4c1..aba2d754d22 100644 --- a/source/_components/apcupsd.markdown +++ b/source/_components/apcupsd.markdown @@ -35,3 +35,7 @@ port: type: integer default: 3551 {% endconfiguration %} + +

+If you get `ConnectionRefusedError: Connection refused` errors in the Home assistant logs, ensure the [APCUPSd](http://www.apcupsd.org/) configuration directives used by its Network Information Server is set to permit connections from all addresses [NISIP 0.0.0.0](http://www.apcupsd.org/manual/manual.html#configuration-directives-used-by-the-network-information-server), else non-local addesses will not connect. This includes Hass.io running in Docker, even when hosted on the same machine or a virtual machine. +

diff --git a/source/_components/climate.eq3btsmart.markdown b/source/_components/climate.eq3btsmart.markdown index ce833566ff4..292b58fdbf7 100644 --- a/source/_components/climate.eq3btsmart.markdown +++ b/source/_components/climate.eq3btsmart.markdown @@ -18,7 +18,8 @@ The current functionality allows setting the temperature as well as controlling As the device doesn't contain a temperature sensor ([read more](https://forum.fhem.de/index.php/topic,39308.15.html)), we report target temperature also as current one. -### Testing the connectivity ### +### {% linkable_title Testing the connectivity %} + Before configuring Home Assistant you should check that connectivity with the thermostat is working, which can be done with the eq3cli tool: ```bash @@ -32,9 +33,9 @@ Boost: False Current target temp: 21.0 Current mode: auto dst Valve: 0 -``` +``` -### Configuration ### +### {% linkable_title Configuration %} ```yaml # Example configuration.yaml entry @@ -45,9 +46,19 @@ climate: mac: '00:11:22:33:44:55' ``` -Configuration variables: - -- **devices** array (*Required*): List of thermostats. - - **[device-name]** (*Required*): The name to use for the thermostat. - - **mac** (*Required*): MAC address of the thermostat. - +{% configuration %} +devices: + description: List of thermostats. + required: true + type: list + keys: + name: + description: The name to use for the thermostat. + required: true + type: string + keys: + mac: + description: MAC address of the thermostat. + required: true + type: string +{% endconfiguration %} diff --git a/source/_components/cover.scsgate.markdown b/source/_components/cover.scsgate.markdown index 96b49a71584..fa5ab21969d 100644 --- a/source/_components/cover.scsgate.markdown +++ b/source/_components/cover.scsgate.markdown @@ -26,14 +26,27 @@ cover: scs_id: XXXXX ``` -Configuration variables: - -- **devices** array (*Required*): A list of devices. - - **[slug]** (*Required*): Slug of the device. - - **name** (*Required*): Name to use in the frontend. - - **scs_id** (*Required*): The ID of your SCSGate device. +{% configuration %} +devices: + description: A list of devices. + required: true + type: list + keys: + slug: + description: Slug of the device. + required: true + type: list + keys: + name: + description: Name to use in the frontend. + required: true + type: string + scs_id: + description: The ID of your SCSGate device. + required: true + type: string +{% endconfiguration %}

**Known limitation:** It is not possible to know the current state of the cover.

- diff --git a/source/_components/device_tracker.tplink.markdown b/source/_components/device_tracker.tplink.markdown index f342e447eaa..0e8a14dc09f 100644 --- a/source/_components/device_tracker.tplink.markdown +++ b/source/_components/device_tracker.tplink.markdown @@ -1,6 +1,6 @@ --- layout: page -title: "TP-Link" +title: "TP-Link Router" description: "Instructions on how to integrate TP-Link routers into Home Assistant." date: 2015-06-22 10:30 sidebar: true @@ -13,7 +13,7 @@ ha_release: pre 0.7 --- -The `tplink` platform allows you to detect presence by looking at connected devices to a [TP-Link](https://www.tp-link.com) device. +The `tplink` platform allows you to detect presence by looking at connected devices to a [TP-Link](https://www.tp-link.com) router. Currently supported devices includes the following: diff --git a/source/_components/doorbird.markdown b/source/_components/doorbird.markdown index 1942931a7a5..db6cbd8444b 100644 --- a/source/_components/doorbird.markdown +++ b/source/_components/doorbird.markdown @@ -15,6 +15,10 @@ ha_iot_class: "Local Push" The `doorbird` implementation allows you to integrate your [DoorBird](http://www.doorbird.com/) device in Home Assistant. +## {% linkable_title Setup %} + +The user, which you are going to use with Home Assistant, needs the "API-Operator" permission enabled. + ## {% linkable_title Configuration %} To connect your device, add the following to your `configuration.yaml` file: @@ -22,20 +26,11 @@ To connect your device, add the following to your `configuration.yaml` file: ```yaml # Example configuration.yaml entry doorbird: - token: RANDOM_STRING + token: YOUR_DOORBIRD_TOKEN devices: - host: DOORBIRD_IP_OR_HOSTNAME username: YOUR_USERNAME password: YOUR_PASSWORD - hass_url_override: HASS_URL - name: Front Door - - host: DOORBIRD_IP_OR_HOSTNAME - username: YOUR_USERNAME - password: YOUR_PASSWORD - name: Driveway Gate - monitored_conditions: - - doorbell - - motion ``` {% configuration %} @@ -76,13 +71,35 @@ devices: doorbell: description: Monitor doorbell events motion: - description: Monitor motion events (Motion monitoring must be enabled on the doorstation via DoorBird app) - + description: Monitor motion events (Motion monitoring must be enabled on the doorstation via DoorBird app). {% endconfiguration %} -The configuration above is also used by the following components: -- [Camera](../camera.doorbird) - View live and historical event based images -- [Switch](../switch.doorbird) - Enable control of relays and camera night vision +The configuration above is also used by the following platforms: + +- [Camera](/components/camera.doorbird): View live and historical event based images. +- [Switch](/components/switch.doorbird): Enable control of relays and camera night vision. + + +## {% linkable_title Full example %} + + +```yaml +doorbird: + token: YOUR_DOORBIRD_TOKEN + devices: + - host: DOORBIRD_IP_OR_HOSTNAME + username: YOUR_USERNAME + password: YOUR_PASSWORD + hass_url_override: HASS_URL + name: Front Door + - host: DOORBIRD_IP_OR_HOSTNAME + username: YOUR_USERNAME + password: YOUR_PASSWORD + name: Driveway Gate + monitored_conditions: + - doorbell + - motion +``` ## {% linkable_title Motion and Doorbell Events %} @@ -104,6 +121,7 @@ The URLs on the event will be based on the configuration used to connect to your

### {% linkable_title Automation Example %} + ```yaml - alias: Doorbird Ring trigger: diff --git a/source/_components/google_assistant.markdown b/source/_components/google_assistant.markdown index a9de307dddc..7a8872c387e 100644 --- a/source/_components/google_assistant.markdown +++ b/source/_components/google_assistant.markdown @@ -46,7 +46,7 @@ Since release 0.80, the `Authorization Code` type of `OAuth` account linking is - Click 'Save' at the top right corner, then click 'Test' to generate a new draft version of the Test App. 2. Change your `configuration.yaml` file: - Remove `client_id`, `access_token`, `agent_user_id` config from `google_assistant:` since they are no longer needed. -3. Restart Home Assistant, open the `Google Assistant` app on your mobile phone then go to `Settings > Home Control`, re-link `[test] your app name`. +3. Restart Home Assistant, open the `Google Home` app on your mobile phone then go to `Account > Settings > Assistant > Home Control`, press the `3 dot icon in the top right > Manage accounts > [test] your app name > Unlink account` Then relink your account by selecting `[test] your app name` again. 4. A browser will be open and asking you to login to your Home Assistant instance, it will redirect back to `Google Assistant` app right afterward.

@@ -76,9 +76,9 @@ You need to create an API Key with the [Google Cloud API Console](https://consol Screenshot: Account linking 3. Back on the overview page. Click `Simulator` under `TEST`. It will create a new draft version Test App. You don't have to actually test, but you need to generate this draft version Test App. -4. If you haven't already added the component configuration to `configuration.yaml` file and restarted Home Assistant, you'll be unable to continue until you have. -5. Open the Google Assistant app and go into `Settings > Home Control`. -6. Click the `+` sign, and near the bottom, you should have `[test] your app name`. Selecting that should lead you to a browser to login your Home Assistant instance, then redirect back to a screen where you can set rooms for your devices or nicknames for your devices. +4. Add the `google_assistant` component configuration to your `configuration.yaml` file and restart Home Assistant following the [configuration guide](#configuration) below. +5. Open the Google Home app and go into `Account > Settings > Assistant > Home Control`. +6. Click the `+` sign, and near the bottom, you should have `[test] your app name` listed under 'Add new.' Selecting that should lead you to a browser to login your Home Assistant instance, then redirect back to a screen where you can set rooms for your devices or nicknames for your devices.

If you've added Home Assistant to the home screen, you have to first remove it from home screen, otherwise, this HTML5 app will show up instead of a browser. Using it would prevent Home Assistant to redirect back to the `Google Assistant` app.

diff --git a/source/_components/group.markdown b/source/_components/group.markdown index 81098bd5765..30d3bb01485 100644 --- a/source/_components/group.markdown +++ b/source/_components/group.markdown @@ -12,7 +12,7 @@ ha_category: Organization ha_qa_scale: internal --- -Groups allow the user to combine multiple entities into one. A group can be promoted to a **view** by setting `view: yes` under the group definition. This will make the group available as a new tab in the frontend. +Groups allow the user to combine multiple entities into one. A group can be promoted to a **view** by setting `view: true` under the group definition. This will make the group available as a new tab in the frontend. Check the **Set State** page from the **Developer Tools** and browse the **Current entities:** listing for all available entities. @@ -22,7 +22,7 @@ By default, every group appears in the HOME tab. If you create a group `default_ # Example configuration.yaml entry group: default_view: - view: yes + view: true icon: mdi:home entities: - group.kitchen @@ -35,7 +35,7 @@ group: upstairs: name: Kids icon: mdi:account-multiple - view: yes + view: true entities: - input_boolean.notify_home - camera.demo_camera @@ -43,13 +43,13 @@ group: - group.garden climate: name: Climate - view: no + view: false entities: - sensor.bedroom_temp - sensor.porch_temp awesome_people: name: Awesome People - view: no + view: false entities: - device_tracker.dad_smith - device_tracker.mom_smith @@ -78,7 +78,7 @@ entities: type: list all: description: Set this to `true` if the group state should only turn *on* if **all** grouped entities are *on*. - required: false + required: false type: boolean {% endconfiguration %} @@ -89,7 +89,7 @@ Example of groups shown as views in the frontend. If all entities in a group are switches or lights then Home Assistant adds a switch at the top of the card that turns them all on/off at once. If you want to hide this switch, set `control` to `hidden`. -You can create views (tabs) that contain other groups (but not other groups which are marked as `view: yes`). +You can create views (tabs) that contain other groups (but not other groups which are marked as `view: true`). Notice in the example below that in order to refer to the group "Living Room", you use `group.living_room` (lowercase and spaces replaced with underscores). ```yaml @@ -101,7 +101,7 @@ Notice in the example below that in order to refer to the group "Living Room", y - binary_sensor.motion_living Bedroom: light.light_bedroom, switch.sleeping Rooms: - view: yes + view: true name: Rooms entities: - group.living_room @@ -132,7 +132,7 @@ customize: group: automation_view: name: Automation - view: yes + view: true entities: - group.all_automations - group.all_scripts @@ -155,7 +155,7 @@ customize: group: automation_view: name: Automation - view: yes + view: true entities: - group.all_automations - group.all_scripts diff --git a/source/_components/image_processing.tensorflow.markdown b/source/_components/image_processing.tensorflow.markdown index 81c9324007b..6a649ef63e1 100644 --- a/source/_components/image_processing.tensorflow.markdown +++ b/source/_components/image_processing.tensorflow.markdown @@ -22,7 +22,7 @@ The `tensorflow` image processing platform allows you to detect and recognize ob ## {% linkable_title Setup %} -You need to install the `tensorflow` Python packages with: `$ pip3 install tensorflow`. The wheel is not available for all platforms. See [the official install guide](https://www.tensorflow.org/install/) for other options. Hass.io has this package pre-installed. +You need to install the `tensorflow` Python packages with: `$ pip3 install tensorflow==1.11.0`. The wheel is not available for all platforms. See [the official install guide](https://www.tensorflow.org/install/) for other options. Hass.io has this package pre-installed. This component requires files to be downloaded, compiled on your computer, and added to the Home Assistant configuration directory. These steps can be performed using the sample script at [this gist](https://gist.github.com/hunterjm/6f9332f92b60c3d5e448ad936d7353c3). Alternatively, if you wish to perform the process manually, the process is as follows: diff --git a/source/_components/light.deconz.markdown b/source/_components/light.deconz.markdown index 8bafa152397..f8949b0432b 100644 --- a/source/_components/light.deconz.markdown +++ b/source/_components/light.deconz.markdown @@ -27,3 +27,5 @@ The `entity_id` names will be `light.device_name`, where `device_name` is define - OSRAM Gardenpole RGBW - Philips Hue White A19 - Philips Hue White Ambiance A19 +- Philips Hue Hue White ambiance Milliskin (recessed spotlight) LTW013 +- Busch Jaeger ZigBee Light Link univ. relai (6711 U) with ZigBee Light Link control element 6735-84 diff --git a/source/_components/light.limitlessled.markdown b/source/_components/light.limitlessled.markdown index 426ea1e0569..9d6e3d8d8ed 100644 --- a/source/_components/light.limitlessled.markdown +++ b/source/_components/light.limitlessled.markdown @@ -14,9 +14,9 @@ ha_iot_class: "Assumed State" ha_release: pre 0.7 --- -`limitlessled` can control your LimitlessLED lights from within Home Assistant. The lights are also known as EasyBulb, AppLight, AppLamp, [MiLight](http://www.milight.com/), LEDme, dekolight, or iLight. +`limitlessled` can control your LimitlessLED lights from within Home Assistant. The lights are also known as EasyBulb, AppLight, AppLamp, [MiLight](http://www.milight.com/), LEDme, dekolight, or iLight. -LimitlessLED bulbs are controlled via groups, so you can only control an individual bulb via the bridge if it is in a group by itself. +LimitlessLED bulbs are controlled via groups, so you can only control an individual bulb via the bridge if it is in a group by itself. Note: you can assign an `rgbw`, `rgbww`, `white` and `dimmer` group to the same group number, effectively allowing up to 16 groups (4 `rgbww`, 4 `rgbw`, 4 `white` and 4 `dimmer`) per bridge. @@ -24,7 +24,7 @@ An archive of the extensive API can be found [here](https://github.com/Fantasmos ### {% linkable_title Setup %} -Before configuring Home Assistant, make sure you can control your bulbs or LEDs with the MiLight mobile application. Next, discover your bridge(s) IP address. You can do this via your router or a mobile application like Fing ([android](https://play.google.com/store/apps/details?id=com.overlook.android.fing&hl=en) or [iTunes](https://itunes.apple.com/us/app/fing-network-scanner/id430921107?mt=8)). +Before configuring Home Assistant, make sure you can control your bulbs or LEDs with the MiLight mobile application. Next, discover your bridge(s) IP address. You can do this via your router or a mobile application like Fing ([android](https://play.google.com/store/apps/details?id=com.overlook.android.fing&hl=en) or [iTunes](https://itunes.apple.com/us/app/fing-network-scanner/id430921107?mt=8)). To add `limitlessled` to your installation, add the following to your `configuration.yaml` file: @@ -43,7 +43,7 @@ light: - number: 3 type: rgbw name: Kitchen - fade: on + fade: true - number: 4 type: dimmer name: Livingroom @@ -56,17 +56,50 @@ light: name: Bridge Light ``` -Configuration variables: - -- **bridges** array (*Required*): - - **host** (*Required*): IP address of the device, eg. `192.168.1.32` - - **version** (*Optional*): Bridge version (default is `6`). - - **port** (*Optional*): Bridge port. Defaults to `5987`. For older bridges than `v6` choose `8899`. - - **groups** array (*Required*): The list of available groups. - - **number** (*Required*): Group number (`1`-`4`). Corresponds to the group number on the remote. These numbers may overlap only if the type is different. - - **name** (*Required*): Any name you'd like. Must be unique among all configured groups. - - **type** (*Optional*): Type of group. Choose either `rgbww`, `rgbw`, `white`, `bridge-led` or `dimmer`. `rgbw` is the default if you don't specify this entry. Use `bridge-led` to control the built-in LED of newer WiFi bridges. - - **fade** (*Optional*): Fade behavior. Defaults to `off`. If turned on, the group is faded out before being turned off. This makes for a more pleasing transition at the expense of wall switch usability since the light will turn back on at the lowest brightness if it is power cycled. +{% configuration %} +bridges: + description: A list of bridges. + required: true + type: list + keys: + host: + description: IP address of the device, e.g., `192.168.1.32`. + required: true + type: string + version: + description: Bridge version. + required: false + default: 6 + type: integer + port: + description: Bridge port. For older bridges than `v6` choose `8899`. + required: false + default: 5987 + type: integer + groups: + description: The list of available groups. + required: true + type: list + keys: + number: + description: Group number (`1`-`4`). Corresponds to the group number on the remote. These numbers may overlap only if the type is different. + required: true + type: integer + name: + description: Any name you'd like. Must be unique among all configured groups. + required: true + type: string + type: + description: Type of group. Choose either `rgbww`, `rgbw`, `white`, `bridge-led` or `dimmer`. Use `bridge-led` to control the built-in LED of newer WiFi bridges. + required: false + default: rgbw + type: string + fade: + description: Fade behavior. If turned on (true), the group is faded out before being turned off. This makes for a more pleasing transition at the expense of wall switch usability since the light will turn back on at the lowest brightness if it is power cycled. + required: false + default: false + type: boolean +{% endconfiguration %} ### {% linkable_title Night Effect %} @@ -102,8 +135,8 @@ Refer to the [light]({{site_root}}/components/light/) documentation for general - *Temperature*: Wifi bridge v6 supports 101 temperature steps; older versions only 10. - *Brightness*: Wifi bridge v6 supports 101 brightness steps; older versions only 10. - **Dimmer** (Only supported on v6 bridges) - - This type is for a single color LED dimmer like the 1CH MiLight dimmer module or similar. This type is only supported by the version 6 Wifi bridges. - - *Brightness*: Wifi bridge v6 supports 101 brightness steps. + - This type is for a single color LED dimmer like the 1CH MiLight dimmer module or similar. This type is only supported by the version 6 Wifi bridges. + - *Brightness*: Wifi bridge v6 supports 101 brightness steps. - **Transitions** - If a transition time is set, the group will transition between the current settings and the target settings for the duration specified. Transitions from or to white are not possible - the color will change immediately. diff --git a/source/_components/light.rpi_gpio_pwm.markdown b/source/_components/light.rpi_gpio_pwm.markdown index d292b213a54..6d0fe793249 100644 --- a/source/_components/light.rpi_gpio_pwm.markdown +++ b/source/_components/light.rpi_gpio_pwm.markdown @@ -33,15 +33,39 @@ light: type: simple ``` -Configuration variables: - -- **leds** array (*Required*): Can contain multiple LEDs. - - **name** (*Required*): The name of the LED. - - **driver** (*Required*): The driver which controls the LED. Choose either `gpio` or `pca9685`. - - **pins** (*Required*): The pins connected to the LED as a list.. The order of pins is determined by the specified type. - - **type** (*Required*): The type of LED. Choose either `rgb`, `rgbw` or `simple`. - - **freq** (*Optional*): The PWM frequency. (Default: `200`) - - **address** (*Optional*): The address of the PCA9685 driver. (Default: `0x40`) +{% configuration %} +leds: + description: Can contain multiple LEDs. + required: true + type: list + keys: + name: + description: The name of the LED. + required: true + type: string + driver: + description: The driver which controls the LED. Choose either `gpio` or `pca9685`. + required: true + type: string + pins: + description: The pins connected to the LED as a list. The order of pins is determined by the specified type. + required: true + type: [list, integer] + type: + description: The type of LED. Choose either `rgb`, `rgbw` or `simple`. + required: true + type: string + freq: + description: The PWM frequency. + required: false + default: 200 + type: integer + address: + description: The address of the PCA9685 driver. + required: false + default: 0x40 + type: string +{% endconfiguration %} ## {% linkable_title Examples %} diff --git a/source/_components/media_player.denonavr.markdown b/source/_components/media_player.denonavr.markdown index 6c4d2d81957..14aedd8ee0f 100644 --- a/source/_components/media_player.denonavr.markdown +++ b/source/_components/media_player.denonavr.markdown @@ -28,7 +28,7 @@ Supported devices: - Marantz M-CR603 - Marantz M-RC610 - Marantz SR5008 -- Marantz SR6007 - SR6010 +- Marantz SR6007 - SR6010 - Marantz NR1506 - Marantz NR1604 - Other Denon AVR receivers (untested) @@ -53,15 +53,39 @@ media_player: name: NAME ``` -Configuration variables: - -- **host** (*Optional*): IP address of the device. Example: 192.168.1.32. If not set, auto-discovery is used. -- **name** (*Optional*): Name of the device. If not set, friendlyName of the receiver is used. -- **show_all_sources** (*Optional*): If True all sources are displayed in sources list even if they are marked as deleted in the receiver. If False deleted sources are not displayed (default). Some receivers have a bug that marks all sources as deleted in the interface. In this case, this option could help. -- **timeout** (*Optional*): Timeout for HTTP requests to the receiver. Defaults to 2 seconds if not provided. -- **zones** (*Optional*): List of additional zones to be activated. They are displayed as additional media players with the same functionality Main Zone of the device supports - - **zone**: Zone which should be activated. Valid options are Zone2 and Zone3 - - **name** (*Optional*): Name of the zone. If not set the name of the main device + zone as a suffix is taken. +{% configuration %} +host: + description: IP address of the device, e.g., 192.168.1.32. If not set, auto-discovery is used. + required: false + type: string +name: + description: Name of the device. If not set, friendlyName of the receiver is used. + required: false + type: string +show_all_sources: + description: If True all sources are displayed in sources list even if they are marked as deleted in the receiver. If False deleted sources are not displayed. Some receivers have a bug that marks all sources as deleted in the interface. In this case, this option could help. + required: false + default: false + type: boolean +timeout: + description: Timeout in seconds for HTTP requests to the receiver. + required: false + default: 2 + type: integer +zones: + description: List of additional zones to be activated. They are displayed as additional media players with the same functionality Main Zone of the device supports. + required: false + type: list + keys: + zone: + description: Zone which should be activated. Valid options are `Zone2` and `Zone3`. + required: true + type: string + name: + description: Name of the zone. If not set the name of the main device + zone as a suffix is taken. + required: false + type: string +{% endconfiguration %} A few notes: diff --git a/source/_components/media_player.samsungtv.markdown b/source/_components/media_player.samsungtv.markdown index bbf784004f8..b9a3a223a3c 100644 --- a/source/_components/media_player.samsungtv.markdown +++ b/source/_components/media_player.samsungtv.markdown @@ -68,6 +68,7 @@ Currently known supported models: - EH5600 - ES5500 - ES6800 +- F4580 - F6300 - F6400 - F6400AF diff --git a/source/_components/notify.group.markdown b/source/_components/notify.group.markdown index 943eb26961b..30464666bf6 100644 --- a/source/_components/notify.group.markdown +++ b/source/_components/notify.group.markdown @@ -29,9 +29,22 @@ notify: - service: html5_nexus ``` -Configuration variables: - -- **name** (*Required*): Setting the parameter `name` sets the name of the group. -- **services** (*Required*): A list of all the services to be included in the group. - - **service** (*Required*): The service part of an entity ID, i.e. if you use `notify.html5` normally, just put `html5`. Note that you must put everything in lower case here. Although you might have capitals written in the actual notification services! - - **data** (*Optional*): A dictionary containing parameters to add to all notify payloads. This can be anything that is valid to use in a payload, such as `data`, `message`, `target`, `title`. +{% configuration %} +name: + description: Setting the parameter `name` sets the name of the group. + required: true + type: string +services: + description: A list of all the services to be included in the group. + required: true + type: list + keys: + service: + description: The service part of an entity ID, e.g. if you use `notify.html5` normally, just put `html5`. Note that you must put everything in lower case here. Although you might have capitals written in the actual notification services! + required: true + type: string + data: + description: A dictionary containing parameters to add to all notify payloads. This can be anything that is valid to use in a payload, such as `data`, `message`, `target` or `title`. + required: false + type: string +{% endconfiguration %} diff --git a/source/_components/notify.lannouncer.markdown b/source/_components/notify.lannouncer.markdown index 5aba4e41f9e..f21c152455b 100644 --- a/source/_components/notify.lannouncer.markdown +++ b/source/_components/notify.lannouncer.markdown @@ -12,7 +12,6 @@ ha_category: Notifications ha_release: 0.36 --- - The `lannouncer` notification platform allows you to play spoken messages (TTS) or sounds on an Android device running [Lannouncer](http://www.keybounce.com/lannouncer/). This can be useful when you have a wall mounted Android tablet, or an Android device that is permanently powered and turned on and want to use that to play notifications. To enable Lannouncer notifications in your installation, add the following to your `configuration.yaml` file: @@ -25,11 +24,22 @@ notify: host: HOSTNAME_OR_IP ``` -Configuration variables: - -- **name** (*Optional*): Setting the optional parameter `name` allows multiple notifiers to be created. The default value is `notify`. The notifier will bind to the service `notify.NOTIFIER_NAME`. -- **host** (*Required*): The hostname or IP-address of the Android device that is running Lannouncer. -- **port** (*Optional*): The port on which Lannouncer is running. By default this is `1035`. +{% configuration %} +name: + description: Setting the optional parameter `name` allows multiple notifiers to be created. The notifier will bind to the service `notify.NOTIFIER_NAME`. + required: false + default: notify + type: string +host: + description: The hostname or IP-address of the Android device that is running Lannouncer. + required: true + type: string +port: + description: The port on which Lannouncer is running. + required: false + default: 1035 + type: integer +{% endconfiguration %} ### {% linkable_title Installation %} diff --git a/source/_components/notify.message_bird.markdown b/source/_components/notify.message_bird.markdown index 2234a86310e..255e8b2d272 100644 --- a/source/_components/notify.message_bird.markdown +++ b/source/_components/notify.message_bird.markdown @@ -14,6 +14,12 @@ ha_release: 0.16 The `MessageBird` notification platform sends notifications as SMS messages using [MessageBird](https://www.messagebird.com/) to your mobile phone. +## {% linkable_title Setup %} + +Go to https://www.messagebird.com/ to retrieve your API key. + +## {% linkable_title Configuration %} + To enable MessageBird notifications in your installation, add the following to your `configuration.yaml` file: ```yaml @@ -24,11 +30,22 @@ notify: api_key: YOUR_API_KEY ``` -Configuration variables: - -- **api_key** (*Required*): Enter the API key for MessageBird. Go to https://www.messagebird.com/ to retrieve your API key. -- **name** (*Optional*): Setting the optional parameter `name` allows multiple notifiers to be created. The default value is `notify`. The notifier will bind to the service `notify.NOTIFIER_NAME`. -- **sender** (*Optional*): Setting the optional parameter `sender`. This will be the sender of the SMS. It may be either a telephone number (e.g., `+4915112345678`) or a text with a maximum length of 11 characters. Defaults to `HA`. +{% configuration %} +api_key: + description: Your MessageBird API key. + required: true + type: string +name: + description: Setting the optional parameter `name` allows multiple notifiers to be created. The notifier will bind to the service `notify.NOTIFIER_NAME`. + required: false + default: notify + type: string +sender: + description: Setting the optional parameter `sender`. This will be the sender of the SMS. It may be either a telephone number (e.g., `+4915112345678`) or a text with a maximum length of 11 characters. + required: false + default: HA + type: string +{% endconfiguration %} ### {% linkable_title Usage %} diff --git a/source/_components/notify.nfandroidtv.markdown b/source/_components/notify.nfandroidtv.markdown index 2933ca01789..3db2f5fca1c 100644 --- a/source/_components/notify.nfandroidtv.markdown +++ b/source/_components/notify.nfandroidtv.markdown @@ -12,7 +12,6 @@ ha_category: Notifications ha_release: 0.32 --- - Notification platform for [Notifications for Android TV](https://play.google.com/store/apps/details?id=de.cyberdream.androidtv.notifications.google) and [Notifications for FireTV](https://play.google.com/store/apps/details?id=de.cyberdream.firenotifications.google). You can use this plarform to send notifications to your Android TV device. An overlay with the message content will appear for a configurable amount of seconds and then disapper again. Sending images (e.g., security cam) is supported too. The notifications are in the global scope of your Android TV device. They will be displayed regardless of which application is running. @@ -29,16 +28,52 @@ notify: host: 192.168.1.12 ``` -Configuration variables: - -- **name** (*Optional*): Setting the optional parameter `name` allows multiple notifiers to be created. The default value is `notify`. The notifier will bind to the service `notify.NOTIFIER_NAME`. -- **host** (*Required*): IP address of the Android TV / FireTV device. -- **duration** (*Optional*): The duration in seconds for which the notification will be displayed. Default is 5 seconds. -- **fontsize** (*Optional*): Has to be one of: small, medium (default), large, max -- **position** (*Optional*): Has to be one of: bottom-right (default), bottom-left, top-right, top-left, center -- **color** (*Optional*): Has to be one of: grey (default), black, indigo, green, red, cyan, teal, amber, pink -- **transparency** (*Optional*): Has to be one of: 0%, 25% (default), 50%, 75%, 100% -- **interrupt** (*Optional*): If set to true, 1, on etc., the notification is interactive and can be dismissed or selected to display more details. Depending on the running app (e.g., Netflix), this may stop playback. +{% configuration %} +name: + description: Setting the optional parameter `name` allows multiple notifiers to be created. The notifier will bind to the service `notify.NOTIFIER_NAME`. + required: false + default: notify + type: string +host: + description: IP address of the Android TV / FireTV device. + required: true + type: string +duration: + description: The duration in seconds for which the notification will be displayed. + required: false + default: 5 + type: integer +fontsize: + description: "Has to be one of: `small`, `medium`, `large` or `max`." + required: false + default: medium + type: string +position: + description: "Has to be one of: `bottom-right`, `bottom-left`, `top-right`, `top-left` or `center`." + required: false + default: bottom-right + type: string +color: + description: "Has to be one of: `grey`, `black`, `indigo`, `green`, `red`, `cyan`, `teal`, `amber` or `pink`." + required: false + default: grey + type: string +transparency: + description: "Has to be one of: `0%`, `25%`, `50%`, `75%` or `100%`." + required: false + default: 25% + type: string +timeout: + description: The timeout in seconds. + required: false + default: 5 + type: integer +interrupt: + description: If set to true, 1, on etc., the notification is interactive and can be dismissed or selected to display more details. Depending on the running app (e.g., Netflix), this may stop playback. + required: false + default: false + type: boolean +{% endconfiguration %} The configuration will be used to configure the default values for the notification for the host specified by the IP. However, you can override most of the settings by passing them with the data-attribute when calling the service. This is a fully customized JSON you can use to test how the final notification will look like: @@ -65,7 +100,7 @@ The following attributes can be placed inside `data` to send images. | Service data attribute | Optional | Description | | ---------------------- | -------- | ----------- | | `file` | yes | Groups the attributes for file upload. If present, either `url` or `path` have to be provided. -| `path ` | yes | Local path of an image file. Is placed inside `file`. +| `path` | yes | Local path of an image file. Is placed inside `file`. | `url` | yes | URL of an image file. Is placed inside `file`. | `username` | yes | Username if the url requires authentication. Is placed inside `file`. | `password` | yes | Password if the url requires authentication. Is placed inside `file`. @@ -101,4 +136,5 @@ Example for posting file from local path: } } ``` + Please note that `path` is validated against the `whitelist_external_dirs` in the `configuration.yaml`. diff --git a/source/_components/panel_custom.markdown b/source/_components/panel_custom.markdown index 34f8ec63e2f..0199458e5ba 100644 --- a/source/_components/panel_custom.markdown +++ b/source/_components/panel_custom.markdown @@ -33,15 +33,48 @@ panel_custom: Store your custom panels in `/www` to make them available in the frontend at the path `/local`.

-Configuration variables: - -- **name** (*Required*): Name of the web component that renders your panel. -- **sidebar_title** (*Optional*): Friendly title for the panel in the sidebar. Omitting it means no sidebar entry (but still accessible through the URL). -- **sidebar_icon** (*Optional*): Icon for entry. Pick an icon that you can find on [materialdesignicons.com](https://materialdesignicons.com/) to use for your input and prefix the name with `mdi:`. For example `mdi:car`, `mdi:ambulance`, or `mdi:motorbike`. -- **url_path** (*Optional*): The URL your panel will be available on in the frontend. If omitted will default to the panel name. -- **js_url** (*Required*): The URL that contains the JavaScript of your panel. This is exclusive to `module_url` and `webcomponent_path`. -- **module_url** (*Optional*): The URL that contains the JavaScript module of your panel. Loaded as a JavaScript module instead of a script. This is exclusive to `js_url` and `webcomponent_path`. -- **config** (*Optional*): Configuration to be passed into your web component when being instantiated. -- **embed_iframe** (*Optional*): Set to `true` to embed panel in iframe. This is necessary if the panel is using the React framework or if it contains conflicting web components. -- **trust_external_script** (*Optional*): By default the user has to confirm before loading a script from an external source. Setting this to `true` will omit this confirmation. -- **webcomponent_path** (*Optional* *DEPRECATED*): The HTML path to your component. If omitted will default to `/panels/.html` This is exclusive to `js_url` and `module_url`. +{% configuration %} +name: + description: Name of the web component that renders your panel. + required: true + type: string +sidebar_title: + description: Friendly title for the panel in the sidebar. Omitting it means no sidebar entry (but still accessible through the URL). + required: false + type: string +sidebar_icon: + description: Icon for entry. Pick an icon that you can find on [materialdesignicons.com](https://materialdesignicons.com/) to use for your input and prefix the name with `mdi:`. For example `mdi:car`, `mdi:ambulance`, or `mdi:motorbike`. + required: false + default: "mdi:bookmark" + type: icon +url_path: + description: The URL your panel will be available on in the frontend. If omitted will default to the panel name. + required: false + type: string +js_url: + description: The URL that contains the JavaScript of your panel. This is exclusive to `module_url` and `webcomponent_path`. + required: exclusive + type: string +module_url: + description: The URL that contains the JavaScript module of your panel. Loaded as a JavaScript module instead of a script. This is exclusive to `js_url` and `webcomponent_path`. + required: exclusive + type: string +config: + description: Configuration to be passed into your web component when being instantiated. + required: false + type: list +embed_iframe: + description: Set to `true` to embed panel in iframe. This is necessary if the panel is using the React framework or if it contains conflicting web components. + required: false + default: false + type: boolean +trust_external_script: + description: By default the user has to confirm before loading a script from an external source. Setting this to `true` will omit this confirmation. + required: false + default: false + type: boolean +webcomponent_path: + description: The HTML path to your component. If omitted will default to `/panels/.html` This is exclusive to `js_url` and `module_url`. + required: exclusive *DEPRECATED* + type: string +{% endconfiguration %} diff --git a/source/_components/prometheus.markdown b/source/_components/prometheus.markdown index ea36b0278df..f6e09c07ba3 100644 --- a/source/_components/prometheus.markdown +++ b/source/_components/prometheus.markdown @@ -21,16 +21,43 @@ To use the `prometheus` component in your installation, add the following to you prometheus: ``` -Configuration variables: - -- **namespace** (*Optional*): The "namespace" that will be assigned to all the Prometheus metrics. This is the prefix of the metric name. E.g., having `myhass` as the namespace will cause the device tracker metrics to be `myhass_device_tracker_state`, the switch metrics to be `myhass_switch_state` and so on. The default is to not add any prefix to the metrics name. (available in version 0.73.0 and later) -- **filter** (*Optional*): Filtering directives for the components which should be included or excluded from recording. - - **exclude** (*Optional*): Excluded from recording. - - **entities** (*Optional*): The list of entity ids to be excluded from recording. - - **domains** (*Optional*): The list of domains to be excluded from recording. - - **include** (*Optional*): Included in recordings. If set, all other entities will not be recorded. Values set by the **exclude** option will prevail. - - **entities** (*Optional*): The list of entity ids to be included from recordings. - - **domains** (*Optional*): The list of domains to be included from recordings. +{% configuration %} +namespace: + description: The "namespace" that will be assigned to all the Prometheus metrics. This is the prefix of the metric name. E.g., having `myhass` as the namespace will cause the device tracker metrics to be `myhass_device_tracker_state`, the switch metrics to be `myhass_switch_state` and so on. The default is to not add any prefix to the metrics name. (available in version 0.73.0 and later) + required: false + type: string +filter: + description: Filtering directives for the components which should be included or excluded from recording. + required: false + type: list + keys: + exclude: + description: Excluded from recording. + required: false + type: list + keys: + entities: + description: The list of entity ids to be excluded from recording. + required: false + type: list + domains: + description: The list of domains to be excluded from recording. + required: false + type: list + include: + description: Included in recordings. If set, all other entities will not be recorded. Values set by the **exclude** option will prevail. + required: false + type: list + keys: + entities: + description: The list of entity ids to be included from recordings. + required: false + type: list + domains: + description: The list of domains to be included from recordings. + required: false + type: list +{% endconfiguration %} You can then configure Prometheus to fetch metrics from Home Assistant by adding to its `scrape_configs` configuration. @@ -39,14 +66,14 @@ You can then configure Prometheus to fetch metrics from Home Assistant by adding - job_name: 'hass' scrape_interval: 60s metrics_path: /api/prometheus - + # Legacy api password params: api_password: ['PASSWORD'] - + # Long-Lived Access Token - bearer_token: 'your.longlived.token - + bearer_token: 'your.longlived.token' + scheme: https static_configs: - targets: ['HOSTNAME:8123'] @@ -54,7 +81,7 @@ You can then configure Prometheus to fetch metrics from Home Assistant by adding When looking into the metrics on the Prometheus side, there will be: - - All Home Assistant domains, which can be easily found through the common **namespace** prefix, if defined. - - The [client library](https://github.com/prometheus/client_python) provided metrics, which are a bunch of **process_\*** and also a single pseudo-metric **python_info** which contains (not as value but as labels) information about the Python version of the client, i.e., the Home Assistant Python interpreter. +- All Home Assistant domains, which can be easily found through the common **namespace** prefix, if defined. +- The [client library](https://github.com/prometheus/client_python) provided metrics, which are a bunch of **process_\*** and also a single pseudo-metric **python_info** which contains (not as value but as labels) information about the Python version of the client, i.e., the Home Assistant Python interpreter. Typically, you will only be interested in the first set of metrics. diff --git a/source/_components/qwikswitch.markdown b/source/_components/qwikswitch.markdown index e915be3979f..b176681d03e 100644 --- a/source/_components/qwikswitch.markdown +++ b/source/_components/qwikswitch.markdown @@ -17,7 +17,7 @@ The `qwikswitch` component is the main component to integrate various [QwikSwitc The `qwikswitch` component discovers all devices from QS Mobile. Currently, Relays and LED dimmers are discovered in Home Assistant. Relay devices are [lights](/components/light.qwikswitch/) by default, and can be configured as [switches](/components/switch.qwikswitch/). -Example configuration: +{% linkable_title Configuration %} ```yaml # Example configuration.yaml entry @@ -25,13 +25,61 @@ qwikswitch: url: http://127.0.0.1:2020 ``` -Configuration variables: - -- **url** (*Required*): The URL including the port of your QwikSwitch hub. -- **dimmer_adjust** (*Optional*): A decimal value to adjust the brightness of the dimmer exponentially. Increasing this value allows dimmers that reach full brightness with low values in QS Mobile to appear more linear in Home Assistant. Recommended values between 1 and 2 and the default is 1. -- **button_events** (*Optional*): A comma-separated list of button types that will generate events. See [QwikSwitch Events] for detail. -- **switches** (*Optional*): A list of device QS_id's that should be switches, and not lights (i.e. `['@0dev01', '@0dev02']`) -- **sensors** (*Optional*): A dictionary of sensors. In the format of {entity_id: QS_id}. (i.e. `{door_sensor: '@0dev03'}`) +{% configuration %} +url: + description: The URL including the port of your QwikSwitch hub. + required: true + type: string +dimmer_adjust: + description: A decimal value to adjust the brightness of the dimmer exponentially. Increasing this value allows dimmers that reach full brightness with low values in QS Mobile to appear more linear in Home Assistant. Recommended values between 1 and 2 and the default is 1. + required: false + type: float + default: 1 +button_events: + description: A comma-separated list of button types that will generate events. See [QwikSwitch Events] for detail. + required: false + default: TOGGLE,SCENE EXE,LEVEL + type: string +switches: + description: A list of device QS_id's that should be switches, and not lights (i.e. `['@0dev01', '@0dev02']`) + required: false + type: list +sensors: + description: A dictionary of sensors. + required: false + type: list + keys: + name: + description: The sensor name from which the entity_id will be derived. + required: true + id: + description: A QS_Id + required: true + type: string + type: + description: | + The Qwikswitch sensor type. These could include: + - imod (binary_sensor, up to 6 channels) + - door (binary_sensor, single channel) + - qwikcord (Channel 1 = CTavg, Channel 2 = CTsum) + required: true + type: string + channel: + description: The channel of interest. Refer to type above. + required: false + default: 1 + type: int + invert: + description: Invert the open/close state. Only applicable to binary_sensors + required: false + default: false + type: string + class: + description: The [class](https://www.home-assistant.io/components/binary_sensor) or binary_sensor. Only applicable to binary_sensors. + required: false + default: door + type: string +{% endconfiguration %} ### {% linkable_title QwikSwitch Events %} @@ -60,19 +108,7 @@ On some QS Mobile servers button events are only generated for switches added to ### {% linkable_title Qwikswitch Sensors %} -The sensor configuration is a list of sensors. Depending on the type, it will be a sensor or binary_sensor. Each sensor is configured with the following parameters: - -- **name** (*Required*): The sensor name from which the entity_id will be derived. -- **id** (*Required*): A QS_Id -- **type** (*Required*): The Qwikswitch sensor type. These could include: - - imod (binary_sensor, up to 6 channels) - - door (binary_sensor, single channel) - - qwikcord (Channel 1 = CTavg, Channel 2 = CTsum) -- **channel** (*Optional, default=1*): The channel of interest. Refer to type above. - -The following parameters are only applicabe to binary_sensors (i.e. door/imod). -- **invert** (*Optional, default=False): Invert the open/close state. -- **class** (*Optional, default=door): The [class](https://www.home-assistant.io/components/binary_sensor) or binary_sensor. +The sensor configuration is a list of sensors. Depending on the type of sensor, it will be a sensor or binary_sensor. Example sensor configuration: diff --git a/source/_components/remember_the_milk.markdown b/source/_components/remember_the_milk.markdown index 96840dc1cba..f27a0bbcc99 100644 --- a/source/_components/remember_the_milk.markdown +++ b/source/_components/remember_the_milk.markdown @@ -32,8 +32,6 @@ remember_the_milk: ``` -Configuration variables: - {% configuration %} name: description: Name of the RTM account, as you can have several accounts in RTM. The name must be unique. @@ -70,7 +68,7 @@ The task creation supports the "smart syntax", so to create a task with the tag **Note:** At the moment, smart syntax is *not* supported when updating tasks. All smart syntax commands are ignored during the update and will end up as normal text in the name of the task. -|Service data attribute | Optional | Description | Example | +|Service data attribute | Optional | Description | Example | |-----------------------|----------|-------------|---------| | name | no | Name of the new task, you can use the smart syntax here. | "do this ^today #from_hass" | | id | yes | Identifier for the task you're creating, can be used to update or complete the task later on | "myid" | @@ -79,9 +77,9 @@ At the moment, smart syntax is *not* supported when updating tasks. All smart sy Complete a tasks that was privously created from Home Assistant. You can not complete tasks that were created outside of Home Assistant. -If you have created your task with an ```id```, calling ```_complete_task``` with the parameter ```id``` will then complete your task. +If you have created your task with an ```id```, calling ```_complete_task``` with the parameter ```id``` will then complete your task. -|Service data attribute | Optional | Description | Example | +|Service data attribute | Optional | Description | Example | |-----------------------|----------|-------------|---------| | id | no | Identifier that was defined when creating the task | "myid" | @@ -89,7 +87,6 @@ If you have created your task with an ```id```, calling ```_complete_ta Here's an example for an automation that creates a new task whenever ```sensor.mysensor``` is ```on``` and completes it when the sensor reports ```off```. This way it reminds you to switch it off. By using the ```entity_id``` as id for the task, you can use the same rule also for multiple sensors. - ```yaml - id: mysensor_on trigger: @@ -113,7 +110,6 @@ Here's an example for an automation that creates a new task whenever ```sensor.m ``` - - ## {% linkable_title Disclaimer %} + This product uses the Remember The Milk API but is not endorsed or certified by Remember The Milk. diff --git a/source/_components/remote.itach.markdown b/source/_components/remote.itach.markdown index 5dd51679a23..fcdbc308265 100644 --- a/source/_components/remote.itach.markdown +++ b/source/_components/remote.itach.markdown @@ -13,7 +13,6 @@ ha_iot_class: "Assumed State" ha_release: 0.39 --- - The `itach` remote platform allows you to control IR devices with a [Global Caché iTach Device](https://www.globalcache.com/products/itach/ip2irspecs) and GC-100 devices. The Global Cache IR API are similar across their product line. See API documentation links at the end of this page. In order to utilize the digital input (binary sensor) and relay (switch) features of your Global Cache device you will need to use the [gc100 component](/components/gc100) and associated platforms. @@ -36,22 +35,58 @@ remote: data: "0000 006D 0000 0022 00AC 00AC 0015 0040 0015 0040 0015 0040 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0040 0015 0040 0015 0040 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0040 0015 0040 0015 0015 0015 0015 0015 0040 0015 0040 0015 0040 0015 0040 0015 0015 0015 0015 0015 0040 0015 0040 0015 0015 0015 0689" ``` -Configuration variables: -- **name** (*Optional*): The iTach's name to display in the front end. -- **host** (*Required*): The iTach's IP address. -- **port** (*Optional*): The iTach's port. 4998 is default. -- **devices** array (*Required*): Devices controlled by the iTach. - - **name** (*Required*): Name of the device. - - **modaddr** (*Optional*): iTach module address for the IR emitter. 1 is default. - - **connaddr** (*Required*): iTach connection location for the IR emitter. (Note connaddr is a misleading label. Do not put the connection address here. Technically the connection address is the combination of the module address plus the connection location). - - **commands** array (*Required*): Commands available to send to the device. - - **name** (*Required*): Command name. - - **data** (*Required*): Hex command data. +{% configuration %} +name: + description: The iTach's name to display in the front end. + required: false + type: string +host: + description: The iTach's IP address. + required: true + type: string +port: + description: The iTach's port. + required: false + default: 4998 + type: integer +devices: + description: Devices controlled by the iTach. + required: true + type: list + keys: + name: + description: Name of the device. + required: true + type: string + modaddr: + description: iTach module address for the IR emitter. + required: false + default: 1 + type: integer + connaddr: + description: iTach connection location for the IR emitter. (Note connaddr is a misleading label. Do not put the connection address here. Technically the connection address is the combination of the module address plus the connection location). + required: true + type: integer + commands: + description: Commands available to send to the device. + required: true + type: list + keys: + name: + description: Command name. + required: true + type: string + data: + description: Hex command data. + required: true + type: string +{% endconfiguration %} An example to call the component from developer tools using the `remote.send_command` service: `{ "entity_id":"remote.tv", "command":"menu" }` Note: Global Cache devices expect data in their own format of "sendir...". This component converts hex code to Global Cache IR form. API Docs: + - [iTach](https://www.globalcache.com/files/docs/API-iTach.pdf) - [GC-100](http://www.globalcache.com/files/docs/API-GC-100.pdf) diff --git a/source/_components/rflink.markdown b/source/_components/rflink.markdown index ce115b662b9..ac0451e6523 100644 --- a/source/_components/rflink.markdown +++ b/source/_components/rflink.markdown @@ -12,15 +12,15 @@ ha_category: Hub ha_release: 0.38 --- -The `rflink` component supports devices that use [RFLink gateway firmware](http://www.nemcon.nl/blog2/), for example the [Nodo RFLink Gateway](https://www.nodo-shop.nl/nl/21-rflink-gateway). RFLink Gateway is an Arduino Mega firmware that allows two-way communication with a multitude of RF wireless devices using cheap hardware (Arduino + transceiver). +The `rflink` component supports devices that use [RFLink gateway firmware](http://www.nemcon.nl/blog2/), for example, the [Nodo RFLink Gateway](https://www.nodo-shop.nl/nl/21-rflink-gateway). RFLink Gateway is an Arduino Mega firmware that allows two-way communication with a multitude of RF wireless devices using cheap hardware (Arduino + transceiver). The 433 MHz spectrum is used by many manufacturers mostly using their own protocol/standard and includes devices like: light switches, blinds, weather stations, alarms and various other sensors. RFLink Gateway supports a number of RF frequencies, using a wide range of low-cost hardware. [Their website](http://www.rflink.nl/blog2/) provides details for various RF transmitters, receivers and transceiver modules for 433MHz, 868MHz and 2.4 GHz. -

- Note: Versions later than R44 add support for Ikea Ansluta, Philips Living Colors Gen1 and MySensors devices. -

+

+Note: Versions later than R44 add support for Ikea Ansluta, Philips Living Colors Gen1 and MySensors devices. +

A complete list of devices supported by RFLink can be found [here](http://www.rflink.nl/blog2/devlist). @@ -50,20 +50,20 @@ host: wait_for_ack: description: Wait for RFLink to acknowledge commands sent before sending new command (slower but more reliable). required: false - type: string default: true + type: boolean ignore_devices: description: List of device id's to ignore. Supports wildcards (`*`) at the end. required: false - type: string + type: [list, string] reconnect_interval: description: Time in seconds between reconnect attempts. required: false + default: 10 type: integer {% endconfiguration %} ### {% linkable_title Full example %} - ```yaml # Example configuration.yaml entry rflink: @@ -117,9 +117,9 @@ sensor: automatic_add: true ``` -[RFLink Switches](https://www.home-assistant.io/components/switch.rflink/) cannot be added automatically. +[RFLink Switches](/components/switch.rflink/) and [RFLink Binary Sensors](/components/binary_sensor.rflink/) cannot be added automatically. -The RFLink component does not know the difference between a switch and a light. Therefore all switchable devices are automatically added as light by default. However, once the ID of a switch is known, it can be used to configure it as a switch type in HA, for example, to add it to a different group, hide it or configure a nice name. +The RFLink component does not know the difference between a binary sensor, a switch and a light. Therefore all switchable devices are automatically added as light by default. However, once the ID of a switch is known, it can be used to configure it as a switch or a binary sensor type in Home Assistant, for example, to add it to a different group, hide it or configure a nice name. ### {% linkable_title Ignoring devices %} @@ -161,7 +161,7 @@ If you find a device is recognized differently, with different protocols or the ### {% linkable_title Debug Logging %} -For debugging purposes or context when investigating issues you can enable debug logging for Rflink with the following config snippet: +For debugging purposes or context when investigating issues you can enable debug logging for RFLink with the following config snippet: ```yaml logger: diff --git a/source/_components/rss_feed_template.markdown b/source/_components/rss_feed_template.markdown index 36fcddfc51f..8272e106476 100644 --- a/source/_components/rss_feed_template.markdown +++ b/source/_components/rss_feed_template.markdown @@ -30,11 +30,31 @@ rss_feed_template: description: "{% raw %}{% if is_state('sensor.temp_outside','unknown') %}---{% else %}{{states.sensor.temp_outside.state}} °C{% endif %}{% endraw %}" ``` -Configuration variables: - -- **requires_api_password:** (*Optional*): If true and an API password is set, the password must be passed via '?api_password=...' parameter (Default: True) -- **feed_id** (*Required*): The key is used as the ID of the feed. The feed can be accessed at /api/rss_template/feed_id (example: 'garden') -- **title** (*Optional*): The title of the feed, which is parsed as [template](/topics/templating/). -- **items** (*Required*): A list of feed items. -- **items/title** (*Optional*): The title of the item, which is parsed as [template](/topics/templating/). -- **items/description** (*Optional*): The description of the item, which is parsed as [template](/topics/templating/). +{% configuration %} +requires_api_password: + description: If true and an API password is set, the password must be passed via '?api_password=...' parameter. + required: false + default: true + type: boolean +feed_id: + description: "The key is used as the ID of the feed. The feed can be accessed at /api/rss_template/feed_id (example: 'garden')." + required: true + type: string +title: + description: The title of the feed, which is parsed as [template](/topics/templating/). + required: false + type: template +items: + description: A list of feed items. + required: true + type: list + keys: + title: + description: The title of the item, which is parsed as [template](/topics/templating/). + required: false + type: template + description: + description: The description of the item, which is parsed as [template](/topics/templating/). + required: false + type: template +{% endconfiguration %} diff --git a/source/_components/scene.markdown b/source/_components/scene.markdown index f0bb6a2b479..69e07dea785 100644 --- a/source/_components/scene.markdown +++ b/source/_components/scene.markdown @@ -19,17 +19,17 @@ You can create scenes that capture the states you want certain entities to be. F scene: - name: Romantic entities: - light.tv_back_light: on + light.tv_back_light: true light.ceiling: - state: on + state: true xy_color: [0.33, 0.66] brightness: 200 - name: Movies entities: light.tv_back_light: - state: on + state: true brightness: 100 - light.ceiling: off + light.ceiling: false media_player.sony_bravia_tv: source: HDMI 1 ``` diff --git a/source/_components/sensor.fritzbox_callmonitor.markdown b/source/_components/sensor.fritzbox_callmonitor.markdown index 0666febbf86..867ed606016 100644 --- a/source/_components/sensor.fritzbox_callmonitor.markdown +++ b/source/_components/sensor.fritzbox_callmonitor.markdown @@ -26,6 +26,12 @@ $ sudo apt-get install libxml2-dev libxslt-dev \ python3-setuptools zlib1g-dev build-essential ``` +If you installed Home Assistant in a virtualenv, also run the following command inside it. +Be patient this will take a while. +```bash +pip3 install lxml +``` + ## {% linkable_title Setup%} To activate the call monitor on your Fritz!Box, dial #96\*5\* from any phone connected to it. diff --git a/source/_components/sensor.meteofrance.markdown b/source/_components/sensor.meteo_france.markdown similarity index 99% rename from source/_components/sensor.meteofrance.markdown rename to source/_components/sensor.meteo_france.markdown index a479a760ddb..e8981c4a08d 100644 --- a/source/_components/sensor.meteofrance.markdown +++ b/source/_components/sensor.meteo_france.markdown @@ -9,7 +9,6 @@ sharing: true footer: true logo: meteo-france.png ha_category: Sensor -featured: true ha_release: 0.82 ha_iot_class: "Cloud Polling" --- diff --git a/source/_components/sensor.sytadin.markdown b/source/_components/sensor.sytadin.markdown index 0347c817919..aa0eb2524ff 100644 --- a/source/_components/sensor.sytadin.markdown +++ b/source/_components/sensor.sytadin.markdown @@ -9,7 +9,7 @@ sharing: true footer: true logo: sytadin.png ha_release: 0.57 -ha_category: Car +ha_category: Transport ha_iot_class: "Clound Polling" --- diff --git a/source/_components/smhi.markdown b/source/_components/smhi.markdown index e2a7d2dd440..03f7bca7850 100644 --- a/source/_components/smhi.markdown +++ b/source/_components/smhi.markdown @@ -7,7 +7,6 @@ sidebar: true comments: false sharing: true footer: true -featured: true logo: smhi.png ha_category: Hub ha_release: 0.81 diff --git a/source/_components/weather.smhi.markdown b/source/_components/weather.smhi.markdown index 4eb17355a5b..f06d56635d6 100644 --- a/source/_components/weather.smhi.markdown +++ b/source/_components/weather.smhi.markdown @@ -7,7 +7,6 @@ sidebar: true comments: false sharing: true footer: true -featured: true logo: smhi.png ha_category: Weather ha_release: 0.81 @@ -18,4 +17,4 @@ The `smhi` platform uses the [SMHI.se](https://www.smhi.se/) web service as a so ## {% linkable_title Configuration %} -Please see the [component](/components/smhi/) documentation for details and configuration. \ No newline at end of file +Please see the [component](/components/smhi/) documentation for details and configuration. diff --git a/source/_docs/ecosystem/synology.markdown b/source/_docs/ecosystem/synology.markdown index ba2c69f04ae..f9864c8d79d 100644 --- a/source/_docs/ecosystem/synology.markdown +++ b/source/_docs/ecosystem/synology.markdown @@ -12,6 +12,16 @@ redirect_from: /ecosystem/synology/ Synology NAS are the perfect companion to running Home Assistant. But by default, the DSM Reverse Proxy does not configure its NGINX settings to allow WebSocket, and some extra configuration will be required to get the Home Assistant frontend working with the DSM. +### {% linkable_title Setup headers %} + +Starting with DSM 6.2.1+, you can create "custom headers" in the Application Portal: +* Go to Application Portal and edit your entry +* Click on "custom headers" tab and click the dropdon on the "Create" button +* Select "Websocket". This will automaticly add the required headers for websocket to this reverse proxy. +* Click "OK". Home Assistant should work now with the reverse proxy. + +It's not necessary anymore to change the template anymore since Version DSM 6.2.1. Changing the `Portal.mustache` is not recommended! You should use the following part only if you're using a Version before DSM 6.2.1. on your Synology. + ### {% linkable_title Template change %} To allow WebSocket by default for all service exposed by NGINX, you can enable it in the template file located in `/usr/syno/share/nginx/Portal.mustache`. Please be really careful in editing this file since you may break access to the DSM UI. Please backup this file before any edition. diff --git a/source/_docs/scripts/conditions.markdown b/source/_docs/scripts/conditions.markdown index 43da6d2e1a4..6efb7b4b771 100644 --- a/source/_docs/scripts/conditions.markdown +++ b/source/_docs/scripts/conditions.markdown @@ -139,6 +139,16 @@ condition: before: sunrise ``` +```yaml +condition: + condition: and # 'when light' condition: before sunset and after sunrise + conditions: + - condition: sun + before: sunset + - condition: sun + after: sunrise +``` + A visual timeline is provided below showing an example of when these conditions will be true. In this chart, sunrise is at 6:00, and sunset is at 18:00 (6:00 PM). The green areas of the chart indicate when the specified conditions will be true. Graphic showing an example of sun conditions diff --git a/source/_posts/2018-11-08-release-82.markdown b/source/_posts/2018-11-08-release-82.markdown new file mode 100644 index 00000000000..7d49a470d33 --- /dev/null +++ b/source/_posts/2018-11-08-release-82.markdown @@ -0,0 +1,657 @@ +--- +layout: post +title: "0.82: TensorFlow, Lovelace UI edit, Z-Wave Barrier Class" +description: "We are glad to inform you that yet another epic release has landed." +date: 2018-11-09 00:01:00 +date_formatted: "November 9, 2018" +author: Paulus Schoutsen +author_twitter: balloob +comments: true +categories: Release-Notes +og_image: /images/blog/2018-11-release-82/lovelace-edit.png +--- + +It's time for another great release. As this includes the tail-end of HacktoberFest, it's packed again with stuff. Hope you like stuff. + +I want to do a shout out to all the people who help with the documentation. Since the beginning of HacktoberFest, we've seen [953 PRs](https://github.com/home-assistant/home-assistant.io/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Aopen+closed%3A%3E2018-10-01) get merged, 953! Especially thanks to [@klaasnicolaas] who has converted 240 pages to the new configuration format. DAAAAANG. + +We also got some cool new features. The first one being that you can now use TensorFlow, a machine learning framework, to detect objects on your cameras thanks to the hard work by [@hunterjm]. Check out [the docs][image_processing.tensorflow docs] for more info. + +Next up is that [@rohankapoorcom] has been working hard on converting more integrations to the Webhook format. This allows for easy setting up via the UI and generates difficult to guess urls. This release includes Mailgun, Twilio and DialogFlow. + +The frontend team has been [BUSY](https://github.com/home-assistant/home-assistant-polymer/pull/1974). We're prepping Lovelace for general release and slowly all pieces are coming together. This release introduces an experimental, alpha, ultra-raw, (enough warnings already?) UI editor for Lovelace cards. It requires that your card has an ID but then, it just works. Including a live preview of the config you're editing. + +

+ Screenshot of editing a Lovelace card + Screenshot of editing a Lovelace card. +

+ +Also frontend related, in version 0.81 we removed all config splitting functions for ui-lovelace.yaml, we are happy to report that we managed to add back support for `!secret` and `!include`. The rest of the config splitting commands you are used to in `configuration.yaml` will not be available for Lovelace. Mind that you can not edit content in `!include` from the UI, and `!secret` cannot be used in the UI or preview at the moment. + +And we have one more thing… we have soft-forked Open Z-Wave and have added support for the barrier command class! This means that now you will be able to control your garage doors from Z-Wave without compiling Open Z-Wave yourself. We'll continue to monitor what other features we can add to our fork while remaining close to the OZW project. + +## {% linkable_title New Platforms %} + +- Add device tracking for the BT Smart Hub router ([@jxwolstenholme] - [#17158]) ([device_tracker docs]) (new-platform) +- Météo-france sensor : current weather and 1 hour rain forecast ([@victorcerutti] - [#17773]) ([sensor.meteo_france docs]) (new-platform) +- Support for WeMo Humidifier ([@sqldiablo] - [#17996]) ([wemo docs]) ([fan.wemo docs]) (new-platform) +- Add a component for GreenEye Monitor ([@jkeljo] - [#16378]) ([greeneye_monitor docs]) (new-platform) +- TensorFlow image_processing component ([@hunterjm] - [#17795]) ([image_processing.tensorflow docs]) (new-platform) + +## {% linkable_title 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). The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks. + +## {% linkable_title Reporting Issues %} + +Experiencing issues introduced by this release? Please report them in our [issue tracker](https://github.com/home-assistant/home-assistant/issues). Make sure to fill in all fields of the issue template. + + + +## {% linkable_title Breaking Changes %} + +- Migrate Mailgun to use the webhook component ([@rohankapoorcom] - [#17464]) ([ifttt docs]) ([mailgun docs]) ([notify docs]) ([automation.webhook docs]) (breaking change) +- Migrate twilio webhooks to the webhook component ([@rohankapoorcom] - [#17715]) ([twilio docs]) (breaking change) +- Fix Vera climate component to use correct states ([@sqldiablo] - [#17892]) ([climate.vera docs]) (breaking change) +- Migrate dialogflow over to the new webhook component ([@rohankapoorcom] - [#17804]) ([dialogflow docs]) ([http docs]) (breaking change) +- Update to DoorBirdPy v2 (again) ([@Klikini] - [#14933]) ([doorbird docs]) ([switch.doorbird docs]) (breaking change) +- Add binary sensors for sense energy monitor ([@kbickar] - [#17645]) ([sensor.sense docs]) (breaking change) +- Update Pollen.com to use numpy for trend analysis ([@bachya] - [#18107]) ([sensor.pollen docs]) (breaking change) +- Remove config (breaking change) ([@jjlawren] - [#18153]) ([ffmpeg docs]) (breaking change) (beta fix) + +## {% linkable_title Beta Fixes %} + +- SMA: Optional import in schema & backoff fix ([@kellerza] - [#18099]) (beta fix) +- Remove config (breaking change) ([@jjlawren] - [#18153]) ([ffmpeg docs]) (breaking change) (beta fix) +- Handle TensorFlow like OpenCV ([@pvizeli] - [#18185]) ([image_processing.tensorflow docs]) (beta fix) +- Add support for TensorFlow in official docker ([@pvizeli] - [#18191]) (beta fix) +- Cloud conf ([@balloob] - [#18216]) ([cloud docs]) (beta fix) +- Check if os has chown ([@bramkragten] - [#18229]) (beta fix) +- Update pynetgear to 0.5.1 ([@Arkkimaagi] - [#18238]) ([device_tracker docs]) (beta fix) +- Migrate python-openzwave to homeassistant-pyozw ([@pvizeli] - [#18268]) (beta fix) +- SMA Guard against older pysma ([@kellerza] - [#18278]) ([sensor.sma docs]) (beta fix) +- Bump pyotgw to 0.3b1 ([@mvn23] - [#18286]) ([opentherm_gw docs]) (beta fix) +- Fix log error message ([@pvizeli] - [#18305]) ([hassio docs]) (beta fix) +- Bump pyhaversion to 2.0.2 ([@ludeeus] - [#18318]) ([sensor.version docs]) (beta fix) +- Fix xiaomi binary_sensor warning ([@Danielhiversen] - [#18280]) ([binary_sensor.xiaomi_aqara docs]) (beta fix) +- Remove Velbus climate platform ([@balloob] - [#18319]) ([velbus docs]) (beta fix) +- fix last device ignored ([@abmantis] - [#18329]) ([device_tracker docs]) (beta fix) + +## {% linkable_title All changes %} + +- Mill, support more heater types ([@Danielhiversen] - [#17676]) ([climate.mill docs]) +- Add missing hangouts data/image to notify service ([@quazzie] - [#17576]) ([notify docs]) +- Fix Mexican Spanish identifier ([@manuel-jrs] - [#17674]) ([tts docs]) +- Add readthedoc.yml file to specify the version of python to run during documentation building. ([@tmonck] - [#17642]) +- All supported domains should be exposed by default ([@doudz] - [#17579]) ([google_assistant docs]) +- Updated simplisafe-python to 3.1.13 ([@bachya] - [#17696]) ([simplisafe docs]) +- Upgrade Sphinx to 1.8.1 ([@fabaff] - [#17701]) +- Away mode temperature fix for generic thermostat ([@estevez-dev] - [#17641]) ([climate.generic_thermostat docs]) +- Async version for asuswrt ([@kennedyshead] - [#17692]) ([device_tracker docs]) +- Migrate Mailgun to use the webhook component ([@rohankapoorcom] - [#17464]) ([ifttt docs]) ([mailgun docs]) ([notify docs]) ([automation.webhook docs]) (breaking change) +- Only strip from the bluetooth name if it isn't None ([@d0ugal] - [#17719]) ([device_tracker docs]) +- Just use debug instead of error if the binary_sensor does not get data ([@kennedyshead] - [#17720]) ([openuv docs]) +- clean up clicksend ([@Danielhiversen] - [#17723]) ([notify docs]) +- Set available property ([@ehendrix23] - [#17706]) ([august docs]) ([binary_sensor.august docs]) ([lock.august docs]) +- Removes re-init ([@kennedyshead] - [#17724]) ([device_tracker docs]) +- Don't call off_delay_listener if not needed ([@foxel] - [#17712]) ([binary_sensor.mqtt docs]) +- Rename readthedocs file ([@fabaff] - [#17718]) +- Add device tracking for the BT Smart Hub router ([@jxwolstenholme] - [#17158]) ([device_tracker docs]) (new-platform) +- Upgrade pytest to 3.9.2 ([@scop] - [#17736]) +- Upgrade mypy to 0.641 ([@scop] - [#17734]) +- IGD review fixes ([@StevenLooman] - [#17400]) ([upnp docs]) +- Pytest tests ([@balloob] - [#17750]) +- Remove webhook_id from yaml config for mailgun ([@rohankapoorcom] - [#17732]) ([mailgun docs]) +- Update zha __init__.py to reflect new Zigbee name stylization by the Zigbee Alliance ([@Hedda] - [#17751]) ([zha docs]) +- Clean up clicksend_tts ([@Danielhiversen] - [#17749]) ([notify docs]) +- Convert auth websocket commands to use async_response decorator ([@balloob] - [#17755]) ([auth docs]) +- Update name (fixes #17752) ([@fabaff] - [#17756]) ([zigbee docs]) ([binary_sensor.zha docs]) ([binary_sensor.zigbee docs]) ([switch.xiaomi_aqara docs]) ([switch.zigbee docs]) +- Async tests for MQTT lock ([@kennedyshead] - [#17763]) +- Async MQTT sensor room ([@kennedyshead] - [#17765]) +- Add Mexican Spanish language ([@manuel-jrs] - [#17735]) ([tts docs]) +- Add wind gust (fixes #17766) ([@fabaff] - [#17774]) ([sensor.darksky docs]) +- Remove username from log entry ([@fabaff] - [#17777]) ([vacuum.roomba docs]) +- Migrate twilio webhooks to the webhook component ([@rohankapoorcom] - [#17715]) ([twilio docs]) (breaking change) +- Testing async in MQTT_json lights ([@kennedyshead] - [#17768]) +- This makes mqtt_template tests async ([@kennedyshead] - [#17784]) +- Restore manual alarm-control-panel state using async_get_last_state ([@liaanvdm] - [#17521]) ([alarm_control_panel.manual docs]) +- typo ([@janvanhelvoort] - [#17787]) ([zwave docs]) +- Fix device reg considered changed ([@balloob] - [#17764]) +- Allow creating signed urls ([@balloob] - [#17759]) ([auth docs]) ([http docs]) +- Add contact sensors to alexa smart home ([@abmantis] - [#17704]) ([alexa docs]) +- Upgrade flake8 to 3.6.0 ([@scop] - [#17770]) +- Install face_recognition on Docker build ([@lights0123] - [#17502]) +- Delete sensor.yahoo_finance ([@rohankapoorcom] - [#17805]) +- deCONZ: configure service can now use 'field' as a subpath together with 'entity' ([@lbschenkel] - [#17722]) ([deconz docs]) +- Bumped NDMS2 client to 0.0.5 to fix unicode characters support ([@foxel] - [#17803]) ([device_tracker docs]) +- Upgrade numpy to 1.15.3 ([@fabaff] - [#17796]) ([binary_sensor.trend docs]) ([image_processing.opencv docs]) +- MQTT Vacuum now passes error messages. ([@jeroenterheerdt] - [#17685]) ([vacuum.mqtt docs]) +- Convert automation tests to async ([@balloob] - [#17794]) +- Lovelace ws: add move command ([@bramkragten] - [#17806]) ([lovelace docs]) +- Convert MQTT Light tests to async ([@balloob] - [#17754]) +- Bumping aioasuswrt version ([@kennedyshead] - [#17814]) ([device_tracker docs]) +- Minor changes ([@fabaff] - [#17812]) ([switch.dlink docs]) +- Add snow to Openweathermap precipitation forecast ([@sgttrs] - [#17551]) ([weather.openweathermap docs]) +- Add delete command ([@bramkragten] - [#17816]) ([lovelace docs]) +- Raise PlatformNotReady for RMVtransport if API not available ([@cgtobi] - [#17635]) ([sensor.rmvtransport docs]) +- Added vacuum dock and pause/unpause traits ([@mariuszluciow] - [#17657]) ([google_assistant docs]) +- Minor changes to the config validation ([@fabaff] - [#17808]) ([sensor.sma docs]) +- Alexa motion sensor ([@abmantis] - [#17798]) ([alexa docs]) +- Mill device state attributes ([@Danielhiversen] - [#17834]) ([climate.mill docs]) +- Fix Alexa unsupported operation_mode off ([@rwagoner] - [#17844]) ([alexa docs]) +- adding myself as yessssms codeowner ([@flowolf] - [#17862]) +- Switch to using Client from twilio.rest rather than the deleted TwilioRestClient ([@rohankapoorcom] - [#17883]) ([twilio docs]) +- Fix Vera climate component to use correct states ([@sqldiablo] - [#17892]) ([climate.vera docs]) (breaking change) +- Add myself to CODEOWNERS for Yeelight Sunflower light platform ([@lindsaymarkward] - [#17896]) +- Fix logi_circle sensor update method naming ([@evanjd] - [#17909]) ([sensor.logi_circle docs]) +- Fix RFLink issue #17875 ([@emontnemery] - [#17889]) ([rflink docs]) +- Corrected fan device type in google assistant to fan ([@mariuszluciow] - [#17792]) ([google_assistant docs]) +- Migrate dialogflow over to the new webhook component ([@rohankapoorcom] - [#17804]) ([dialogflow docs]) ([http docs]) (breaking change) +- Fixes Telegram webhooks ([@luca-angemi] - [#17554]) ([telegram_bot docs]) +- Start type annotating/testing helpers ([@scop] - [#17858]) +- updated version of xknx ([@Julius2342] - [#17912]) ([knx docs]) +- Updated Brunt code owner ([@eavanvalkenburg] - [#17854]) +- Monitor all sensor types by default to rtorrent ([@terorie] - [#17894]) ([sensor.rtorrent docs]) +- Merge conflicting changes ([@kennedyshead] - [#17761]) +- Axis - prepare for config entry ([@Kane610] - [#17566]) ([axis docs]) ([binary_sensor.axis docs]) +- Upgrade pytest to 3.9.3 ([@scop] - [#17921]) +- Extract entity ids from all templates ([@amelchio] - [#17902]) ([binary_sensor.template docs]) +- Make light.yeelight stop doing IO when accessing properties ([@rohankapoorcom] - [#17917]) ([light.yeelight docs]) +- Fixes for upnp-component/#17753 and missing hass-data when only setup from config entry ([@StevenLooman] - [#17868]) ([upnp docs]) ([media_player.dlna_dmr docs]) +- Fix for verify_ssl in the pi_hole sensor. ([@ludeeus] - [#17910]) ([sensor.pi_hole docs]) +- Permissions improv ([@balloob] - [#17811]) +- Fix incorrect chevy discovery ([@balloob] - [#17942]) ([mychevy docs]) +- Fix venv check ([@balloob] - [#17939]) ([updater docs]) +- Disable upnp from being discovered ([@balloob] - [#17937]) +- Added codeowner for bt_smarthub ([@jxwolstenholme] - [#17947]) +- Fixed copy-paste errors ([@mariuszluciow] - [#17948]) +- Fix spelling error in log output ([@bitglue] - [#17963]) +- Fix operation mode for Alexa thermostat ([@balloob] - [#17972]) ([alexa docs]) +- Change source, add attributes, and improve state of DirecTV ([@ehendrix23] - [#17536]) ([media_player.directv docs]) +- Update Alexa tests to async syntax ([@bitglue] - [#17965]) +- Météo-france sensor : current weather and 1 hour rain forecast ([@victorcerutti] - [#17773]) ([sensor.meteo_france docs]) (new-platform) +- Updated ring_doorbell dependency to 0.2.2 ([@evanjd] - [#17945]) ([ring docs]) +- Update Avi-On to work with latest API ([@antsar] - [#17780]) ([light.avion docs]) +- Mill service ([@Danielhiversen] - [#17971]) ([climate.mill docs]) +- Refactor Alexa API, fix thermostats ([@bitglue] - [#17969]) ([alexa docs]) +- Upgrade aiofreepybox ([@stilllman] - [#17989]) ([device_tracker docs]) +- Reverse out change #14234 BOM Weather throttle fix ([@nickw444] - [#17468]) ([sensor.bom docs]) +- RFC: Static templates match no entities, not all ([@amelchio] - [#17991]) +- Switch mailgun webhooks to the new Mailgun webhook api ([@rohankapoorcom] - [#17919]) ([mailgun docs]) +- Change hebrew date at sunset ([@tsvi] - [#17449]) ([sensor.jewish_calendar docs]) +- Import homeassistant domain instead of hardcoding it ([@scop] - [#17985]) ([websocket_api docs]) +- Allow jinja namespace command to work. ([@NeilCrosby] - [#18011]) +- Support for WeMo Humidifier ([@sqldiablo] - [#17996]) ([wemo docs]) ([fan.wemo docs]) (new-platform) +- Fix Bloomsky api call ([@dshokouhi] - [#18016]) ([bloomsky docs]) +- Async version of melissa ([@kennedyshead] - [#17721]) +- Upgrade to asuswrt 1.1.1 to better handle mac addresses with letters in them ([@halkeye] - [#18030]) ([device_tracker docs]) +- Add SMA sensor SSL verification option ([@PhilRW] - [#18033]) ([sensor.sma docs]) +- Use const.SUN_EVENT_* more ([@scop] - [#18039]) ([device_sun_light_trigger docs]) ([sun docs]) ([sensor.jewish_calendar docs]) ([switch.flux docs]) +- Bumping aioasuswrt to 1.1.2 ([@kennedyshead] - [#18042]) ([device_tracker docs]) +- Add services.yaml entry for new WeMo Humidifier platform service ([@sqldiablo] - [#18032]) +- Add opentherm_gw services ([@mvn23] - [#17762]) ([opentherm_gw docs]) +- Extract ruamel.yaml to util with secrets, lovelace ws decorators ([@bramkragten] - [#17958]) ([lovelace docs]) +- Report correct thermostat mode to Alexa ([@bitglue] - [#18053]) ([alexa docs]) +- Update SMA sensor to pysma 0.2.2 ([@kellerza] - [#17988]) ([sensor.sma docs]) +- Mill, support opeation mode ([@Danielhiversen] - [#18059]) ([climate.mill docs]) +- deCONZ - retry if setup fails ([@Kane610] - [#17772]) ([deconz docs]) ([binary_sensor.deconz docs]) ([cover.deconz docs]) ([light.deconz docs]) ([scene.deconz docs]) ([sensor.deconz docs]) ([switch.deconz docs]) +- Add functionality to the version sensor ([@ludeeus] - [#18067]) ([sensor.version docs]) +- remove schedule_update_ha_state from mill ([@Danielhiversen] - [#18080]) ([climate.mill docs]) +- Fix camera mjpeg stream handling ([@awarecan] - [#18076]) ([camera docs]) ([camera.amcrest docs]) ([camera.arlo docs]) ([camera.canary docs]) ([camera.mjpeg docs]) ([camera.onvif docs]) ([camera.ring docs]) ([camera.synology docs]) ([camera.xiaomi docs]) ([camera.yi docs]) +- Change test to parametrized test using pytest ([@tsvi] - [#18047]) +- Add view commands to Lovelace ([@bramkragten] - [#18063]) ([lovelace docs]) +- Add message template support for alert component ([@thoscut] - [#17516]) ([alert docs]) +- Added identifier and name to connect/disconnect events ([@jaredquinn] - [#18078]) ([keyboard_remote docs]) +- Fix in Daikin.py for set swing_mode and speed ([@MatteGary] - [#18013]) ([climate.daikin docs]) +- Allow different types to match in pilight ([@akloeckner] - [#17922]) ([binary_sensor.pilight docs]) +- Add a component for GreenEye Monitor ([@jkeljo] - [#16378]) ([greeneye_monitor docs]) (new-platform) +- HomematicIP_Cloud fix test ([@mxworm] - [#17376]) ([homematicip_cloud docs]) +- Upgrade locationsharinglib to 3.0.7 ([@fabaff] - [#18083]) ([device_tracker docs]) +- Upgrade sqlalchemy to 1.2.13 ([@fabaff] - [#18084]) ([sensor.sql docs]) +- Upgrade youtube_dl to 2018.10.29 ([@fabaff] - [#18085]) ([media_extractor docs]) +- Pass though file_url from extended data attrs ([@cmsimike] - [#17801]) ([notify docs]) +- Upgrade psutil to 5.4.8 ([@fabaff] - [#18086]) ([sensor.systemmonitor docs]) +- sensor/wunderground add device_class ([@simonvanderveldt] - [#18072]) ([sensor.wunderground docs]) +- Upgrade restrictedpython to 4.0b6 ([@fabaff] - [#18087]) ([python_script docs]) +- Upgrade georss_client to 0.4 ([@exxamalte] - [#18088]) ([geo_location docs]) +- Catch KeyError if data is not available (fixes #18082) ([@fabaff] - [#18089]) ([sensor.openweathermap docs]) +- Bump python-miio version ([@syssi] - [#18095]) ([device_tracker docs]) ([fan.xiaomi_miio docs]) ([light.xiaomi_miio docs]) ([remote.xiaomi_miio docs]) ([sensor.xiaomi_miio docs]) ([switch.xiaomi_miio docs]) ([vacuum.xiaomi_miio docs]) +- Update Pollen.com sensor platform to include asthma info ([@bachya] - [#18024]) ([sensor.pollen docs]) +- Use a fixture for dialogflow calls in unit tests ([@rohankapoorcom] - [#17999]) +- Don't try to re-add existing Z-Wave entities ([@cgarwood] - [#17995]) ([zwave docs]) +- Always save current position if payload is numeric value ([@pszafer] - [#16148]) ([cover.mqtt docs]) +- Darksky: Fetch summary for daily forecasts ([@leppa] - [#18031]) ([sensor.darksky docs]) +- Update to DoorBirdPy v2 (again) ([@Klikini] - [#14933]) ([doorbird docs]) ([switch.doorbird docs]) (breaking change) +- Ignore min_cycle_duration when manually controlling the thermostat. ([@aronsky] - [#16128]) ([climate.generic_thermostat docs]) +- Add surround programs to zone 2+ ([@Petro31] - [#17445]) ([media_player.yamaha docs]) +- Removed assumptions about provided upnp data ([@WoLpH] - [#17604]) ([upnp docs]) +- Add binary sensors for sense energy monitor ([@kbickar] - [#17645]) ([sensor.sense docs]) (breaking change) +- Use ssdp udn uuid as Samsung TV unique id ([@scop] - [#18022]) ([media_player.samsungtv docs]) +- Allow MS face detection to handle updating entities when no face is detected ([@NeilCrosby] - [#17593]) ([image_processing.microsoft_face_detect docs]) ([image_processing.microsoft_face_identify docs]) +- Added service select_video_output and video_out attribute ([@leothlon] - [#18081]) ([media_player.onkyo docs]) +- Darksky: Round all temperatures to 1 decimal place ([@leppa] - [#18119]) ([sensor.darksky docs]) +- Convert nsw rural fire tests to async ([@armills] - [#18112]) +- Adding climate.velbus support ([@Cereal2nd] - [#18100]) ([velbus docs]) +- Changed from pifacecommon 4.1.2 to 4.2.2 to make the piface digital i/o boards work on rpi like 3 ([@vacumet] - [#18101]) ([rpi_pfio docs]) +- Update Pollen.com to use numpy for trend analysis ([@bachya] - [#18107]) ([sensor.pollen docs]) (breaking change) +- Exposes initial attribute on the entity. ([@ludeeus] - [#18123]) ([input_number docs]) +- Async generic thermostat tests ([@armills] - [#18111]) +- Update fan/demo tests to async ([@armills] - [#18109]) +- Don't create a switch for POE device if said device is Cloud key ([@Kane610] - [#18117]) ([switch.unifi docs]) +- TensorFlow image_processing component ([@hunterjm] - [#17795]) ([image_processing.tensorflow docs]) (new-platform) +- Fix DTE Energy Bridge V2 scaling issue. (#18124) ([@mtl010957] - [#18129]) ([sensor.dte_energy_bridge docs]) +- Add optional ttl config to route53 component ([@pascal-de-ladurantaye] - [#18135]) ([route53 docs]) +- Allow disabling WeMo Discovery ([@sqldiablo] - [#18079]) ([wemo docs]) +- Fix typos and update docstrings ([@fabaff] - [#18137]) ([lovelace docs]) +- Fix hassio command timeout ([@alex9446] - [#17567]) ([hassio docs]) +- SMA: Optional import in schema & backoff fix ([@kellerza] - [#18099]) (beta fix) +- Remove config (breaking change) ([@jjlawren] - [#18153]) ([ffmpeg docs]) (breaking change) (beta fix) +- Handle TensorFlow like OpenCV ([@pvizeli] - [#18185]) ([image_processing.tensorflow docs]) (beta fix) +- Add support for TensorFlow in official docker ([@pvizeli] - [#18191]) (beta fix) +- Cloud conf ([@balloob] - [#18216]) ([cloud docs]) (beta fix) +- Check if os has chown ([@bramkragten] - [#18229]) (beta fix) +- Update pynetgear to 0.5.1 ([@Arkkimaagi] - [#18238]) ([device_tracker docs]) (beta fix) +- Migrate python-openzwave to homeassistant-pyozw ([@pvizeli] - [#18268]) (beta fix) +- SMA Guard against older pysma ([@kellerza] - [#18278]) ([sensor.sma docs]) (beta fix) +- Bump pyotgw to 0.3b1 ([@mvn23] - [#18286]) ([opentherm_gw docs]) (beta fix) +- Fix log error message ([@pvizeli] - [#18305]) ([hassio docs]) (beta fix) +- Bump pyhaversion to 2.0.2 ([@ludeeus] - [#18318]) ([sensor.version docs]) (beta fix) +- Fix xiaomi binary_sensor warning ([@Danielhiversen] - [#18280]) ([binary_sensor.xiaomi_aqara docs]) (beta fix) +- Remove Velbus climate platform ([@balloob] - [#18319]) ([velbus docs]) (beta fix) +- fix last device ignored ([@abmantis] - [#18329]) ([device_tracker docs]) (beta fix) + +[#14933]: https://github.com/home-assistant/home-assistant/pull/14933 +[#16128]: https://github.com/home-assistant/home-assistant/pull/16128 +[#16148]: https://github.com/home-assistant/home-assistant/pull/16148 +[#16378]: https://github.com/home-assistant/home-assistant/pull/16378 +[#17158]: https://github.com/home-assistant/home-assistant/pull/17158 +[#17376]: https://github.com/home-assistant/home-assistant/pull/17376 +[#17400]: https://github.com/home-assistant/home-assistant/pull/17400 +[#17445]: https://github.com/home-assistant/home-assistant/pull/17445 +[#17449]: https://github.com/home-assistant/home-assistant/pull/17449 +[#17464]: https://github.com/home-assistant/home-assistant/pull/17464 +[#17468]: https://github.com/home-assistant/home-assistant/pull/17468 +[#17502]: https://github.com/home-assistant/home-assistant/pull/17502 +[#17516]: https://github.com/home-assistant/home-assistant/pull/17516 +[#17521]: https://github.com/home-assistant/home-assistant/pull/17521 +[#17536]: https://github.com/home-assistant/home-assistant/pull/17536 +[#17551]: https://github.com/home-assistant/home-assistant/pull/17551 +[#17554]: https://github.com/home-assistant/home-assistant/pull/17554 +[#17566]: https://github.com/home-assistant/home-assistant/pull/17566 +[#17567]: https://github.com/home-assistant/home-assistant/pull/17567 +[#17576]: https://github.com/home-assistant/home-assistant/pull/17576 +[#17579]: https://github.com/home-assistant/home-assistant/pull/17579 +[#17593]: https://github.com/home-assistant/home-assistant/pull/17593 +[#17604]: https://github.com/home-assistant/home-assistant/pull/17604 +[#17635]: https://github.com/home-assistant/home-assistant/pull/17635 +[#17641]: https://github.com/home-assistant/home-assistant/pull/17641 +[#17642]: https://github.com/home-assistant/home-assistant/pull/17642 +[#17645]: https://github.com/home-assistant/home-assistant/pull/17645 +[#17657]: https://github.com/home-assistant/home-assistant/pull/17657 +[#17674]: https://github.com/home-assistant/home-assistant/pull/17674 +[#17676]: https://github.com/home-assistant/home-assistant/pull/17676 +[#17685]: https://github.com/home-assistant/home-assistant/pull/17685 +[#17692]: https://github.com/home-assistant/home-assistant/pull/17692 +[#17696]: https://github.com/home-assistant/home-assistant/pull/17696 +[#17701]: https://github.com/home-assistant/home-assistant/pull/17701 +[#17704]: https://github.com/home-assistant/home-assistant/pull/17704 +[#17706]: https://github.com/home-assistant/home-assistant/pull/17706 +[#17712]: https://github.com/home-assistant/home-assistant/pull/17712 +[#17715]: https://github.com/home-assistant/home-assistant/pull/17715 +[#17718]: https://github.com/home-assistant/home-assistant/pull/17718 +[#17719]: https://github.com/home-assistant/home-assistant/pull/17719 +[#17720]: https://github.com/home-assistant/home-assistant/pull/17720 +[#17721]: https://github.com/home-assistant/home-assistant/pull/17721 +[#17722]: https://github.com/home-assistant/home-assistant/pull/17722 +[#17723]: https://github.com/home-assistant/home-assistant/pull/17723 +[#17724]: https://github.com/home-assistant/home-assistant/pull/17724 +[#17732]: https://github.com/home-assistant/home-assistant/pull/17732 +[#17734]: https://github.com/home-assistant/home-assistant/pull/17734 +[#17735]: https://github.com/home-assistant/home-assistant/pull/17735 +[#17736]: https://github.com/home-assistant/home-assistant/pull/17736 +[#17749]: https://github.com/home-assistant/home-assistant/pull/17749 +[#17750]: https://github.com/home-assistant/home-assistant/pull/17750 +[#17751]: https://github.com/home-assistant/home-assistant/pull/17751 +[#17754]: https://github.com/home-assistant/home-assistant/pull/17754 +[#17755]: https://github.com/home-assistant/home-assistant/pull/17755 +[#17756]: https://github.com/home-assistant/home-assistant/pull/17756 +[#17759]: https://github.com/home-assistant/home-assistant/pull/17759 +[#17761]: https://github.com/home-assistant/home-assistant/pull/17761 +[#17762]: https://github.com/home-assistant/home-assistant/pull/17762 +[#17763]: https://github.com/home-assistant/home-assistant/pull/17763 +[#17764]: https://github.com/home-assistant/home-assistant/pull/17764 +[#17765]: https://github.com/home-assistant/home-assistant/pull/17765 +[#17768]: https://github.com/home-assistant/home-assistant/pull/17768 +[#17770]: https://github.com/home-assistant/home-assistant/pull/17770 +[#17772]: https://github.com/home-assistant/home-assistant/pull/17772 +[#17773]: https://github.com/home-assistant/home-assistant/pull/17773 +[#17774]: https://github.com/home-assistant/home-assistant/pull/17774 +[#17777]: https://github.com/home-assistant/home-assistant/pull/17777 +[#17780]: https://github.com/home-assistant/home-assistant/pull/17780 +[#17784]: https://github.com/home-assistant/home-assistant/pull/17784 +[#17787]: https://github.com/home-assistant/home-assistant/pull/17787 +[#17792]: https://github.com/home-assistant/home-assistant/pull/17792 +[#17794]: https://github.com/home-assistant/home-assistant/pull/17794 +[#17795]: https://github.com/home-assistant/home-assistant/pull/17795 +[#17796]: https://github.com/home-assistant/home-assistant/pull/17796 +[#17798]: https://github.com/home-assistant/home-assistant/pull/17798 +[#17801]: https://github.com/home-assistant/home-assistant/pull/17801 +[#17803]: https://github.com/home-assistant/home-assistant/pull/17803 +[#17804]: https://github.com/home-assistant/home-assistant/pull/17804 +[#17805]: https://github.com/home-assistant/home-assistant/pull/17805 +[#17806]: https://github.com/home-assistant/home-assistant/pull/17806 +[#17808]: https://github.com/home-assistant/home-assistant/pull/17808 +[#17811]: https://github.com/home-assistant/home-assistant/pull/17811 +[#17812]: https://github.com/home-assistant/home-assistant/pull/17812 +[#17814]: https://github.com/home-assistant/home-assistant/pull/17814 +[#17816]: https://github.com/home-assistant/home-assistant/pull/17816 +[#17834]: https://github.com/home-assistant/home-assistant/pull/17834 +[#17844]: https://github.com/home-assistant/home-assistant/pull/17844 +[#17854]: https://github.com/home-assistant/home-assistant/pull/17854 +[#17858]: https://github.com/home-assistant/home-assistant/pull/17858 +[#17862]: https://github.com/home-assistant/home-assistant/pull/17862 +[#17868]: https://github.com/home-assistant/home-assistant/pull/17868 +[#17883]: https://github.com/home-assistant/home-assistant/pull/17883 +[#17889]: https://github.com/home-assistant/home-assistant/pull/17889 +[#17892]: https://github.com/home-assistant/home-assistant/pull/17892 +[#17894]: https://github.com/home-assistant/home-assistant/pull/17894 +[#17896]: https://github.com/home-assistant/home-assistant/pull/17896 +[#17902]: https://github.com/home-assistant/home-assistant/pull/17902 +[#17909]: https://github.com/home-assistant/home-assistant/pull/17909 +[#17910]: https://github.com/home-assistant/home-assistant/pull/17910 +[#17912]: https://github.com/home-assistant/home-assistant/pull/17912 +[#17917]: https://github.com/home-assistant/home-assistant/pull/17917 +[#17919]: https://github.com/home-assistant/home-assistant/pull/17919 +[#17921]: https://github.com/home-assistant/home-assistant/pull/17921 +[#17922]: https://github.com/home-assistant/home-assistant/pull/17922 +[#17937]: https://github.com/home-assistant/home-assistant/pull/17937 +[#17939]: https://github.com/home-assistant/home-assistant/pull/17939 +[#17942]: https://github.com/home-assistant/home-assistant/pull/17942 +[#17945]: https://github.com/home-assistant/home-assistant/pull/17945 +[#17947]: https://github.com/home-assistant/home-assistant/pull/17947 +[#17948]: https://github.com/home-assistant/home-assistant/pull/17948 +[#17958]: https://github.com/home-assistant/home-assistant/pull/17958 +[#17963]: https://github.com/home-assistant/home-assistant/pull/17963 +[#17965]: https://github.com/home-assistant/home-assistant/pull/17965 +[#17969]: https://github.com/home-assistant/home-assistant/pull/17969 +[#17971]: https://github.com/home-assistant/home-assistant/pull/17971 +[#17972]: https://github.com/home-assistant/home-assistant/pull/17972 +[#17985]: https://github.com/home-assistant/home-assistant/pull/17985 +[#17988]: https://github.com/home-assistant/home-assistant/pull/17988 +[#17989]: https://github.com/home-assistant/home-assistant/pull/17989 +[#17991]: https://github.com/home-assistant/home-assistant/pull/17991 +[#17995]: https://github.com/home-assistant/home-assistant/pull/17995 +[#17996]: https://github.com/home-assistant/home-assistant/pull/17996 +[#17999]: https://github.com/home-assistant/home-assistant/pull/17999 +[#18011]: https://github.com/home-assistant/home-assistant/pull/18011 +[#18013]: https://github.com/home-assistant/home-assistant/pull/18013 +[#18016]: https://github.com/home-assistant/home-assistant/pull/18016 +[#18022]: https://github.com/home-assistant/home-assistant/pull/18022 +[#18024]: https://github.com/home-assistant/home-assistant/pull/18024 +[#18030]: https://github.com/home-assistant/home-assistant/pull/18030 +[#18031]: https://github.com/home-assistant/home-assistant/pull/18031 +[#18032]: https://github.com/home-assistant/home-assistant/pull/18032 +[#18033]: https://github.com/home-assistant/home-assistant/pull/18033 +[#18039]: https://github.com/home-assistant/home-assistant/pull/18039 +[#18042]: https://github.com/home-assistant/home-assistant/pull/18042 +[#18047]: https://github.com/home-assistant/home-assistant/pull/18047 +[#18053]: https://github.com/home-assistant/home-assistant/pull/18053 +[#18059]: https://github.com/home-assistant/home-assistant/pull/18059 +[#18063]: https://github.com/home-assistant/home-assistant/pull/18063 +[#18067]: https://github.com/home-assistant/home-assistant/pull/18067 +[#18072]: https://github.com/home-assistant/home-assistant/pull/18072 +[#18076]: https://github.com/home-assistant/home-assistant/pull/18076 +[#18078]: https://github.com/home-assistant/home-assistant/pull/18078 +[#18079]: https://github.com/home-assistant/home-assistant/pull/18079 +[#18080]: https://github.com/home-assistant/home-assistant/pull/18080 +[#18081]: https://github.com/home-assistant/home-assistant/pull/18081 +[#18083]: https://github.com/home-assistant/home-assistant/pull/18083 +[#18084]: https://github.com/home-assistant/home-assistant/pull/18084 +[#18085]: https://github.com/home-assistant/home-assistant/pull/18085 +[#18086]: https://github.com/home-assistant/home-assistant/pull/18086 +[#18087]: https://github.com/home-assistant/home-assistant/pull/18087 +[#18088]: https://github.com/home-assistant/home-assistant/pull/18088 +[#18089]: https://github.com/home-assistant/home-assistant/pull/18089 +[#18095]: https://github.com/home-assistant/home-assistant/pull/18095 +[#18099]: https://github.com/home-assistant/home-assistant/pull/18099 +[#18100]: https://github.com/home-assistant/home-assistant/pull/18100 +[#18101]: https://github.com/home-assistant/home-assistant/pull/18101 +[#18107]: https://github.com/home-assistant/home-assistant/pull/18107 +[#18109]: https://github.com/home-assistant/home-assistant/pull/18109 +[#18111]: https://github.com/home-assistant/home-assistant/pull/18111 +[#18112]: https://github.com/home-assistant/home-assistant/pull/18112 +[#18117]: https://github.com/home-assistant/home-assistant/pull/18117 +[#18119]: https://github.com/home-assistant/home-assistant/pull/18119 +[#18123]: https://github.com/home-assistant/home-assistant/pull/18123 +[#18129]: https://github.com/home-assistant/home-assistant/pull/18129 +[#18135]: https://github.com/home-assistant/home-assistant/pull/18135 +[#18137]: https://github.com/home-assistant/home-assistant/pull/18137 +[#18153]: https://github.com/home-assistant/home-assistant/pull/18153 +[#18185]: https://github.com/home-assistant/home-assistant/pull/18185 +[#18191]: https://github.com/home-assistant/home-assistant/pull/18191 +[#18216]: https://github.com/home-assistant/home-assistant/pull/18216 +[#18229]: https://github.com/home-assistant/home-assistant/pull/18229 +[#18238]: https://github.com/home-assistant/home-assistant/pull/18238 +[#18268]: https://github.com/home-assistant/home-assistant/pull/18268 +[#18278]: https://github.com/home-assistant/home-assistant/pull/18278 +[#18280]: https://github.com/home-assistant/home-assistant/pull/18280 +[#18286]: https://github.com/home-assistant/home-assistant/pull/18286 +[#18305]: https://github.com/home-assistant/home-assistant/pull/18305 +[#18318]: https://github.com/home-assistant/home-assistant/pull/18318 +[#18319]: https://github.com/home-assistant/home-assistant/pull/18319 +[#18329]: https://github.com/home-assistant/home-assistant/pull/18329 +[@klaasnicolaas]: https://github.com/klaasnicolaas +[@Arkkimaagi]: https://github.com/Arkkimaagi +[@Cereal2nd]: https://github.com/Cereal2nd +[@Danielhiversen]: https://github.com/Danielhiversen +[@Hedda]: https://github.com/Hedda +[@Julius2342]: https://github.com/Julius2342 +[@Kane610]: https://github.com/Kane610 +[@Klikini]: https://github.com/Klikini +[@MatteGary]: https://github.com/MatteGary +[@NeilCrosby]: https://github.com/NeilCrosby +[@Petro31]: https://github.com/Petro31 +[@PhilRW]: https://github.com/PhilRW +[@StevenLooman]: https://github.com/StevenLooman +[@WoLpH]: https://github.com/WoLpH +[@abmantis]: https://github.com/abmantis +[@akloeckner]: https://github.com/akloeckner +[@alex9446]: https://github.com/alex9446 +[@amelchio]: https://github.com/amelchio +[@antsar]: https://github.com/antsar +[@armills]: https://github.com/armills +[@aronsky]: https://github.com/aronsky +[@awarecan]: https://github.com/awarecan +[@bachya]: https://github.com/bachya +[@balloob]: https://github.com/balloob +[@bitglue]: https://github.com/bitglue +[@bramkragten]: https://github.com/bramkragten +[@cgarwood]: https://github.com/cgarwood +[@cgtobi]: https://github.com/cgtobi +[@cmsimike]: https://github.com/cmsimike +[@d0ugal]: https://github.com/d0ugal +[@doudz]: https://github.com/doudz +[@dshokouhi]: https://github.com/dshokouhi +[@eavanvalkenburg]: https://github.com/eavanvalkenburg +[@ehendrix23]: https://github.com/ehendrix23 +[@emontnemery]: https://github.com/emontnemery +[@estevez-dev]: https://github.com/estevez-dev +[@evanjd]: https://github.com/evanjd +[@exxamalte]: https://github.com/exxamalte +[@fabaff]: https://github.com/fabaff +[@flowolf]: https://github.com/flowolf +[@foxel]: https://github.com/foxel +[@halkeye]: https://github.com/halkeye +[@hunterjm]: https://github.com/hunterjm +[@janvanhelvoort]: https://github.com/janvanhelvoort +[@jaredquinn]: https://github.com/jaredquinn +[@jeroenterheerdt]: https://github.com/jeroenterheerdt +[@jjlawren]: https://github.com/jjlawren +[@jkeljo]: https://github.com/jkeljo +[@jxwolstenholme]: https://github.com/jxwolstenholme +[@kbickar]: https://github.com/kbickar +[@kellerza]: https://github.com/kellerza +[@kennedyshead]: https://github.com/kennedyshead +[@lbschenkel]: https://github.com/lbschenkel +[@leothlon]: https://github.com/leothlon +[@leppa]: https://github.com/leppa +[@liaanvdm]: https://github.com/liaanvdm +[@lights0123]: https://github.com/lights0123 +[@lindsaymarkward]: https://github.com/lindsaymarkward +[@luca-angemi]: https://github.com/luca-angemi +[@ludeeus]: https://github.com/ludeeus +[@manuel-jrs]: https://github.com/manuel-jrs +[@mariuszluciow]: https://github.com/mariuszluciow +[@mtl010957]: https://github.com/mtl010957 +[@mvn23]: https://github.com/mvn23 +[@mxworm]: https://github.com/mxworm +[@nickw444]: https://github.com/nickw444 +[@pascal-de-ladurantaye]: https://github.com/pascal-de-ladurantaye +[@pszafer]: https://github.com/pszafer +[@pvizeli]: https://github.com/pvizeli +[@quazzie]: https://github.com/quazzie +[@rohankapoorcom]: https://github.com/rohankapoorcom +[@rwagoner]: https://github.com/rwagoner +[@scop]: https://github.com/scop +[@sgttrs]: https://github.com/sgttrs +[@simonvanderveldt]: https://github.com/simonvanderveldt +[@sqldiablo]: https://github.com/sqldiablo +[@stilllman]: https://github.com/stilllman +[@syssi]: https://github.com/syssi +[@terorie]: https://github.com/terorie +[@thoscut]: https://github.com/thoscut +[@tmonck]: https://github.com/tmonck +[@tsvi]: https://github.com/tsvi +[@vacumet]: https://github.com/vacumet +[@victorcerutti]: https://github.com/victorcerutti +[alarm_control_panel.manual docs]: /components/alarm_control_panel.manual/ +[alert docs]: /components/alert/ +[alexa docs]: /components/alexa/ +[august docs]: /components/august/ +[auth docs]: /components/auth/ +[automation.webhook docs]: /docs/automation/trigger/#webhook-trigger +[axis docs]: /components/axis/ +[binary_sensor.august docs]: /components/binary_sensor.august/ +[binary_sensor.axis docs]: /components/binary_sensor.axis/ +[binary_sensor.deconz docs]: /components/binary_sensor.deconz/ +[binary_sensor.mqtt docs]: /components/binary_sensor.mqtt/ +[binary_sensor.pilight docs]: /components/binary_sensor.pilight/ +[binary_sensor.template docs]: /components/binary_sensor.template/ +[binary_sensor.trend docs]: /components/binary_sensor.trend/ +[binary_sensor.xiaomi_aqara docs]: /components/binary_sensor.xiaomi_aqara/ +[binary_sensor.zha docs]: /components/binary_sensor.zha/ +[binary_sensor.zigbee docs]: /components/binary_sensor.zigbee/ +[bloomsky docs]: /components/bloomsky/ +[camera docs]: /components/camera/ +[camera.amcrest docs]: /components/camera.amcrest/ +[camera.arlo docs]: /components/camera.arlo/ +[camera.canary docs]: /components/camera.canary/ +[camera.mjpeg docs]: /components/camera.mjpeg/ +[camera.onvif docs]: /components/camera.onvif/ +[camera.ring docs]: /components/camera.ring/ +[camera.synology docs]: /components/camera.synology/ +[camera.xiaomi docs]: /components/camera.xiaomi/ +[camera.yi docs]: /components/camera.yi/ +[climate.daikin docs]: /components/climate.daikin/ +[climate.generic_thermostat docs]: /components/climate.generic_thermostat/ +[climate.mill docs]: /components/climate.mill/ +[climate.velbus docs]: /components/climate.velbus/ +[climate.vera docs]: /components/climate.vera/ +[cloud docs]: /components/cloud/ +[cover.deconz docs]: /components/cover.deconz/ +[cover.mqtt docs]: /components/cover.mqtt/ +[deconz docs]: /components/deconz/ +[device_sun_light_trigger docs]: /components/device_sun_light_trigger/ +[device_tracker docs]: /components/device_tracker/ +[dialogflow docs]: /components/dialogflow/ +[doorbird docs]: /components/doorbird/ +[fan.wemo docs]: /components/fan.wemo/ +[fan.xiaomi_miio docs]: /components/fan.xiaomi_miio/ +[ffmpeg docs]: /components/ffmpeg/ +[geo_location docs]: /components/geo_location/ +[google_assistant docs]: /components/google_assistant/ +[greeneye_monitor docs]: /components/greeneye_monitor/ +[hassio docs]: /components/hassio/ +[homematicip_cloud docs]: /components/homematicip_cloud/ +[http docs]: /components/http/ +[ifttt docs]: /components/ifttt/ +[image_processing.microsoft_face_detect docs]: /components/image_processing.microsoft_face_detect/ +[image_processing.microsoft_face_identify docs]: /components/image_processing.microsoft_face_identify/ +[image_processing.opencv docs]: /components/image_processing.opencv/ +[image_processing.tensorflow docs]: /components/image_processing.tensorflow/ +[input_number docs]: /components/input_number/ +[keyboard_remote docs]: /components/keyboard_remote/ +[knx docs]: /components/knx/ +[light.avion docs]: /components/light.avion/ +[light.deconz docs]: /components/light.deconz/ +[light.xiaomi_miio docs]: /components/light.xiaomi_miio/ +[light.yeelight docs]: /components/light.yeelight/ +[lock.august docs]: /components/lock.august/ +[lovelace docs]: /components/lovelace/ +[mailgun docs]: /components/mailgun/ +[media_extractor docs]: /components/media_extractor/ +[media_player.directv docs]: /components/media_player.directv/ +[media_player.dlna_dmr docs]: /components/media_player.dlna_dmr/ +[media_player.onkyo docs]: /components/media_player.onkyo/ +[media_player.samsungtv docs]: /components/media_player.samsungtv/ +[media_player.yamaha docs]: /components/media_player.yamaha/ +[mychevy docs]: /components/mychevy/ +[notify docs]: /components/notify/ +[opentherm_gw docs]: /components/opentherm_gw/ +[openuv docs]: /components/openuv/ +[python_script docs]: /components/python_script/ +[remote.xiaomi_miio docs]: /components/remote.xiaomi_miio/ +[rflink docs]: /components/rflink/ +[ring docs]: /components/ring/ +[route53 docs]: /components/route53/ +[rpi_pfio docs]: /components/rpi_pfio/ +[scene.deconz docs]: /components/scene.deconz/ +[sensor.bom docs]: /components/sensor.bom/ +[sensor.darksky docs]: /components/sensor.darksky/ +[sensor.deconz docs]: /components/sensor.deconz/ +[sensor.dte_energy_bridge docs]: /components/sensor.dte_energy_bridge/ +[sensor.greeneye_monitor_current docs]: /components/sensor.greeneye_monitor_current/ +[sensor.greeneye_monitor_pulse docs]: /components/sensor.greeneye_monitor_pulse/ +[sensor.greeneye_monitor_temperature docs]: /components/sensor.greeneye_monitor_temperature/ +[sensor.igd docs]: /components/sensor.igd/ +[sensor.jewish_calendar docs]: /components/sensor.jewish_calendar/ +[sensor.logi_circle docs]: /components/sensor.logi_circle/ +[sensor.meteo_france docs]: /components/sensor.meteo_france/ +[sensor.openweathermap docs]: /components/sensor.openweathermap/ +[sensor.pi_hole docs]: /components/sensor.pi_hole/ +[sensor.pollen docs]: /components/sensor.pollen/ +[sensor.rmvtransport docs]: /components/sensor.rmvtransport/ +[sensor.rtorrent docs]: /components/sensor.rtorrent/ +[sensor.sense docs]: /components/sensor.sense/ +[sensor.sma docs]: /components/sensor.sma/ +[sensor.sql docs]: /components/sensor.sql/ +[sensor.systemmonitor docs]: /components/sensor.systemmonitor/ +[sensor.version docs]: /components/sensor.version/ +[sensor.wunderground docs]: /components/sensor.wunderground/ +[sensor.xiaomi_miio docs]: /components/sensor.xiaomi_miio/ +[sensor.yahoo_finance docs]: /components/sensor.yahoo_finance/ +[simplisafe docs]: /components/simplisafe/ +[sun docs]: /components/sun/ +[switch.deconz docs]: /components/switch.deconz/ +[switch.dlink docs]: /components/switch.dlink/ +[switch.doorbird docs]: /components/switch.doorbird/ +[switch.flux docs]: /components/switch.flux/ +[switch.unifi docs]: /components/switch.unifi/ +[switch.xiaomi_aqara docs]: /components/switch.xiaomi_aqara/ +[switch.xiaomi_miio docs]: /components/switch.xiaomi_miio/ +[switch.zigbee docs]: /components/switch.zigbee/ +[telegram_bot docs]: /components/telegram_bot/ +[tts docs]: /components/tts/ +[twilio docs]: /components/twilio/ +[updater docs]: /components/updater/ +[upnp docs]: /components/upnp/ +[vacuum.mqtt docs]: /components/vacuum.mqtt/ +[vacuum.roomba docs]: /components/vacuum.roomba/ +[vacuum.xiaomi_miio docs]: /components/vacuum.xiaomi_miio/ +[velbus docs]: /components/velbus/ +[weather.openweathermap docs]: /components/weather.openweathermap/ +[websocket_api docs]: /components/websocket_api/ +[wemo docs]: /components/wemo/ +[zha docs]: /components/zha/ +[zigbee docs]: /components/zigbee/ +[zwave docs]: /components/zwave/ diff --git a/source/developers/credits.markdown b/source/developers/credits.markdown index b6a222c594e..cde4f8244cc 100644 --- a/source/developers/credits.markdown +++ b/source/developers/credits.markdown @@ -2,7 +2,7 @@ layout: page title: "Credits" description: "Credits for the developers who contributed to Home Assistant." -date: 2018-10-14 11:41:31 +0000 +date: 2018-11-11, 11:09:10 +0000 sidebar: true comments: false sharing: true @@ -13,929 +13,9144 @@ This page contains a list of people who have contributed in one way or another t ### {% linkable_title Author %} -- [Paulus Schoutsen (@balloob)](https://github.com/balloob "7886 total commits to the home-assistant organization, 4417 commits to home-assistant, 1641 commits to home-assistant.io, 1102 commits to home-assistant-polymer, 237 commits to home-assistant-js, 134 commits to developers.home-assistant, 127 commits to netdisco, 94 commits to home-assistant-js-websocket, 40 commits to hass-release, 17 commits to LabelBot, 15 commits to home-assistant-assets, 11 commits to hassio, 9 commits to hbmqtt-auth-home-assistant, 8 commits to example-custom-config, 7 commits to micropython-home-assistant, 6 commits to custom-panel-starter-kit-react, 4 commits to ui-schema, 3 commits to hassio-addons, 3 commits to hassio-build, 2 commits to lambda-home-assistant-github, 2 commits to home-assistant-iOS, 2 commits to issue-bot, 2 commits to hassio-addons-example, 1 commit to home-assistant-notebooks, 1 commit to warrant, 1 commit to architecture") +- [Paulus Schoutsen (@balloob)](https://github.com/balloob "8160 total commits to the home-assistant organization: +4534 commits to home-assistant +1667 commits to home-assistant.io +1201 commits to home-assistant-polymer +237 commits to home-assistant-js +142 commits to developers.home-assistant +129 commits to netdisco +116 commits to home-assistant-js-websocket +40 commits to hass-release +17 commits to LabelBot +15 commits to home-assistant-assets +11 commits to hassio +9 commits to hbmqtt-auth-home-assistant +8 commits to example-custom-config +7 commits to micropython-home-assistant +6 commits to custom-panel-starter-kit-react +4 commits to ui-schema +3 commits to hassio-addons +3 commits to hassio-build +2 commits to home-assistant-iOS +2 commits to lambda-home-assistant-github +2 commits to issue-bot +2 commits to hassio-addons-example +1 commit to home-assistant-notebooks +1 commit to warrant +1 commit to architecture +") ### {% linkable_title Contributors %} (in alphabetical order) -- [7even (@hwikene)](https://github.com/hwikene "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [a-andre (@a-andre)](https://github.com/a-andre "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [Aaron Bach (@bachya)](https://github.com/bachya "89 total commits to the home-assistant organization, 63 commits to home-assistant, 26 commits to home-assistant.io") -- [Aaron Linville (@linville)](https://github.com/linville "2 total commits to the home-assistant organization, 2 commits to appdaemon") -- [Abílio Costa (@abmantis)](https://github.com/abmantis "28 total commits to the home-assistant organization, 16 commits to home-assistant, 8 commits to home-assistant.io, 2 commits to home-assistant-polymer, 1 commit to netdisco, 1 commit to home-assistant-js-websocket") -- [Adam (@SilvrrGIT)](https://github.com/SilvrrGIT "4 total commits to the home-assistant organization, 4 commits to home-assistant.io") -- [Adam Baxter (@voltagex)](https://github.com/voltagex "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [Adam Cooper (@GenericStudent)](https://github.com/GenericStudent "11 total commits to the home-assistant organization, 8 commits to home-assistant, 3 commits to home-assistant.io") -- [Adam Dullage (@Dullage)](https://github.com/Dullage "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [Adam Mills (@armills)](https://github.com/armills "335 total commits to the home-assistant organization, 175 commits to home-assistant, 95 commits to home-assistant-polymer, 60 commits to home-assistant.io, 3 commits to home-assistant-js, 1 commit to homebridge-homeassistant, 1 commit to developers.home-assistant") -- [adipose (@adipose)](https://github.com/adipose "1 total commits to the home-assistant organization, 1 commit to hassio-addons") -- [Adrian Popa (@mad-ady)](https://github.com/mad-ady "5 total commits to the home-assistant organization, 4 commits to appdaemon, 1 commit to home-assistant-polymer") -- [Adrien Ball (@adrienball)](https://github.com/adrienball "2 total commits to the home-assistant organization, 2 commits to home-assistant") -- [Adrien Brault (@adrienbrault)](https://github.com/adrienbrault "2 total commits to the home-assistant organization, 2 commits to home-assistant") -- [Adrián López (@adrianlzt)](https://github.com/adrianlzt "8 total commits to the home-assistant organization, 6 commits to home-assistant.io, 2 commits to home-assistant") -- [AHS (@ahofelt)](https://github.com/ahofelt "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [akloeckner (@akloeckner)](https://github.com/akloeckner "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [Alan Bowman (@alanbowman)](https://github.com/alanbowman "4 total commits to the home-assistant organization, 4 commits to home-assistant") -- [Alan Fischer (@alanfischer)](https://github.com/alanfischer "21 total commits to the home-assistant organization, 17 commits to home-assistant, 4 commits to home-assistant.io") -- [Alan Tse (@alandtse)](https://github.com/alandtse "2 total commits to the home-assistant organization, 2 commits to home-assistant") -- [Albert Lee (@trisk)](https://github.com/trisk "18 total commits to the home-assistant organization, 12 commits to home-assistant, 6 commits to home-assistant.io") -- [Alberto Arias Maestro (@albertoarias)](https://github.com/albertoarias "2 total commits to the home-assistant organization, 2 commits to home-assistant") -- [Alessandro Mogavero (@alexmogavero)](https://github.com/alexmogavero "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [Alessandro Staniscia (@Odyno)](https://github.com/Odyno "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [Alex Barcelo (@alexbarcelo)](https://github.com/alexbarcelo "7 total commits to the home-assistant organization, 4 commits to home-assistant.io, 3 commits to hassio-addons") -- [Alex Harvey (@infamy)](https://github.com/infamy "29 total commits to the home-assistant organization, 14 commits to home-assistant, 11 commits to home-assistant.io, 4 commits to hassos") -- [Alex MF (@adsmf)](https://github.com/adsmf "1 total commits to the home-assistant organization, 1 commit to hassio-addons") -- [Alex Osadchyy (@aosadchyy)](https://github.com/aosadchyy "2 total commits to the home-assistant organization, 2 commits to home-assistant") -- [Alexander Kratzer (@hexxter)](https://github.com/hexxter "8 total commits to the home-assistant organization, 8 commits to home-assistant") -- [Alexandre Perrin (@kAworu)](https://github.com/kAworu "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [Alexei Chetroi (@Adminiuga)](https://github.com/Adminiuga "12 total commits to the home-assistant organization, 11 commits to home-assistant, 1 commit to home-assistant-polymer") -- [Alexis Iglauer (@ax42)](https://github.com/ax42 "4 total commits to the home-assistant organization, 4 commits to home-assistant.io") -- [Alfie Day (@Azelphur)](https://github.com/Azelphur "12 total commits to the home-assistant organization, 12 commits to home-assistant") -- [Aliaksandr (@minchik)](https://github.com/minchik "7 total commits to the home-assistant organization, 3 commits to home-assistant.io, 2 commits to appdaemon, 2 commits to home-assistant") -- [Alok Saboo (@arsaboo)](https://github.com/arsaboo "154 total commits to the home-assistant organization, 87 commits to home-assistant.io, 55 commits to home-assistant, 7 commits to home-assistant-polymer, 3 commits to developers.home-assistant, 1 commit to hassio-addons, 1 commit to pi-gen") -- [Amir Hanan (@Amir974)](https://github.com/Amir974 "8 total commits to the home-assistant organization, 8 commits to home-assistant.io") -- [amorsillo (@AndrewMorsillo)](https://github.com/AndrewMorsillo "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [Anders Melchiorsen (@amelchio)](https://github.com/amelchio "269 total commits to the home-assistant organization, 221 commits to home-assistant, 45 commits to home-assistant.io, 3 commits to home-assistant-polymer") -- [andig (@andig)](https://github.com/andig "2 total commits to the home-assistant organization, 2 commits to pi-gen") -- [Andrea Campi (@andreacampi)](https://github.com/andreacampi "6 total commits to the home-assistant organization, 6 commits to home-assistant") -- [Andreas Björshammar (@abjorshammar)](https://github.com/abjorshammar "2 total commits to the home-assistant organization, 2 commits to home-assistant") -- [Andreas Jacobsen (@andreasjacobsen93)](https://github.com/andreasjacobsen93 "8 total commits to the home-assistant organization, 6 commits to home-assistant.io, 2 commits to hassio-addons") -- [Andreas Oberritter (@mtdcr)](https://github.com/mtdcr "7 total commits to the home-assistant organization, 4 commits to home-assistant, 3 commits to home-assistant.io") -- [Andreas Rammhold (@andir)](https://github.com/andir "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [Andreea\-Daniela Ene (@AndreeaEne)](https://github.com/AndreeaEne "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [Andrei Pop (@andreipop2005)](https://github.com/andreipop2005 "2 total commits to the home-assistant organization, 2 commits to home-assistant") -- [Andrej Friesen (@ajfriesen)](https://github.com/ajfriesen "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [Andrew (@aneisch)](https://github.com/aneisch "5 total commits to the home-assistant organization, 5 commits to home-assistant.io") -- [Andrew Cockburn (@acockburn)](https://github.com/acockburn "836 total commits to the home-assistant organization, 701 commits to appdaemon, 88 commits to hadashboard, 25 commits to scenegen, 22 commits to home-assistant.io") -- [Andrew Smith (@andrewmichaelsmith)](https://github.com/andrewmichaelsmith "2 total commits to the home-assistant organization, 2 commits to pi-gen") -- [Andrew Stock (@watchforstock)](https://github.com/watchforstock "2 total commits to the home-assistant organization, 2 commits to home-assistant") -- [Andrew Thigpen (@andythigpen)](https://github.com/andythigpen "33 total commits to the home-assistant organization, 32 commits to home-assistant, 1 commit to home-assistant-js") -- [Andrew Wedgbury (@sconemad)](https://github.com/sconemad "1 total commits to the home-assistant organization, 1 commit to pi-gen") -- [andrew-curtis (@andrew-curtis)](https://github.com/andrew-curtis "7 total commits to the home-assistant organization, 7 commits to home-assistant.io") -- [Andrey (@andrey-git)](https://github.com/andrey-git "323 total commits to the home-assistant organization, 147 commits to home-assistant, 138 commits to home-assistant-polymer, 37 commits to home-assistant.io, 1 commit to home-assistant-js-websocket") -- [Andrey Kupreychik (@foxel)](https://github.com/foxel "13 total commits to the home-assistant organization, 8 commits to home-assistant, 5 commits to home-assistant.io") -- [Andrzej (@andriej)](https://github.com/andriej "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [Andy Castille (@Klikini)](https://github.com/Klikini "18 total commits to the home-assistant organization, 11 commits to home-assistant, 7 commits to home-assistant.io") -- [anotherthomas (@anotherthomas)](https://github.com/anotherthomas "1 total commits to the home-assistant organization, 1 commit to hassio-addons") -- [Anthony Arnaud (@aarnaud)](https://github.com/aarnaud "2 total commits to the home-assistant organization, 2 commits to home-assistant") -- [Anthony Hughes (@tony2nite)](https://github.com/tony2nite "1 total commits to the home-assistant organization, 1 commit to netdisco") -- [Antoine Bertin (@Diaoul)](https://github.com/Diaoul "3 total commits to the home-assistant organization, 2 commits to home-assistant, 1 commit to home-assistant-polymer") -- [Anton Glukhov (@toxxin)](https://github.com/toxxin "1 total commits to the home-assistant organization, 1 commit to libcoap") -- [Anton Lundin (@glance-)](https://github.com/glance- "8 total commits to the home-assistant organization, 7 commits to home-assistant, 1 commit to netdisco") -- [Anton Sarukhanov (@antsar)](https://github.com/antsar "4 total commits to the home-assistant organization, 3 commits to home-assistant, 1 commit to home-assistant-polymer") -- [Antoni K (@Antoni-K)](https://github.com/Antoni-K "1 total commits to the home-assistant organization, 1 commit to hassbian-scripts") -- [apo-mak (@apo-mak)](https://github.com/apo-mak "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [arcsur (@arcsur)](https://github.com/arcsur "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [Ardetus (@Ardetus)](https://github.com/Ardetus "2 total commits to the home-assistant organization, 2 commits to home-assistant") -- [arjenfvellinga (@arjenfvellinga)](https://github.com/arjenfvellinga "5 total commits to the home-assistant organization, 5 commits to home-assistant.io") -- [Arno Jansen (@aetjansen)](https://github.com/aetjansen "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [ArrayLabs (@arraylabs)](https://github.com/arraylabs "6 total commits to the home-assistant organization, 6 commits to home-assistant") -- [Artem (@ArtHome12)](https://github.com/ArtHome12 "2 total commits to the home-assistant organization, 2 commits to developers.home-assistant") -- [Arthur Leonard Andersen (@leoc)](https://github.com/leoc "9 total commits to the home-assistant organization, 9 commits to home-assistant") -- [Arttu mahlakaarto (@amahlaka)](https://github.com/amahlaka "6 total commits to the home-assistant organization, 6 commits to home-assistant.io") -- [Ashton Campbell (@AshtonCampbell)](https://github.com/AshtonCampbell "5 total commits to the home-assistant organization, 5 commits to home-assistant.io") -- [Assaf Inbal (@shmuelzon)](https://github.com/shmuelzon "11 total commits to the home-assistant organization, 9 commits to homebridge-homeassistant, 2 commits to home-assistant") -- [Audric Schiltknecht (@chemicalstorm)](https://github.com/chemicalstorm "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [Audun Ytterdal (@auduny)](https://github.com/auduny "2 total commits to the home-assistant organization, 2 commits to home-assistant") -- [Austin (@trainman419)](https://github.com/trainman419 "8 total commits to the home-assistant organization, 8 commits to home-assistant") -- [Avraham David Gelbfish (@adgelbfish)](https://github.com/adgelbfish "2 total commits to the home-assistant organization, 1 commit to hadashboard, 1 commit to pi-gen") -- [azeroth12 (@azeroth12)](https://github.com/azeroth12 "1 total commits to the home-assistant organization, 1 commit to appdaemon") -- [Azimoth (@Azimoth)](https://github.com/Azimoth "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [baflo (@baflo)](https://github.com/baflo "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [Baran Kaynak (@barankaynak)](https://github.com/barankaynak "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [Barry Williams (@bazwilliams)](https://github.com/bazwilliams "8 total commits to the home-assistant organization, 6 commits to home-assistant, 2 commits to netdisco") -- [Bart274 (@Bart274)](https://github.com/Bart274 "26 total commits to the home-assistant organization, 17 commits to home-assistant, 8 commits to home-assistant.io, 1 commit to home-assistant-polymer") -- [Bas Schipper (@basschipper)](https://github.com/basschipper "7 total commits to the home-assistant organization, 7 commits to home-assistant") -- [bastshoes (@bastshoes)](https://github.com/bastshoes "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [battistaar (@battistaar)](https://github.com/battistaar "1 total commits to the home-assistant organization, 1 commit to homebridge-homeassistant") -- [bcl1713 (@bcl1713)](https://github.com/bcl1713 "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [Beat (@bdurrer)](https://github.com/bdurrer "14 total commits to the home-assistant organization, 10 commits to home-assistant.io, 3 commits to home-assistant, 1 commit to home-assistant-polymer") -- [Ben Bangert (@bbangert)](https://github.com/bbangert "4 total commits to the home-assistant organization, 4 commits to home-assistant") -- [Ben Lebherz (@benleb)](https://github.com/benleb "4 total commits to the home-assistant organization, 4 commits to home-assistant.io") -- [Ben Nuttall (@bennuttall)](https://github.com/bennuttall "1 total commits to the home-assistant organization, 1 commit to pi-gen") -- [Ben Origas (@borigas)](https://github.com/borigas "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [Ben Pirt (@bjpirt)](https://github.com/bjpirt "2 total commits to the home-assistant organization, 2 commits to pi-gen") -- [Ben Randall (@veleek)](https://github.com/veleek "4 total commits to the home-assistant organization, 4 commits to home-assistant") -- [Ben Thomas (@wazoo)](https://github.com/wazoo "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [Benedict Aas (@Shou)](https://github.com/Shou "5 total commits to the home-assistant organization, 3 commits to home-assistant.io, 2 commits to home-assistant") -- [Benjamin Parzella (@bparzella)](https://github.com/bparzella "1 total commits to the home-assistant organization, 1 commit to pi-gen") -- [bestlibre (@bestlibre)](https://github.com/bestlibre "16 total commits to the home-assistant organization, 8 commits to home-assistant, 5 commits to home-assistant.io, 1 commit to hassio, 1 commit to hassio-build, 1 commit to home-assistant-polymer") -- [BioSehnsucht (@BioSehnsucht)](https://github.com/BioSehnsucht "14 total commits to the home-assistant organization, 8 commits to home-assistant.io, 4 commits to home-assistant, 2 commits to home-assistant-polymer") -- [Bjarni Ivarsson (@bjarniivarsson)](https://github.com/bjarniivarsson "8 total commits to the home-assistant organization, 5 commits to home-assistant, 3 commits to home-assistant-polymer") -- [Björn Orri (@bjornorri)](https://github.com/bjornorri "1 total commits to the home-assistant organization, 1 commit to home-assistant-iOS") -- [Björn Ramberg (@bjorne)](https://github.com/bjorne "1 total commits to the home-assistant organization, 1 commit to hassio-build") -- [Blake Blackshear (@blakeblackshear)](https://github.com/blakeblackshear "9 total commits to the home-assistant organization, 7 commits to home-assistant.io, 2 commits to home-assistant") -- [Bob Anderson (@rwa)](https://github.com/rwa "11 total commits to the home-assistant organization, 7 commits to home-assistant, 4 commits to home-assistant.io") -- [Bob Igo (@Human)](https://github.com/Human "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [Boced66 (@boced66)](https://github.com/boced66 "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [bonanitech (@bonanitech)](https://github.com/bonanitech "9 total commits to the home-assistant organization, 9 commits to home-assistant.io") -- [boojew (@boojew)](https://github.com/boojew "7 total commits to the home-assistant organization, 7 commits to home-assistant.io") -- [Boris K (@bokub)](https://github.com/bokub "12 total commits to the home-assistant organization, 6 commits to home-assistant.io, 6 commits to home-assistant") -- [bottomquark (@bottomquark)](https://github.com/bottomquark "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [Boyi C (@fanthos)](https://github.com/fanthos "23 total commits to the home-assistant organization, 17 commits to home-assistant-polymer, 6 commits to home-assistant") -- [Brad Fitzpatrick (@bradfitz)](https://github.com/bradfitz "1 total commits to the home-assistant organization, 1 commit to developers.home-assistant") -- [Brahma Fear (@brahmafear)](https://github.com/brahmafear "8 total commits to the home-assistant organization, 8 commits to home-assistant.io") -- [Bram Kragten (@bramkragten)](https://github.com/bramkragten "2 total commits to the home-assistant organization, 2 commits to home-assistant-polymer") -- [Brandon Mathis (@imathis)](https://github.com/imathis "484 total commits to the home-assistant organization, 484 commits to home-assistant.io") -- [Brandon Weeks (@brandonweeks)](https://github.com/brandonweeks "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [brburns (@brburns)](https://github.com/brburns "2 total commits to the home-assistant organization, 2 commits to netdisco") -- [Brenda Wallace (@Br3nda)](https://github.com/Br3nda "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [Brendon Baumgartner (@bbrendon)](https://github.com/bbrendon "11 total commits to the home-assistant organization, 11 commits to home-assistant.io") -- [Brent Hughes (@bah2830)](https://github.com/bah2830 "28 total commits to the home-assistant organization, 18 commits to home-assistant, 9 commits to home-assistant.io, 1 commit to netdisco") -- [Brent Kerlin (@bkerlin)](https://github.com/bkerlin "1 total commits to the home-assistant organization, 1 commit to hassio-build") -- [Brent Saltzman (@brent20)](https://github.com/brent20 "9 total commits to the home-assistant organization, 9 commits to home-assistant.io") -- [Brian Cribbs (@cribbstechnologies)](https://github.com/cribbstechnologies "43 total commits to the home-assistant organization, 26 commits to home-assistant, 15 commits to home-assistant.io, 2 commits to home-assistant-polymer") -- [Brian Hopkins (@btotharye)](https://github.com/btotharye "4 total commits to the home-assistant organization, 4 commits to home-assistant.io") -- [Brian J King (@brianjking)](https://github.com/brianjking "16 total commits to the home-assistant organization, 16 commits to home-assistant.io") -- [Brian Jinwright (@bjinwright)](https://github.com/bjinwright "159 total commits to the home-assistant organization, 159 commits to warrant") -- [Brian Orpin (@borpin)](https://github.com/borpin "1 total commits to the home-assistant organization, 1 commit to hassos") -- [BRUH Automation (@bruhautomation)](https://github.com/bruhautomation "3 total commits to the home-assistant organization, 3 commits to hassbian-scripts") -- [Bruno Adele (@badele)](https://github.com/badele "22 total commits to the home-assistant organization, 22 commits to home-assistant") -- [Bruno Binet (@bbinet)](https://github.com/bbinet "1 total commits to the home-assistant organization, 1 commit to hassio-build") -- [Bryan York (@bryanyork)](https://github.com/bryanyork "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [Bryce Edwards (@hoopty)](https://github.com/hoopty "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [bvansambeek (@bvansambeek)](https://github.com/bvansambeek "4 total commits to the home-assistant organization, 3 commits to home-assistant.io, 1 commit to hassio-build") -- [c727 (@c727)](https://github.com/c727 "242 total commits to the home-assistant organization, 157 commits to home-assistant-polymer, 53 commits to home-assistant.io, 11 commits to ui-schema, 10 commits to developers.home-assistant, 9 commits to home-assistant, 2 commits to hassio") -- [Caius Seiger (@caiuspb)](https://github.com/caiuspb "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [Caleb Dunn (@finish06)](https://github.com/finish06 "7 total commits to the home-assistant organization, 7 commits to home-assistant") -- [Cameron Bulock (@cbulock)](https://github.com/cbulock "1 total commits to the home-assistant organization, 1 commit to netdisco") -- [Carlo Costanzo (@CCOSTAN)](https://github.com/CCOSTAN "99 total commits to the home-assistant organization, 91 commits to home-assistant.io, 5 commits to home-assistant, 1 commit to homebridge-homeassistant, 1 commit to fabric-home-assistant, 1 commit to hassbian-scripts") -- [carlosmgr (@carlosmgr)](https://github.com/carlosmgr "6 total commits to the home-assistant organization, 6 commits to home-assistant") -- [cdce8p (@cdce8p)](https://github.com/cdce8p "178 total commits to the home-assistant organization, 111 commits to home-assistant, 43 commits to home-assistant.io, 13 commits to home-assistant-polymer, 6 commits to developers.home-assistant, 5 commits to hass-release") -- [Cecron (@Cecron)](https://github.com/Cecron "1 total commits to the home-assistant organization, 1 commit to appdaemon") -- [Cenk Gündoğan (@cgundogan)](https://github.com/cgundogan "1 total commits to the home-assistant organization, 1 commit to libcoap") -- [Censored3 (@Censored3)](https://github.com/Censored3 "2 total commits to the home-assistant organization, 2 commits to hassio-addons") -- [cgtobi (@cgtobi)](https://github.com/cgtobi "51 total commits to the home-assistant organization, 27 commits to home-assistant.io, 24 commits to home-assistant") -- [chanders (@chanders)](https://github.com/chanders "2 total commits to the home-assistant organization, 2 commits to hadashboard") -- [Charles Blonde (@CharlesBlonde)](https://github.com/CharlesBlonde "19 total commits to the home-assistant organization, 12 commits to home-assistant, 7 commits to home-assistant.io") -- [Charles Garwood (@cgarwood)](https://github.com/cgarwood "45 total commits to the home-assistant organization, 18 commits to home-assistant, 18 commits to home-assistant.io, 9 commits to home-assistant-polymer") -- [Charles Spirakis (@srcLurker)](https://github.com/srcLurker "6 total commits to the home-assistant organization, 3 commits to home-assistant, 3 commits to home-assistant.io") -- [Chayoung You (@yous)](https://github.com/yous "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [Check your git settings\! (@invalid-email-address)](https://github.com/invalid-email-address "1 total commits to the home-assistant organization, 1 commit to libcoap") -- [Chris (@chennin)](https://github.com/chennin "15 total commits to the home-assistant organization, 11 commits to home-assistant.io, 4 commits to home-assistant") -- [Chris Crowe (@chriscrowe)](https://github.com/chriscrowe "3 total commits to the home-assistant organization, 3 commits to homebridge-homeassistant") -- [Chris Huegle (@chuegle)](https://github.com/chuegle "1 total commits to the home-assistant organization, 1 commit to netdisco") -- [Chris Smolen (@smolz)](https://github.com/smolz "10 total commits to the home-assistant organization, 6 commits to home-assistant.io, 4 commits to appdaemon") -- [Chris Thorn (@chris-thorn)](https://github.com/chris-thorn "7 total commits to the home-assistant organization, 7 commits to home-assistant.io") -- [ChrisS85 (@ChrisS85)](https://github.com/ChrisS85 "1 total commits to the home-assistant organization, 1 commit to hassio-build") -- [Christiaan Blom (@Deinara)](https://github.com/Deinara "6 total commits to the home-assistant organization, 6 commits to home-assistant") -- [Christian Brædstrup (@LinuxChristian)](https://github.com/LinuxChristian "8 total commits to the home-assistant organization, 8 commits to home-assistant") -- [Christian Studer (@cstuder)](https://github.com/cstuder "5 total commits to the home-assistant organization, 5 commits to home-assistant.io") -- [ChristianKuehnel (@ChristianKuehnel)](https://github.com/ChristianKuehnel "39 total commits to the home-assistant organization, 23 commits to home-assistant, 16 commits to home-assistant.io") -- [Christoph Gerneth (@c7h)](https://github.com/c7h "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [Christoph Wagner (@Christoph-Wagner)](https://github.com/Christoph-Wagner "4 total commits to the home-assistant organization, 4 commits to home-assistant.io") -- [Christopher Viel (@Chris-V)](https://github.com/Chris-V "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [chrysn (@chrysn)](https://github.com/chrysn "65 total commits to the home-assistant organization, 65 commits to libcoap") -- [chz^3 (@chzchzchz)](https://github.com/chzchzchz "1 total commits to the home-assistant organization, 1 commit to pi-gen") -- [Ciquattro (@CiquattroFPV)](https://github.com/CiquattroFPV "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [citruz (@citruz)](https://github.com/citruz "4 total commits to the home-assistant organization, 4 commits to home-assistant") -- [clach04 (@clach04)](https://github.com/clach04 "4 total commits to the home-assistant organization, 3 commits to home-assistant.io, 1 commit to hassbian-scripts") -- [Claus F\. Strasburger (@cfstras)](https://github.com/cfstras "5 total commits to the home-assistant organization, 5 commits to pi-gen") -- [cogneato (@cogneato)](https://github.com/cogneato "21 total commits to the home-assistant organization, 15 commits to home-assistant.io, 4 commits to developers.home-assistant, 2 commits to hassos") -- [Colin Frei (@colinfrei)](https://github.com/colinfrei "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [Colin O'Dell (@colinodell)](https://github.com/colinodell "33 total commits to the home-assistant organization, 18 commits to home-assistant, 15 commits to home-assistant.io") -- [Colin Teubner (@netopiax)](https://github.com/netopiax "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [Conrad Juhl Andersen (@cnrd)](https://github.com/cnrd "17 total commits to the home-assistant organization, 9 commits to home-assistant, 5 commits to home-assistant.io, 2 commits to home-assistant-polymer, 1 commit to developers.home-assistant") -- [Constantine Grantcharov (@conz27)](https://github.com/conz27 "1 total commits to the home-assistant organization, 1 commit to libcoap") -- [Constantine Poltyrev (@shprota)](https://github.com/shprota "1 total commits to the home-assistant organization, 1 commit to appdaemon") -- [Corban Mailloux (@corbanmailloux)](https://github.com/corbanmailloux "18 total commits to the home-assistant organization, 18 commits to home-assistant.io") -- [Corey Pauley (@devspacenine)](https://github.com/devspacenine "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [corneyl (@corneyl)](https://github.com/corneyl "4 total commits to the home-assistant organization, 4 commits to home-assistant") -- [Craig J\. Midwinter (@craigjmidwinter)](https://github.com/craigjmidwinter "27 total commits to the home-assistant organization, 20 commits to home-assistant, 7 commits to home-assistant.io") -- [CTLS (@CTLS)](https://github.com/CTLS "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [CV (@dagobert)](https://github.com/dagobert "4 total commits to the home-assistant organization, 4 commits to home-assistant.io") -- [cxlwill (@cxlwill)](https://github.com/cxlwill "4 total commits to the home-assistant organization, 2 commits to home-assistant-polymer, 2 commits to hassbian-scripts") -- [Dale Higgs (@dale3h)](https://github.com/dale3h "45 total commits to the home-assistant organization, 32 commits to home-assistant.io, 11 commits to home-assistant, 1 commit to homebridge-homeassistant, 1 commit to hassbot") -- [damarco (@damarco)](https://github.com/damarco "9 total commits to the home-assistant organization, 9 commits to home-assistant") -- [Dan (@danieljkemp)](https://github.com/danieljkemp "23 total commits to the home-assistant organization, 16 commits to home-assistant, 7 commits to home-assistant.io") -- [Dan Cinnamon (@Cinntax)](https://github.com/Cinntax "18 total commits to the home-assistant organization, 15 commits to home-assistant, 3 commits to home-assistant.io") -- [Dan Klaffenbach (@klada)](https://github.com/klada "6 total commits to the home-assistant organization, 6 commits to home-assistant") -- [Dan Nixon (@DanNixon)](https://github.com/DanNixon "25 total commits to the home-assistant organization, 19 commits to home-assistant, 6 commits to home-assistant.io") -- [Dan Ports (@drkp)](https://github.com/drkp "4 total commits to the home-assistant organization, 4 commits to home-assistant") -- [Dan Smith (@kk7ds)](https://github.com/kk7ds "84 total commits to the home-assistant organization, 68 commits to home-assistant, 14 commits to home-assistant.io, 2 commits to home-assistant-polymer") -- [Dani (@danichispa)](https://github.com/danichispa "9 total commits to the home-assistant organization, 9 commits to home-assistant.io") -- [Daniel Bowman (@vrih)](https://github.com/vrih "5 total commits to the home-assistant organization, 4 commits to home-assistant, 1 commit to netdisco") -- [Daniel Escoz (@Darkhogg)](https://github.com/Darkhogg "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [Daniel Høyer Iversen (@Danielhiversen)](https://github.com/Danielhiversen "341 total commits to the home-assistant organization, 218 commits to home-assistant, 120 commits to home-assistant.io, 3 commits to home-assistant-polymer") -- [Daniel Perna (@danielperna84)](https://github.com/danielperna84 "111 total commits to the home-assistant organization, 57 commits to home-assistant, 43 commits to home-assistant.io, 11 commits to hassio-addons") -- [Daniel Peukert (@dpeukert)](https://github.com/dpeukert "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [Daniel Shokouhi (@dshokouhi)](https://github.com/dshokouhi "37 total commits to the home-assistant organization, 23 commits to home-assistant.io, 14 commits to home-assistant") -- [Daniel Trnka (@trnila)](https://github.com/trnila "2 total commits to the home-assistant organization, 2 commits to appdaemon") -- [Daniel Watkins (@OddBloke)](https://github.com/OddBloke "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [Daniel Welch (@danielwelch)](https://github.com/danielwelch "6 total commits to the home-assistant organization, 3 commits to home-assistant.io, 2 commits to homebridge-homeassistant, 1 commit to hassio-addons") -- [DanielXYZ2000 (@DanielXYZ2000)](https://github.com/DanielXYZ2000 "1 total commits to the home-assistant organization, 1 commit to hassio-addons") -- [Daniyar Yeralin (@yeralin)](https://github.com/yeralin "1 total commits to the home-assistant organization, 1 commit to homebridge-homeassistant") -- [dasos (@dasos)](https://github.com/dasos "11 total commits to the home-assistant organization, 7 commits to home-assistant, 3 commits to home-assistant.io, 1 commit to netdisco") -- [datafx (@datafx)](https://github.com/datafx "6 total commits to the home-assistant organization, 6 commits to home-assistant.io") -- [Dav0815 (@Dav0815)](https://github.com/Dav0815 "4 total commits to the home-assistant organization, 4 commits to home-assistant.io") -- [Dave Banks (@djbanks)](https://github.com/djbanks "2 total commits to the home-assistant organization, 2 commits to appdaemon") -- [Dave J (@kxtcd950)](https://github.com/kxtcd950 "3 total commits to the home-assistant organization, 3 commits to hassbian-scripts") -- [David (@fanaticDavid)](https://github.com/fanaticDavid "16 total commits to the home-assistant organization, 12 commits to home-assistant.io, 3 commits to home-assistant, 1 commit to home-assistant-polymer") -- [David Broadfoot (@dlbroadfoot)](https://github.com/dlbroadfoot "5 total commits to the home-assistant organization, 5 commits to home-assistant") -- [David De Sloovere (@DavidDeSloovere)](https://github.com/DavidDeSloovere "19 total commits to the home-assistant organization, 18 commits to home-assistant.io, 1 commit to developers.home-assistant") -- [David F\. Mulcahey (@dmulcahey)](https://github.com/dmulcahey "5 total commits to the home-assistant organization, 5 commits to home-assistant") -- [David Grant (@davegravy)](https://github.com/davegravy "4 total commits to the home-assistant organization, 4 commits to home-assistant.io") -- [David McNett (@nugget)](https://github.com/nugget "10 total commits to the home-assistant organization, 5 commits to home-assistant, 5 commits to home-assistant.io") -- [David Ohayon (@ohayon)](https://github.com/ohayon "3 total commits to the home-assistant organization, 3 commits to issue-bot") -- [David Steele (@davesteele)](https://github.com/davesteele "4 total commits to the home-assistant organization, 4 commits to pi-gen") -- [David Straub (@DavidMStraub)](https://github.com/DavidMStraub "10 total commits to the home-assistant organization, 6 commits to home-assistant, 4 commits to home-assistant.io") -- [David Wang (@dcwangmit01)](https://github.com/dcwangmit01 "2 total commits to the home-assistant organization, 2 commits to pi-gen") -- [David Worsham (@arbreng)](https://github.com/arbreng "2 total commits to the home-assistant organization, 2 commits to hassio-build") -- [David\-Leon Pohl (@DavidLP)](https://github.com/DavidLP "13 total commits to the home-assistant organization, 13 commits to home-assistant") -- [davidedmundson (@davidedmundson)](https://github.com/davidedmundson "7 total commits to the home-assistant organization, 4 commits to home-assistant, 3 commits to home-assistant.io") -- [Dawid Wróbel (@wrobelda)](https://github.com/wrobelda "5 total commits to the home-assistant organization, 5 commits to home-assistant.io") -- [deisi (@deisi)](https://github.com/deisi "10 total commits to the home-assistant organization, 10 commits to home-assistant") -- [Delio Castillo (@jangeador)](https://github.com/jangeador "2 total commits to the home-assistant organization, 2 commits to hassio-addons") -- [Demid Lupin (@lupin-de-mid)](https://github.com/lupin-de-mid "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [Denix (@denics)](https://github.com/denics "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [Dennis Karpienski (@TheRealLink)](https://github.com/TheRealLink "22 total commits to the home-assistant organization, 15 commits to home-assistant-polymer, 6 commits to home-assistant, 1 commit to netdisco") -- [Derek (@itchaboy)](https://github.com/itchaboy "5 total commits to the home-assistant organization, 5 commits to home-assistant.io") -- [Derek Brooks (@broox)](https://github.com/broox "39 total commits to the home-assistant organization, 30 commits to home-assistant, 9 commits to home-assistant.io") -- [dersger (@dersger)](https://github.com/dersger "4 total commits to the home-assistant organization, 3 commits to home-assistant, 1 commit to home-assistant-polymer") -- [DetroitEE (@DetroitEE)](https://github.com/DetroitEE "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [devdelay (@devdelay)](https://github.com/devdelay "16 total commits to the home-assistant organization, 7 commits to home-assistant.io, 5 commits to home-assistant, 4 commits to homebridge-homeassistant") -- [Devon Peet (@dpeet)](https://github.com/dpeet "5 total commits to the home-assistant organization, 5 commits to home-assistant.io") -- [Diogo Gomes (@dgomes)](https://github.com/dgomes "77 total commits to the home-assistant organization, 51 commits to home-assistant, 25 commits to home-assistant.io, 1 commit to developers.home-assistant") -- [Dmitri Pribysh (@dmand)](https://github.com/dmand "1 total commits to the home-assistant organization, 1 commit to hassos") -- [Domantas (@Dohxis)](https://github.com/Dohxis "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [Dougal Matthews (@d0ugal)](https://github.com/d0ugal "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [dramamoose (@dramamoose)](https://github.com/dramamoose "7 total commits to the home-assistant organization, 4 commits to home-assistant, 3 commits to home-assistant.io") -- [DrewSK (@dzsquared)](https://github.com/dzsquared "8 total commits to the home-assistant organization, 8 commits to home-assistant.io") -- [DubhAd (@DubhAd)](https://github.com/DubhAd "488 total commits to the home-assistant organization, 484 commits to home-assistant.io, 2 commits to developers.home-assistant, 2 commits to hassos") -- [Duoxilian (@Duoxilian)](https://github.com/Duoxilian "11 total commits to the home-assistant organization, 6 commits to home-assistant.io, 5 commits to home-assistant") -- [ebpetway (@ebpetway)](https://github.com/ebpetway "55 total commits to the home-assistant organization, 55 commits to warrant") -- [Egor Tsinko (@etsinko)](https://github.com/etsinko "12 total commits to the home-assistant organization, 9 commits to home-assistant, 3 commits to home-assistant.io") -- [Eitan Mosenkis (@emosenkis)](https://github.com/emosenkis "4 total commits to the home-assistant organization, 3 commits to home-assistant, 1 commit to netdisco") -- [eldanb (@eldanb)](https://github.com/eldanb "1 total commits to the home-assistant organization, 1 commit to homebridge-homeassistant") -- [Ellis Percival (@flyte)](https://github.com/flyte "29 total commits to the home-assistant organization, 25 commits to home-assistant, 4 commits to home-assistant.io") -- [Emeric (@Mryck)](https://github.com/Mryck "11 total commits to the home-assistant organization, 11 commits to home-assistant.io") -- [emontnemery (@emontnemery)](https://github.com/emontnemery "21 total commits to the home-assistant organization, 15 commits to home-assistant, 6 commits to home-assistant.io") -- [engrbm87 (@engrbm87)](https://github.com/engrbm87 "3 total commits to the home-assistant organization, 3 commits to appdaemon") -- [Eric Hagan (@ehagan)](https://github.com/ehagan "4 total commits to the home-assistant organization, 3 commits to home-assistant, 1 commit to home-assistant-polymer") -- [Eric Oosting (@eoosting)](https://github.com/eoosting "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [Eric Rolf (@xrolfex)](https://github.com/xrolfex "13 total commits to the home-assistant organization, 13 commits to home-assistant") -- [Erik Eriksson (@molobrakos)](https://github.com/molobrakos "116 total commits to the home-assistant organization, 100 commits to home-assistant, 13 commits to home-assistant.io, 3 commits to netdisco") -- [Erik\-jan Riemers (@riemers)](https://github.com/riemers "14 total commits to the home-assistant organization, 13 commits to home-assistant.io, 1 commit to hassbian-scripts") -- [escoand (@escoand)](https://github.com/escoand "11 total commits to the home-assistant organization, 8 commits to home-assistant, 3 commits to netdisco") -- [ettisan (@ettisan)](https://github.com/ettisan "8 total commits to the home-assistant organization, 8 commits to home-assistant") -- [Eu (@covrig)](https://github.com/covrig "2 total commits to the home-assistant organization, 2 commits to home-assistant-polymer") -- [Eugenio Panadero (@azogue)](https://github.com/azogue "77 total commits to the home-assistant organization, 46 commits to home-assistant, 25 commits to home-assistant.io, 3 commits to homebridge-homeassistant, 3 commits to home-assistant-polymer") -- [Ezra Bowden (@bn0)](https://github.com/bn0 "2 total commits to the home-assistant organization, 2 commits to warrant") -- [Fabian Affolter (@fabaff)](https://github.com/fabaff "5024 total commits to the home-assistant organization, 3141 commits to home-assistant.io, 1737 commits to home-assistant, 33 commits to home-assistant-assets, 32 commits to home-assistant-notebooks, 22 commits to developers.home-assistant, 11 commits to home-assistant-polymer, 11 commits to hassio-build, 10 commits to netdisco, 7 commits to hassos, 6 commits to hassio, 6 commits to hassio-addons, 3 commits to hass-release, 2 commits to home-assistant-iOS, 1 commit to example-custom-config, 1 commit to home-assistant-js-websocket, 1 commit to ui-schema") -- [Fabian Fischer (@nodomain)](https://github.com/nodomain "1 total commits to the home-assistant organization, 1 commit to hassio-addons") -- [Fabian Heredia Montiel (@fabianhjr)](https://github.com/fabianhjr "4 total commits to the home-assistant organization, 4 commits to home-assistant") -- [Fabien Piuzzi (@reefab)](https://github.com/reefab "8 total commits to the home-assistant organization, 4 commits to home-assistant, 3 commits to home-assistant.io, 1 commit to home-assistant-polymer") -- [Fabrizio Furnari (@fabfurnari)](https://github.com/fabfurnari "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [fakezeta (@fakezeta)](https://github.com/fakezeta "7 total commits to the home-assistant organization, 7 commits to home-assistant") -- [Felix Krause (@KrauseFx)](https://github.com/KrauseFx "27 total commits to the home-assistant organization, 27 commits to issue-bot") -- [Fernando (@ferazambuja)](https://github.com/ferazambuja "4 total commits to the home-assistant organization, 4 commits to home-assistant.io") -- [Ferry van Zeelst (@StaticCube)](https://github.com/StaticCube "4 total commits to the home-assistant organization, 4 commits to home-assistant.io") -- [Finbarr Brady (@fbradyirl)](https://github.com/fbradyirl "8 total commits to the home-assistant organization, 8 commits to home-assistant") -- [Florian Holzapfel (@florianholzapfel)](https://github.com/florianholzapfel "7 total commits to the home-assistant organization, 4 commits to home-assistant.io, 3 commits to netdisco") -- [Florian Klien (@flowolf)](https://github.com/flowolf "22 total commits to the home-assistant organization, 17 commits to home-assistant.io, 5 commits to home-assistant") -- [florianj1 (@florianj1)](https://github.com/florianj1 "1 total commits to the home-assistant organization, 1 commit to hassio") -- [florincosta (@florincosta)](https://github.com/florincosta "6 total commits to the home-assistant organization, 3 commits to home-assistant, 3 commits to home-assistant.io") -- [Fonta (@f0nt4)](https://github.com/f0nt4 "4 total commits to the home-assistant organization, 4 commits to home-assistant.io") -- [Franck Nijhof (@frenck)](https://github.com/frenck "81 total commits to the home-assistant organization, 37 commits to home-assistant.io, 17 commits to hassio-cli, 11 commits to hassio, 6 commits to developers.home-assistant, 4 commits to hassio-addons, 3 commits to home-assistant, 2 commits to home-assistant-polymer, 1 commit to appdaemon") -- [Frank (@syphernl)](https://github.com/syphernl "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [Frantz (@rofrantz)](https://github.com/rofrantz "17 total commits to the home-assistant organization, 9 commits to home-assistant, 4 commits to home-assistant.io, 3 commits to netdisco, 1 commit to home-assistant-js-websocket") -- [Frederic Hemberger (@fhemberger)](https://github.com/fhemberger "93 total commits to the home-assistant organization, 93 commits to home-assistant.io") -- [Frederik Bolding (@FrederikBolding)](https://github.com/FrederikBolding "4 total commits to the home-assistant organization, 4 commits to home-assistant") -- [Fredrik Baberg (@fredrikbaberg)](https://github.com/fredrikbaberg "6 total commits to the home-assistant organization, 5 commits to home-assistant.io, 1 commit to developers.home-assistant") -- [Fredrik Lindqvist (@Landrash)](https://github.com/Landrash "232 total commits to the home-assistant organization, 118 commits to hassbian-scripts, 73 commits to home-assistant.io, 36 commits to pi-gen, 4 commits to home-assistant, 1 commit to home-assistant-polymer") -- [freol35241 (@freol35241)](https://github.com/freol35241 "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [fuga2136 (@fuga2136)](https://github.com/fuga2136 "13 total commits to the home-assistant organization, 13 commits to home-assistant.io") -- [Gabor SZOLLOSI (@szogi)](https://github.com/szogi "1 total commits to the home-assistant organization, 1 commit to appdaemon") -- [Gabriel Oliveira (@gabrielboliveira)](https://github.com/gabrielboliveira "2 total commits to the home-assistant organization, 1 commit to hassio-addons, 1 commit to hassos") -- [geekofweek (@geekofweek)](https://github.com/geekofweek "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [Geoff Norton (@kangaroo)](https://github.com/kangaroo "14 total commits to the home-assistant organization, 14 commits to home-assistant") -- [George Marshall (@georgemarshall)](https://github.com/georgemarshall "1 total commits to the home-assistant organization, 1 commit to hassio-addons") -- [George\.M (@nodinosaur)](https://github.com/nodinosaur "6 total commits to the home-assistant organization, 6 commits to home-assistant.io") -- [Georgi Kirichkov (@kirichkov)](https://github.com/kirichkov "18 total commits to the home-assistant organization, 11 commits to home-assistant.io, 6 commits to home-assistant, 1 commit to appdaemon") -- [Georgi Yanev (@jumpalottahigh)](https://github.com/jumpalottahigh "6 total commits to the home-assistant organization, 4 commits to home-assistant.io, 2 commits to home-assistant-polymer") -- [Georgii Staroselskii (@staroselskii)](https://github.com/staroselskii "1 total commits to the home-assistant organization, 1 commit to pi-gen") -- [Gerard (@gerard33)](https://github.com/gerard33 "20 total commits to the home-assistant organization, 11 commits to home-assistant.io, 9 commits to home-assistant") -- [Gergely Imreh (@imrehg)](https://github.com/imrehg "16 total commits to the home-assistant organization, 11 commits to home-assistant, 5 commits to home-assistant.io") -- [Gianluca Barbaro (@MrMep)](https://github.com/MrMep "24 total commits to the home-assistant organization, 16 commits to home-assistant, 8 commits to home-assistant.io") -- [Giel Janssens (@gieljnssns)](https://github.com/gieljnssns "5 total commits to the home-assistant organization, 5 commits to home-assistant") -- [gillkyle (@gillkyle)](https://github.com/gillkyle "1 total commits to the home-assistant organization, 1 commit to developers.home-assistant") -- [GitBook Bot (@gitbook-bot)](https://github.com/gitbook-bot "1 total commits to the home-assistant organization, 1 commit to developers.home-assistant") -- [githubbuh (@githubbuh)](https://github.com/githubbuh "5 total commits to the home-assistant organization, 5 commits to home-assistant.io") -- [gitmopp (@gitmopp)](https://github.com/gitmopp "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [Giuseppe (@glpatcern)](https://github.com/glpatcern "5 total commits to the home-assistant organization, 5 commits to home-assistant") -- [Glenn Morrison (@atomicpapa)](https://github.com/atomicpapa "4 total commits to the home-assistant organization, 4 commits to home-assistant.io") -- [Glenn Waters (@gwww)](https://github.com/gwww "9 total commits to the home-assistant organization, 4 commits to home-assistant, 3 commits to home-assistant.io, 1 commit to developers.home-assistant, 1 commit to home-assistant-polymer") -- [GMFalka (@GMFalka)](https://github.com/GMFalka "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [Gopal Kildoliya (@gopalkildoliya)](https://github.com/gopalkildoliya "4 total commits to the home-assistant organization, 4 commits to home-assistant") -- [Grant McConnaughey (@grantmcconnaughey)](https://github.com/grantmcconnaughey "8 total commits to the home-assistant organization, 8 commits to warrant") -- [GreenTurtwig (@GreenTurtwig)](https://github.com/GreenTurtwig "80 total commits to the home-assistant organization, 75 commits to home-assistant.io, 5 commits to home-assistant") -- [Greg Dowling (@pavoni)](https://github.com/pavoni "209 total commits to the home-assistant organization, 183 commits to home-assistant, 25 commits to home-assistant.io, 1 commit to netdisco") -- [Greg Laabs (@OverloadUT)](https://github.com/OverloadUT "28 total commits to the home-assistant organization, 23 commits to home-assistant, 5 commits to home-assistant.io") -- [Greg MacLellan (@gregmac)](https://github.com/gregmac "1 total commits to the home-assistant organization, 1 commit to pi-gen") -- [Greg Stevenson (@gstevenson)](https://github.com/gstevenson "4 total commits to the home-assistant organization, 4 commits to home-assistant.io") -- [Gregory Benner (@Klathmon)](https://github.com/Klathmon "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [GTH (@gunnarhelgason)](https://github.com/gunnarhelgason "2 total commits to the home-assistant organization, 2 commits to appdaemon") -- [Guillaume Rischard (@grischard)](https://github.com/grischard "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [Gustav Ahlberg (@Gyran)](https://github.com/Gyran "20 total commits to the home-assistant organization, 20 commits to home-assistant") -- [Guy Khmelnitsky (@GuyKh)](https://github.com/GuyKh "5 total commits to the home-assistant organization, 5 commits to home-assistant.io") -- [Guy Parisi (@Guyanthalas)](https://github.com/Guyanthalas "7 total commits to the home-assistant organization, 7 commits to home-assistant.io") -- [gwendalg (@gwendalg)](https://github.com/gwendalg "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [Hans Bakker (@hansmbakker)](https://github.com/hansmbakker "5 total commits to the home-assistant organization, 5 commits to home-assistant") -- [hanzoh (@hanzoh)](https://github.com/hanzoh "5 total commits to the home-assistant organization, 5 commits to home-assistant") -- [happyleavesaoc (@happyleavesaoc)](https://github.com/happyleavesaoc "114 total commits to the home-assistant organization, 90 commits to home-assistant, 23 commits to home-assistant.io, 1 commit to home-assistant-polymer") -- [Harald Nagel (@haraldnagel)](https://github.com/haraldnagel "6 total commits to the home-assistant organization, 6 commits to home-assistant") -- [Hate-Usernames (@Hate-Usernames)](https://github.com/Hate-Usernames "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [hawk259 (@hawk259)](https://github.com/hawk259 "13 total commits to the home-assistant organization, 7 commits to home-assistant, 5 commits to home-assistant.io, 1 commit to home-assistant-polymer") -- [hcooper (@hcooper)](https://github.com/hcooper "5 total commits to the home-assistant organization, 5 commits to home-assistant.io") -- [Heath Paddock (@heathbar)](https://github.com/heathbar "6 total commits to the home-assistant organization, 6 commits to home-assistant") -- [Heiko Rothe (@mKeRix)](https://github.com/mKeRix "20 total commits to the home-assistant organization, 15 commits to home-assistant, 5 commits to home-assistant.io") -- [Heiko Thiery (@hthiery)](https://github.com/hthiery "11 total commits to the home-assistant organization, 6 commits to home-assistant, 5 commits to home-assistant.io") -- [Heinrich Dahms (@htdahms)](https://github.com/htdahms "1 total commits to the home-assistant organization, 1 commit to home-assistant-iOS") -- [Hellowlol (@Hellowlol)](https://github.com/Hellowlol "4 total commits to the home-assistant organization, 3 commits to netdisco, 1 commit to appdaemon") -- [Helmut Januschka (@hjanuschka)](https://github.com/hjanuschka "3 total commits to the home-assistant organization, 3 commits to issue-bot") -- [Henrik Nicolaisen (@hmn)](https://github.com/hmn "6 total commits to the home-assistant organization, 6 commits to home-assistant") -- [heytcass (@heytcass)](https://github.com/heytcass "5 total commits to the home-assistant organization, 5 commits to home-assistant.io") -- [Hillary Fraley (@hillaryfraley)](https://github.com/hillaryfraley "12 total commits to the home-assistant organization, 12 commits to home-assistant.io") -- [Hmmbob (@hmmbob)](https://github.com/hmmbob "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [honcheng (@honcheng)](https://github.com/honcheng "2 total commits to the home-assistant organization, 2 commits to homebridge-homeassistant") -- [huangyupeng (@huangyupeng)](https://github.com/huangyupeng "15 total commits to the home-assistant organization, 8 commits to home-assistant, 7 commits to home-assistant.io") -- [Hugo Dupras (@jabesq)](https://github.com/jabesq "29 total commits to the home-assistant organization, 21 commits to home-assistant, 8 commits to home-assistant.io") -- [Hugo Gresse (@HugoGresse)](https://github.com/HugoGresse "8 total commits to the home-assistant organization, 8 commits to home-assistant.io") -- [Hugo Hromic (@hhromic)](https://github.com/hhromic "4 total commits to the home-assistant organization, 4 commits to pi-gen") -- [Hung Le (@hungle)](https://github.com/hungle "1 total commits to the home-assistant organization, 1 commit to libcoap") -- [Hydreliox (@HydrelioxGitHub)](https://github.com/HydrelioxGitHub "46 total commits to the home-assistant organization, 34 commits to home-assistant, 12 commits to home-assistant.io") -- [Ian Copp (@icopp)](https://github.com/icopp "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [Ian Richardson (@iantrich)](https://github.com/iantrich "1 total commits to the home-assistant organization, 1 commit to developers.home-assistant") -- [ianj001 (@ianj001)](https://github.com/ianj001 "7 total commits to the home-assistant organization, 7 commits to home-assistant.io") -- [icovada (@icovada)](https://github.com/icovada "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [Igor Shults (@ishults)](https://github.com/ishults "12 total commits to the home-assistant organization, 6 commits to home-assistant, 5 commits to home-assistant.io, 1 commit to home-assistant-polymer") -- [Ioan Loosley (@ioangogo)](https://github.com/ioangogo "18 total commits to the home-assistant organization, 15 commits to home-assistant.io, 3 commits to home-assistant") -- [Isabella Gross Alström (@isabellaalstrom)](https://github.com/isabellaalstrom "5 total commits to the home-assistant organization, 5 commits to home-assistant.io") -- [Issac Kelly (@issackelly)](https://github.com/issackelly "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [Jaak Laineste (@jaakla)](https://github.com/jaakla "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [Jacen (@jacen92)](https://github.com/jacen92 "2 total commits to the home-assistant organization, 2 commits to pi-gen") -- [Jack (@jackjohnsonuk)](https://github.com/jackjohnsonuk "6 total commits to the home-assistant organization, 6 commits to home-assistant.io") -- [Jack Minardi (@jminardi)](https://github.com/jminardi "8 total commits to the home-assistant organization, 8 commits to home-assistant") -- [Jacob Mansfield (@cyberjacob)](https://github.com/cyberjacob "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [Jacob Siverskog (@jsiverskog)](https://github.com/jsiverskog "1 total commits to the home-assistant organization, 1 commit to pi-gen") -- [Jacob Tomlinson (@jacobtomlinson)](https://github.com/jacobtomlinson "5 total commits to the home-assistant organization, 5 commits to home-assistant.io") -- [Jaimyn Mayer (@jabelone)](https://github.com/jabelone "1 total commits to the home-assistant organization, 1 commit to hassbian-scripts") -- [Jakub Bittner (@rexcze)](https://github.com/rexcze "2 total commits to the home-assistant organization, 2 commits to home-assistant-polymer") -- [James Cole (@jamespcole)](https://github.com/jamespcole "94 total commits to the home-assistant organization, 93 commits to home-assistant, 1 commit to home-assistant-js") -- [James Ruan (@jamesruan)](https://github.com/jamesruan "2 total commits to the home-assistant organization, 2 commits to pi-gen") -- [Jamie van Dyke (@fearoffish)](https://github.com/fearoffish "1 total commits to the home-assistant organization, 1 commit to home-assistant-iOS") -- [JammyDodger231 (@JammyDodger231)](https://github.com/JammyDodger231 "6 total commits to the home-assistant organization, 6 commits to home-assistant.io") -- [Jan Almeroth (@jalmeroth)](https://github.com/jalmeroth "6 total commits to the home-assistant organization, 5 commits to home-assistant, 1 commit to home-assistant-polymer") -- [Jan Harkes (@jaharkes)](https://github.com/jaharkes "110 total commits to the home-assistant organization, 100 commits to home-assistant, 10 commits to netdisco") -- [Jan Losinski (@janLo)](https://github.com/janLo "21 total commits to the home-assistant organization, 16 commits to home-assistant, 5 commits to home-assistant.io") -- [Jan Pobořil (@iBobik)](https://github.com/iBobik "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [Jan Willhaus (@janw)](https://github.com/janw "4 total commits to the home-assistant organization, 4 commits to home-assistant.io") -- [Janne Grunau (@jannau)](https://github.com/jannau "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [Jason Carter (@JasonCarter80)](https://github.com/JasonCarter80 "7 total commits to the home-assistant organization, 4 commits to home-assistant, 3 commits to home-assistant.io") -- [Jason Hite (@jasonmhite)](https://github.com/jasonmhite "6 total commits to the home-assistant organization, 6 commits to appdaemon") -- [Jason Hu (@awarecan)](https://github.com/awarecan "163 total commits to the home-assistant organization, 104 commits to home-assistant, 27 commits to home-assistant.io, 21 commits to home-assistant-polymer, 9 commits to developers.home-assistant, 1 commit to netdisco, 1 commit to home-assistant-js-websocket") -- [Jason Hunter (@hunterjm)](https://github.com/hunterjm "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [Jay Stevens (@Jay2645)](https://github.com/Jay2645 "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [JAYMAN-ATX (@JAYMAN-ATX)](https://github.com/JAYMAN-ATX "2 total commits to the home-assistant organization, 2 commits to homebridge-homeassistant") -- [JC Connell (@jcconnell)](https://github.com/jcconnell "12 total commits to the home-assistant organization, 7 commits to home-assistant.io, 5 commits to home-assistant") -- [jchasey (@jchasey)](https://github.com/jchasey "1 total commits to the home-assistant organization, 1 commit to developers.home-assistant") -- [Jean\-Michel Julien (@KurdyMalloy)](https://github.com/KurdyMalloy "1 total commits to the home-assistant organization, 1 commit to libcoap") -- [Jeepers Creepers (@jjensn)](https://github.com/jjensn "1 total commits to the home-assistant organization, 1 commit to netdisco") -- [Jeff Schroeder (@SEJeff)](https://github.com/SEJeff "17 total commits to the home-assistant organization, 17 commits to home-assistant") -- [Jeff Wilson (@jawilson)](https://github.com/jawilson "25 total commits to the home-assistant organization, 19 commits to home-assistant, 6 commits to home-assistant.io") -- [Jens (@jhoepken)](https://github.com/jhoepken "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [Jens Østergaard Nielsen (@dingusdk)](https://github.com/dingusdk "8 total commits to the home-assistant organization, 4 commits to home-assistant, 4 commits to home-assistant.io") -- [Jeppe Ladefoged (@ladefoged81)](https://github.com/ladefoged81 "11 total commits to the home-assistant organization, 11 commits to home-assistant.io") -- [Jerad Meisner (@jeradM)](https://github.com/jeradM "62 total commits to the home-assistant organization, 37 commits to home-assistant-polymer, 13 commits to home-assistant, 12 commits to home-assistant.io") -- [Jeremiah Wuenschel (@jer)](https://github.com/jer "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [Jeroen ter Heerdt (@jeroenterheerdt)](https://github.com/jeroenterheerdt "37 total commits to the home-assistant organization, 20 commits to home-assistant, 17 commits to home-assistant.io") -- [Jerold Albertson (@jeroldalbertson-wf)](https://github.com/jeroldalbertson-wf "5 total commits to the home-assistant organization, 5 commits to home-assistant.io") -- [Jerry Workman (@JerryWorkman)](https://github.com/JerryWorkman "9 total commits to the home-assistant organization, 9 commits to home-assistant.io") -- [Jesse Hills (@jesserockz)](https://github.com/jesserockz "9 total commits to the home-assistant organization, 9 commits to home-assistant") -- [Jesse Newland (@jnewland)](https://github.com/jnewland "16 total commits to the home-assistant organization, 13 commits to home-assistant, 3 commits to hubot-home-assistant") -- [JesseWebDotCom (@JesseWebDotCom)](https://github.com/JesseWebDotCom "16 total commits to the home-assistant organization, 8 commits to home-assistant, 8 commits to home-assistant.io") -- [jgrieger1 (@jgrieger1)](https://github.com/jgrieger1 "1 total commits to the home-assistant organization, 1 commit to appdaemon") -- [jiafengwang (@jiafengwang)](https://github.com/jiafengwang "1 total commits to the home-assistant organization, 1 commit to appdaemon") -- [jimbob1001 (@jimbob1001)](https://github.com/jimbob1001 "4 total commits to the home-assistant organization, 4 commits to home-assistant.io") -- [Joakim Nohlgård (@gebart)](https://github.com/gebart "2 total commits to the home-assistant organization, 2 commits to libcoap") -- [Joakim Sørensen (@ludeeus)](https://github.com/ludeeus "156 total commits to the home-assistant organization, 130 commits to hassbian-scripts, 23 commits to home-assistant.io, 3 commits to home-assistant") -- [Joe Lu (@snjoetw)](https://github.com/snjoetw "25 total commits to the home-assistant organization, 19 commits to home-assistant, 5 commits to home-assistant.io, 1 commit to appdaemon") -- [Joe McMonagle (@joemcmonagle)](https://github.com/joemcmonagle "13 total commits to the home-assistant organization, 13 commits to home-assistant.io") -- [joe248 (@joe248)](https://github.com/joe248 "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [Joeboyc2 (@Joeboyc2)](https://github.com/Joeboyc2 "15 total commits to the home-assistant organization, 15 commits to home-assistant.io") -- [Johan Bloemberg (@aequitas)](https://github.com/aequitas "45 total commits to the home-assistant organization, 36 commits to home-assistant, 8 commits to home-assistant.io, 1 commit to netdisco") -- [Johan Haals (@jhaals)](https://github.com/jhaals "1 total commits to the home-assistant organization, 1 commit to appdaemon") -- [Johan van der Kuijl (@Rubyan)](https://github.com/Rubyan "4 total commits to the home-assistant organization, 3 commits to home-assistant.io, 1 commit to appdaemon") -- [Johann Kellerman (@kellerza)](https://github.com/kellerza "181 total commits to the home-assistant organization, 148 commits to home-assistant, 33 commits to home-assistant.io") -- [Johannes K\. (@roadrash2108)](https://github.com/roadrash2108 "4 total commits to the home-assistant organization, 4 commits to home-assistant.io") -- [Johannes Truschnigg (@jtru)](https://github.com/jtru "2 total commits to the home-assistant organization, 2 commits to hassos") -- [John (@J-C-B)](https://github.com/J-C-B "5 total commits to the home-assistant organization, 5 commits to home-assistant.io") -- [John Arild Berentsen (@turbokongen)](https://github.com/turbokongen "225 total commits to the home-assistant organization, 156 commits to home-assistant, 45 commits to home-assistant.io, 24 commits to home-assistant-polymer") -- [John Lindley (@jwl17330536)](https://github.com/jwl17330536 "1 total commits to the home-assistant organization, 1 commit to appdaemon") -- [John Mihalic (@mezz64)](https://github.com/mezz64 "51 total commits to the home-assistant organization, 37 commits to home-assistant, 12 commits to home-assistant.io, 1 commit to home-assistant-polymer, 1 commit to hadashboard") -- [Johnny Chadda (@joch)](https://github.com/joch "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [Jon (@JonMurphy)](https://github.com/JonMurphy "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [Jon Caruana (@joncar)](https://github.com/joncar "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [Jon Griffith (@arretx)](https://github.com/arretx "15 total commits to the home-assistant organization, 14 commits to home-assistant.io, 1 commit to appdaemon") -- [Jon Maddox (@maddox)](https://github.com/maddox "107 total commits to the home-assistant organization, 82 commits to home-assistant, 16 commits to homebridge-homeassistant, 9 commits to home-assistant.io") -- [Jonas Karlsson (@endor-force)](https://github.com/endor-force "12 total commits to the home-assistant organization, 6 commits to home-assistant.io, 5 commits to hassio-addons, 1 commit to hassio-build") -- [Jonas Pedersen (@JonasPed)](https://github.com/JonasPed "1 total commits to the home-assistant organization, 1 commit to appdaemon") -- [Jonatan Castro (@jcastro)](https://github.com/jcastro "7 total commits to the home-assistant organization, 7 commits to home-assistant.io") -- [Jonathan Weinberg (@jonathanweinberg)](https://github.com/jonathanweinberg "4 total commits to the home-assistant organization, 4 commits to home-assistant.io") -- [joopert (@joopert)](https://github.com/joopert "6 total commits to the home-assistant organization, 6 commits to home-assistant") -- [Jordi (@hokus15)](https://github.com/hokus15 "4 total commits to the home-assistant organization, 4 commits to home-assistant.io") -- [Jordy (@jbarrancos)](https://github.com/jbarrancos "40 total commits to the home-assistant organization, 40 commits to home-assistant") -- [Jorim Tielemans (@tjorim)](https://github.com/tjorim "37 total commits to the home-assistant organization, 33 commits to home-assistant.io, 2 commits to hassio-cli, 1 commit to hassio, 1 commit to hassio-addons") -- [Jose Juan Montes (@jjmontesl)](https://github.com/jjmontesl "9 total commits to the home-assistant organization, 6 commits to home-assistant, 3 commits to home-assistant.io") -- [Joseph Carter (@iKarith)](https://github.com/iKarith "9 total commits to the home-assistant organization, 9 commits to pi-gen") -- [Josh Anderson (@andersonshatch)](https://github.com/andersonshatch "9 total commits to the home-assistant organization, 6 commits to home-assistant, 3 commits to homebridge-homeassistant") -- [Josh Nichols (@technicalpickles)](https://github.com/technicalpickles "28 total commits to the home-assistant organization, 15 commits to home-assistant, 13 commits to home-assistant.io") -- [Josh Wright (@JshWright)](https://github.com/JshWright "28 total commits to the home-assistant organization, 20 commits to home-assistant, 8 commits to home-assistant.io") -- [jpcomtois (@jpcomtois)](https://github.com/jpcomtois "1 total commits to the home-assistant organization, 1 commit to libcoap") -- [JudgeDredd (@JudgeDreddKLC)](https://github.com/JudgeDreddKLC "10 total commits to the home-assistant organization, 10 commits to home-assistant.io") -- [Juggels (@Juggels)](https://github.com/Juggels "11 total commits to the home-assistant organization, 7 commits to home-assistant, 4 commits to home-assistant.io") -- [Julian Kaffke (@jaykay)](https://github.com/jaykay "1 total commits to the home-assistant organization, 1 commit to hassio-addons") -- [Julian Kahnert (@JulianKahnert)](https://github.com/JulianKahnert "7 total commits to the home-assistant organization, 4 commits to home-assistant.io, 3 commits to home-assistant") -- [Julius Mittenzwei (@Julius2342)](https://github.com/Julius2342 "32 total commits to the home-assistant organization, 25 commits to home-assistant, 7 commits to home-assistant.io") -- [jumpkick (@jumpkick)](https://github.com/jumpkick "12 total commits to the home-assistant organization, 12 commits to home-assistant") -- [Junian Triajianto (@junian)](https://github.com/junian "1 total commits to the home-assistant organization, 1 commit to pi-gen") -- [Justin Dray (@justin8)](https://github.com/justin8 "7 total commits to the home-assistant organization, 7 commits to home-assistant.io") -- [Justin Hayes (@GussyH)](https://github.com/GussyH "8 total commits to the home-assistant organization, 7 commits to hadashboard, 1 commit to appdaemon") -- [Justin Weberg (@justweb1)](https://github.com/justweb1 "26 total commits to the home-assistant organization, 13 commits to home-assistant-polymer, 7 commits to hassbot, 4 commits to home-assistant, 1 commit to hassio, 1 commit to home-assistant-js") -- [Justyn Shull (@justyns)](https://github.com/justyns "5 total commits to the home-assistant organization, 5 commits to home-assistant") -- [Jérémie Klein (@grm)](https://github.com/grm "1 total commits to the home-assistant organization, 1 commit to appdaemon") -- [Karen Goode (@kfgoode)](https://github.com/kfgoode "4 total commits to the home-assistant organization, 4 commits to home-assistant") -- [Karl Kihlström (@kalkih)](https://github.com/kalkih "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [karlkar (@karlkar)](https://github.com/karlkar "15 total commits to the home-assistant organization, 10 commits to home-assistant, 5 commits to home-assistant.io") -- [kbickar (@kbickar)](https://github.com/kbickar "4 total commits to the home-assistant organization, 4 commits to home-assistant") -- [Keaton Taylor (@keatontaylor)](https://github.com/keatontaylor "7 total commits to the home-assistant organization, 4 commits to home-assistant, 3 commits to home-assistant.io") -- [Ken Bannister (@kb2ma)](https://github.com/kb2ma "1 total commits to the home-assistant organization, 1 commit to libcoap") -- [Ken Davidson (@kwdavidson)](https://github.com/kwdavidson "15 total commits to the home-assistant organization, 13 commits to home-assistant.io, 2 commits to appdaemon") -- [kennedyshead (@kennedyshead)](https://github.com/kennedyshead "12 total commits to the home-assistant organization, 12 commits to home-assistant") -- [kernehed (@kernehed)](https://github.com/kernehed "7 total commits to the home-assistant organization, 7 commits to home-assistant.io") -- [Kevin Eifinger (@eifinger)](https://github.com/eifinger "1 total commits to the home-assistant organization, 1 commit to appdaemon") -- [Kevin Fronczak (@fronzbot)](https://github.com/fronzbot "24 total commits to the home-assistant organization, 13 commits to home-assistant, 11 commits to home-assistant.io") -- [Kevin Gisi (@gisikw)](https://github.com/gisikw "5 total commits to the home-assistant organization, 5 commits to home-assistant.io") -- [Kevin Gottsman (@gottsman)](https://github.com/gottsman "8 total commits to the home-assistant organization, 8 commits to home-assistant.io") -- [Kevin Siml (@appzer)](https://github.com/appzer "7 total commits to the home-assistant organization, 4 commits to home-assistant, 3 commits to home-assistant.io") -- [Keyasha Brothern (@KMBrothern)](https://github.com/KMBrothern "4 total commits to the home-assistant organization, 4 commits to home-assistant.io") -- [kfcook (@kfcook)](https://github.com/kfcook "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [kireyeu (@kireyeu)](https://github.com/kireyeu "4 total commits to the home-assistant organization, 4 commits to home-assistant-notebooks") -- [Klaas Hoekema (@KlaasH)](https://github.com/KlaasH "12 total commits to the home-assistant organization, 5 commits to home-assistant, 5 commits to home-assistant.io, 2 commits to home-assistant-polymer") -- [Klaas Schoute (@klaasnicolaas)](https://github.com/klaasnicolaas "68 total commits to the home-assistant organization, 68 commits to home-assistant.io") -- [Klaus (@k-laus)](https://github.com/k-laus "1 total commits to the home-assistant organization, 1 commit to appdaemon") -- [koolsb (@koolsb)](https://github.com/koolsb "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [Kory Prince (@korylprince)](https://github.com/korylprince "4 total commits to the home-assistant organization, 4 commits to home-assistant-polymer") -- [Krasimir Chariyski (@Chariyski)](https://github.com/Chariyski "4 total commits to the home-assistant organization, 4 commits to home-assistant.io") -- [Krasimir Zhelev (@zhelev)](https://github.com/zhelev "4 total commits to the home-assistant organization, 3 commits to home-assistant, 1 commit to netdisco") -- [kroimon (@kroimon)](https://github.com/kroimon "1 total commits to the home-assistant organization, 1 commit to netdisco") -- [Kyle Hendricks (@kylehendricks)](https://github.com/kylehendricks "6 total commits to the home-assistant organization, 6 commits to home-assistant") -- [lamiskin (@lamiskin)](https://github.com/lamiskin "4 total commits to the home-assistant organization, 4 commits to home-assistant.io") -- [Lars Englund (@larsenglund)](https://github.com/larsenglund "1 total commits to the home-assistant organization, 1 commit to appdaemon") -- [Lennart Bernhardt (@LennyPenny)](https://github.com/LennyPenny "1 total commits to the home-assistant organization, 1 commit to hassio-build") -- [Leon99 (@Leon99)](https://github.com/Leon99 "1 total commits to the home-assistant organization, 1 commit to appdaemon") -- [Leonardo Saraiva (@vyper)](https://github.com/vyper "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [leschekfm (@leschekfm)](https://github.com/leschekfm "3 total commits to the home-assistant organization, 3 commits to hassbian-scripts") -- [Lev Aronsky (@aronsky)](https://github.com/aronsky "16 total commits to the home-assistant organization, 13 commits to home-assistant, 3 commits to home-assistant.io") -- [Lewis Juggins (@lwis)](https://github.com/lwis "67 total commits to the home-assistant organization, 54 commits to home-assistant, 12 commits to home-assistant.io, 1 commit to home-assistant-polymer") -- [Lindsay Ward (@lindsaymarkward)](https://github.com/lindsaymarkward "18 total commits to the home-assistant organization, 13 commits to home-assistant.io, 5 commits to home-assistant") -- [linuxlurak (@linuxlurak)](https://github.com/linuxlurak "2 total commits to the home-assistant organization, 2 commits to hadashboard") -- [linvinus (@linvinus)](https://github.com/linvinus "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [lrmate (@lrmate)](https://github.com/lrmate "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [Luar Roji (@cyberplant)](https://github.com/cyberplant "4 total commits to the home-assistant organization, 4 commits to home-assistant.io") -- [Luc Touraille (@stilllman)](https://github.com/stilllman "1 total commits to the home-assistant organization, 1 commit to netdisco") -- [Luca Angemi (@luca-angemi)](https://github.com/luca-angemi "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [LucaSoldi (@LucaSoldi)](https://github.com/LucaSoldi "6 total commits to the home-assistant organization, 6 commits to home-assistant") -- [Lucien Guimier (@guimier)](https://github.com/guimier "1 total commits to the home-assistant organization, 1 commit to libcoap") -- [Ludovic (@ldvc)](https://github.com/ldvc "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [Ludovico de Nittis (@RyuzakiKK)](https://github.com/RyuzakiKK "4 total commits to the home-assistant organization, 4 commits to home-assistant.io") -- [Lukas (@lukas-hetzenecker)](https://github.com/lukas-hetzenecker "14 total commits to the home-assistant organization, 10 commits to home-assistant, 4 commits to home-assistant.io") -- [Lukas Barth (@tinloaf)](https://github.com/tinloaf "37 total commits to the home-assistant organization, 23 commits to home-assistant, 12 commits to home-assistant.io, 2 commits to home-assistant-polymer") -- [Lukas Porubcan (@Luc3as)](https://github.com/Luc3as "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [Luke Armstrong (@lukearmstrong)](https://github.com/lukearmstrong "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [Luuk (@luukd)](https://github.com/luukd "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [LvivEchoes (@LvivEchoes)](https://github.com/LvivEchoes "8 total commits to the home-assistant organization, 4 commits to home-assistant, 3 commits to home-assistant.io, 1 commit to home-assistant-polymer") -- [Maarten Groeneweg (@lazytesting)](https://github.com/lazytesting "1 total commits to the home-assistant organization, 1 commit to hassio-addons") -- [Maciej Bieniek (@bieniu)](https://github.com/bieniu "7 total commits to the home-assistant organization, 6 commits to home-assistant, 1 commit to home-assistant-polymer") -- [Maciej Sokołowski (@matemaciek)](https://github.com/matemaciek "5 total commits to the home-assistant organization, 4 commits to home-assistant, 1 commit to hassio-build") -- [Maciej Wasilak (@mwasilak)](https://github.com/mwasilak "1 total commits to the home-assistant organization, 1 commit to libcoap") -- [Magnus Ihse Bursie (@magicus)](https://github.com/magicus "16 total commits to the home-assistant organization, 9 commits to home-assistant, 4 commits to netdisco, 3 commits to home-assistant.io") -- [Magnus Lyckå (@magnus-lycka)](https://github.com/magnus-lycka "1 total commits to the home-assistant organization, 1 commit to netdisco") -- [MagnusKnutas (@MagnusKnutas)](https://github.com/MagnusKnutas "29 total commits to the home-assistant organization, 29 commits to home-assistant") -- [Mahasri Kalavala (@skalavala)](https://github.com/skalavala "32 total commits to the home-assistant organization, 32 commits to home-assistant.io") -- [Makrand Gupta (@makrandgupta)](https://github.com/makrandgupta "1 total commits to the home-assistant organization, 1 commit to hassos") -- [Mal Curtis (@snikch)](https://github.com/snikch "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [Malte Franken (@exxamalte)](https://github.com/exxamalte "22 total commits to the home-assistant organization, 15 commits to home-assistant, 5 commits to home-assistant.io, 1 commit to developers.home-assistant, 1 commit to home-assistant-polymer") -- [Marc Egli (@frog32)](https://github.com/frog32 "12 total commits to the home-assistant organization, 8 commits to home-assistant, 3 commits to home-assistant.io, 1 commit to hassio-addons-example") -- [Marc Forth (@mf-social)](https://github.com/mf-social "28 total commits to the home-assistant organization, 27 commits to home-assistant.io, 1 commit to fabric-home-assistant") -- [Marc Khouri (@ubnt-marc-khouri)](https://github.com/ubnt-marc-khouri "4 total commits to the home-assistant organization, 2 commits to home-assistant-polymer, 1 commit to hassio-build, 1 commit to developers.home-assistant") -- [Marc Pabst (@marcpabst)](https://github.com/marcpabst "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [Marc Plano\-Lesay (@Kernald)](https://github.com/Kernald "10 total commits to the home-assistant organization, 10 commits to home-assistant.io") -- [Marcel Hoppe (@hobbypunk90)](https://github.com/hobbypunk90 "13 total commits to the home-assistant organization, 7 commits to home-assistant.io, 6 commits to home-assistant") -- [Marcel030nl (@Marcel030nl)](https://github.com/Marcel030nl "5 total commits to the home-assistant organization, 5 commits to home-assistant.io") -- [Marcelo Moreira de Mello (@tchellomello)](https://github.com/tchellomello "159 total commits to the home-assistant organization, 89 commits to home-assistant, 67 commits to home-assistant.io, 1 commit to home-assistant-assets, 1 commit to hassio-build, 1 commit to home-assistant-polymer") -- [Marcin Domański (@kabturek)](https://github.com/kabturek "2 total commits to the home-assistant organization, 2 commits to appdaemon") -- [Marcin Jaworski (@yawor)](https://github.com/yawor "12 total commits to the home-assistant organization, 12 commits to appdaemon") -- [Marco (@marconett)](https://github.com/marconett "3 total commits to the home-assistant organization, 3 commits to appdaemon") -- [Marco Orovecchia (@Oro)](https://github.com/Oro "9 total commits to the home-assistant organization, 6 commits to home-assistant, 3 commits to home-assistant.io") -- [Marijn Giesen (@marijngiesen)](https://github.com/marijngiesen "5 total commits to the home-assistant organization, 5 commits to hadashboard") -- [Marius (@ciotlosm)](https://github.com/ciotlosm "39 total commits to the home-assistant organization, 14 commits to home-assistant-polymer, 12 commits to home-assistant.io, 8 commits to home-assistant, 3 commits to developers.home-assistant, 2 commits to ui-schema") -- [Mariusz Łuciów (@mariuszluciow)](https://github.com/mariuszluciow "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [Mark Coombes (@marthoc)](https://github.com/marthoc "8 total commits to the home-assistant organization, 8 commits to home-assistant") -- [Mark Grosen (@mgsb)](https://github.com/mgsb "1 total commits to the home-assistant organization, 1 commit to netdisco") -- [Mark Huson (@mehuman)](https://github.com/mehuman "11 total commits to the home-assistant organization, 11 commits to home-assistant.io") -- [Mark Perdue (@markperdue)](https://github.com/markperdue "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [mark9white (@mark9white)](https://github.com/mark9white "1 total commits to the home-assistant organization, 1 commit to hassio") -- [markferry (@markferry)](https://github.com/markferry "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [Markus (@iMarkus)](https://github.com/iMarkus "1 total commits to the home-assistant organization, 1 commit to hassio") -- [Markus Becker (@markushx)](https://github.com/markushx "6 total commits to the home-assistant organization, 6 commits to libcoap") -- [Markus Nigbur (@mnigbur)](https://github.com/mnigbur "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [Markus Peter (@bimbar)](https://github.com/bimbar "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [Markus Stenberg (@fingon)](https://github.com/fingon "6 total commits to the home-assistant organization, 6 commits to home-assistant") -- [Martin Berg (@mbrrg)](https://github.com/mbrrg "10 total commits to the home-assistant organization, 7 commits to home-assistant, 3 commits to home-assistant.io") -- [Martin Eberhardt (@DarkFox)](https://github.com/DarkFox "5 total commits to the home-assistant organization, 5 commits to home-assistant.io") -- [Martin Hjelmare (@MartinHjelmare)](https://github.com/MartinHjelmare "184 total commits to the home-assistant organization, 147 commits to home-assistant, 32 commits to home-assistant.io, 5 commits to developers.home-assistant") -- [Martin Rowan (@shortbloke)](https://github.com/shortbloke "6 total commits to the home-assistant organization, 3 commits to home-assistant, 3 commits to home-assistant.io") -- [Martin Weinelt (@mweinelt)](https://github.com/mweinelt "17 total commits to the home-assistant organization, 9 commits to home-assistant, 7 commits to home-assistant.io, 1 commit to home-assistant-polymer") -- [Martokk (@martokk)](https://github.com/martokk "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [Mathew Peterson (@mathewpeterson)](https://github.com/mathewpeterson "1 total commits to the home-assistant organization, 1 commit to homebridge-homeassistant") -- [Mathieu Velten (@MatMaul)](https://github.com/MatMaul "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [Matt D (@matt1)](https://github.com/matt1 "1 total commits to the home-assistant organization, 1 commit to hassio-cli") -- [Matt N\. (@mnoorenberghe)](https://github.com/mnoorenberghe "54 total commits to the home-assistant organization, 25 commits to home-assistant-iOS, 17 commits to home-assistant.io, 9 commits to home-assistant, 2 commits to home-assistant-polymer, 1 commit to homebridge-homeassistant") -- [Matt Rogers (@rogersmj)](https://github.com/rogersmj "20 total commits to the home-assistant organization, 20 commits to hadashboard") -- [Matt Schmitt (@schmittx)](https://github.com/schmittx "91 total commits to the home-assistant organization, 52 commits to homebridge-homeassistant, 22 commits to home-assistant, 12 commits to home-assistant.io, 3 commits to home-assistant-polymer, 2 commits to developers.home-assistant") -- [Matt Snyder (@oblogic7)](https://github.com/oblogic7 "7 total commits to the home-assistant organization, 4 commits to home-assistant, 3 commits to home-assistant.io") -- [Matt White (@matt-FFFFFF)](https://github.com/matt-FFFFFF "1 total commits to the home-assistant organization, 1 commit to hassio-addons") -- [Matt White (@mw-white)](https://github.com/mw-white "10 total commits to the home-assistant organization, 5 commits to home-assistant, 5 commits to home-assistant.io") -- [Matteo Lampugnani (@t30)](https://github.com/t30 "7 total commits to the home-assistant organization, 7 commits to home-assistant.io") -- [Matthew Donoughe (@mdonoughe)](https://github.com/mdonoughe "4 total commits to the home-assistant organization, 4 commits to home-assistant.io") -- [Matthew Garrett (@mjg59)](https://github.com/mjg59 "30 total commits to the home-assistant organization, 22 commits to home-assistant, 7 commits to home-assistant.io, 1 commit to netdisco") -- [Matthew Rollings (@stealthcopter)](https://github.com/stealthcopter "5 total commits to the home-assistant organization, 5 commits to home-assistant.io") -- [Matthew Treinish (@mtreinish)](https://github.com/mtreinish "24 total commits to the home-assistant organization, 15 commits to home-assistant, 9 commits to home-assistant.io") -- [Matthias Dötsch (@brainexe)](https://github.com/brainexe "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [Matthias Urlichs (@smurfix)](https://github.com/smurfix "6 total commits to the home-assistant organization, 3 commits to appdaemon, 3 commits to home-assistant") -- [Mattias Welponer (@mxworm)](https://github.com/mxworm "24 total commits to the home-assistant organization, 14 commits to home-assistant, 9 commits to home-assistant.io, 1 commit to home-assistant-polymer") -- [Max Mudde (@makzdot)](https://github.com/makzdot "1 total commits to the home-assistant organization, 1 commit to developers.home-assistant") -- [Max Prokhorov (@mcspr)](https://github.com/mcspr "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [Max Rumpf (@Maxr1998)](https://github.com/Maxr1998 "7 total commits to the home-assistant organization, 7 commits to home-assistant.io") -- [maxclaey (@maxclaey)](https://github.com/maxclaey "5 total commits to the home-assistant organization, 5 commits to home-assistant") -- [maxlaverse (@maxlaverse)](https://github.com/maxlaverse "6 total commits to the home-assistant organization, 6 commits to home-assistant") -- [mbo18 (@mbo18)](https://github.com/mbo18 "1 total commits to the home-assistant organization, 1 commit to hassio") -- [mboeru (@mboeru)](https://github.com/mboeru "1 total commits to the home-assistant organization, 1 commit to home-assistant-iOS") -- [Menno Blom (@b10m)](https://github.com/b10m "4 total commits to the home-assistant organization, 3 commits to home-assistant.io, 1 commit to netdisco") -- [mertenats (@mertenats)](https://github.com/mertenats "4 total commits to the home-assistant organization, 4 commits to home-assistant.io") -- [mgbowen (@mgbowen)](https://github.com/mgbowen "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [Micha LaQua (@milaq)](https://github.com/milaq "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [Michael (@hartmms)](https://github.com/hartmms "4 total commits to the home-assistant organization, 4 commits to home-assistant.io") -- [Michael Auchter (@auchter)](https://github.com/auchter "13 total commits to the home-assistant organization, 13 commits to home-assistant") -- [Michael Fester (@michaelfester)](https://github.com/michaelfester "4 total commits to the home-assistant organization, 4 commits to home-assistant.io") -- [Michael Furtak (@mfurtak)](https://github.com/mfurtak "5 total commits to the home-assistant organization, 5 commits to issue-bot") -- [Michael Gilbert (@Zyell)](https://github.com/Zyell "8 total commits to the home-assistant organization, 8 commits to home-assistant") -- [Michael Kutý (@michaelkuty)](https://github.com/michaelkuty "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [Michael Luggen (@l00mi)](https://github.com/l00mi "4 total commits to the home-assistant organization, 4 commits to home-assistant.io") -- [Michael Requeny (@requenym)](https://github.com/requenym "14 total commits to the home-assistant organization, 14 commits to home-assistant.io") -- [Michael Shim (@shimeez)](https://github.com/shimeez "1 total commits to the home-assistant organization, 1 commit to fabric-home-assistant") -- [Michael Wei (@no2chem)](https://github.com/no2chem "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [Michaël Arnauts (@michaelarnauts)](https://github.com/michaelarnauts "65 total commits to the home-assistant organization, 34 commits to home-assistant, 27 commits to home-assistant.io, 3 commits to home-assistant-polymer, 1 commit to netdisco") -- [Michel Settembrino (@Michel-Settembrino)](https://github.com/Michel-Settembrino "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [micw (@micw)](https://github.com/micw "5 total commits to the home-assistant organization, 5 commits to home-assistant") -- [Mike (@mradziwo)](https://github.com/mradziwo "1 total commits to the home-assistant organization, 1 commit to appdaemon") -- [Mike Christianson (@MikeChristianson)](https://github.com/MikeChristianson "6 total commits to the home-assistant organization, 6 commits to home-assistant") -- [Mike Megally (@cmsimike)](https://github.com/cmsimike "14 total commits to the home-assistant organization, 9 commits to home-assistant, 5 commits to home-assistant.io") -- [Mike Nestor (@mnestor)](https://github.com/mnestor "6 total commits to the home-assistant organization, 5 commits to home-assistant, 1 commit to home-assistant-polymer") -- [Mike O'Driscoll (@mikeodr)](https://github.com/mikeodr "8 total commits to the home-assistant organization, 5 commits to home-assistant.io, 3 commits to home-assistant") -- [Mikkel Høgh (@mikl)](https://github.com/mikl "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [Milan V\. (@milanvo)](https://github.com/milanvo "18 total commits to the home-assistant organization, 10 commits to home-assistant, 7 commits to home-assistant.io, 1 commit to home-assistant-polymer") -- [miniconfig (@miniconfig)](https://github.com/miniconfig "27 total commits to the home-assistant organization, 20 commits to home-assistant, 7 commits to home-assistant.io") -- [Minims (@Minims)](https://github.com/Minims "3 total commits to the home-assistant organization, 3 commits to homebridge-homeassistant") -- [Mister Wil (@MisterWil)](https://github.com/MisterWil "21 total commits to the home-assistant organization, 15 commits to home-assistant, 6 commits to home-assistant.io") -- [Mitesh Patel (@gurumitts)](https://github.com/gurumitts "9 total commits to the home-assistant organization, 5 commits to home-assistant, 4 commits to home-assistant.io") -- [Mitko Masarliev (@masarliev)](https://github.com/masarliev "12 total commits to the home-assistant organization, 8 commits to home-assistant, 4 commits to home-assistant.io") -- [MizterB (@MizterB)](https://github.com/MizterB "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [mjj4791 (@mjj4791)](https://github.com/mjj4791 "23 total commits to the home-assistant organization, 15 commits to home-assistant.io, 8 commits to home-assistant") -- [mmmmmtasty (@mmmmmtasty)](https://github.com/mmmmmtasty "8 total commits to the home-assistant organization, 8 commits to appdaemon") -- [mojotaker (@mojotaker)](https://github.com/mojotaker "1 total commits to the home-assistant organization, 1 commit to developers.home-assistant") -- [Moksh Mridul (@mokshmridul)](https://github.com/mokshmridul "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [Molodax (@Molodax)](https://github.com/Molodax "7 total commits to the home-assistant organization, 7 commits to home-assistant.io") -- [moskovskiy82 (@moskovskiy82)](https://github.com/moskovskiy82 "6 total commits to the home-assistant organization, 6 commits to home-assistant.io") -- [motir (@motir)](https://github.com/motir "1 total commits to the home-assistant organization, 1 commit to appdaemon") -- [mountainsandcode (@mountainsandcode)](https://github.com/mountainsandcode "9 total commits to the home-assistant organization, 6 commits to home-assistant.io, 3 commits to home-assistant") -- [mueslo (@mueslo)](https://github.com/mueslo "5 total commits to the home-assistant organization, 5 commits to home-assistant.io") -- [mvn23 (@mvn23)](https://github.com/mvn23 "11 total commits to the home-assistant organization, 6 commits to home-assistant.io, 5 commits to home-assistant") -- [Myles Eftos (@madpilot)](https://github.com/madpilot "1 total commits to the home-assistant organization, 1 commit to appdaemon") -- [Mārtiņš Grunskis (@grunskis)](https://github.com/grunskis "1 total commits to the home-assistant organization, 1 commit to netdisco") -- [Nash Kaminski (@nkaminski)](https://github.com/nkaminski "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [Nate Clark (@heythisisnate)](https://github.com/heythisisnate "15 total commits to the home-assistant organization, 10 commits to home-assistant, 5 commits to home-assistant.io") -- [Nathan Flynn (@eperdeme)](https://github.com/eperdeme "1 total commits to the home-assistant organization, 1 commit to hassio-addons") -- [Nathan Henrie (@n8henrie)](https://github.com/n8henrie "22 total commits to the home-assistant organization, 10 commits to home-assistant, 8 commits to home-assistant.io, 2 commits to homebridge-homeassistant, 1 commit to appdaemon, 1 commit to home-assistant-polymer") -- [Nathan Knotts (@nknotts)](https://github.com/nknotts "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [Neil Crosby (@NeilCrosby)](https://github.com/NeilCrosby "1 total commits to the home-assistant organization, 1 commit to developers.home-assistant") -- [Neil Lathwood (@laf)](https://github.com/laf "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [Nelis Willers (@NelisW)](https://github.com/NelisW "1 total commits to the home-assistant organization, 1 commit to fabric-home-assistant") -- [NeLLyMerC (@NeLLyMerC)](https://github.com/NeLLyMerC "5 total commits to the home-assistant organization, 5 commits to home-assistant.io") -- [Nicholas Amadori (@namadori)](https://github.com/namadori "4 total commits to the home-assistant organization, 4 commits to home-assistant.io") -- [Nicholas Griffin (@nicholasgriffintn)](https://github.com/nicholasgriffintn "6 total commits to the home-assistant organization, 6 commits to home-assistant.io") -- [Nicholas Westerhausen (@nwesterhausen)](https://github.com/nwesterhausen "8 total commits to the home-assistant organization, 8 commits to home-assistant.io") -- [Nick Touran (@partofthething)](https://github.com/partofthething "38 total commits to the home-assistant organization, 25 commits to home-assistant, 13 commits to home-assistant.io") -- [Nick Whyte (@nickw444)](https://github.com/nickw444 "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [Nicko van Someren (@nickovs)](https://github.com/nickovs "5 total commits to the home-assistant organization, 5 commits to home-assistant") -- [Nicolas Graziano (@ngraziano)](https://github.com/ngraziano "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [Nicolas Martignoni (@martignoni)](https://github.com/martignoni "1 total commits to the home-assistant organization, 1 commit to pi-gen") -- [Niels Mündler (@nielstron)](https://github.com/nielstron "18 total commits to the home-assistant organization, 16 commits to home-assistant, 2 commits to netdisco") -- [Nigel Rook (@NigelRook)](https://github.com/NigelRook "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [Niklas (@niklaswa)](https://github.com/niklaswa "5 total commits to the home-assistant organization, 5 commits to home-assistant.io") -- [Niklas Wagner (@Skaronator)](https://github.com/Skaronator "9 total commits to the home-assistant organization, 9 commits to home-assistant.io") -- [Nikolay Vasilchuk (@Anonym-tsk)](https://github.com/Anonym-tsk "5 total commits to the home-assistant organization, 4 commits to home-assistant, 1 commit to home-assistant-polymer") -- [Nolan Darilek (@ndarilek)](https://github.com/ndarilek "1 total commits to the home-assistant organization, 1 commit to hassio") -- [Nolan Gilley (@nkgilley)](https://github.com/nkgilley "123 total commits to the home-assistant organization, 95 commits to home-assistant, 28 commits to home-assistant.io") -- [nordlead2005 (@nordlead2005)](https://github.com/nordlead2005 "7 total commits to the home-assistant organization, 4 commits to home-assistant.io, 3 commits to home-assistant") -- [NotoriousBDG (@notoriousbdg)](https://github.com/notoriousbdg "3 total commits to the home-assistant organization, 3 commits to hassio-addons") -- [NovapaX (@NovapaX)](https://github.com/NovapaX "59 total commits to the home-assistant organization, 50 commits to home-assistant-polymer, 8 commits to home-assistant, 1 commit to home-assistant-assets") -- [noxhirsch (@noxhirsch)](https://github.com/noxhirsch "5 total commits to the home-assistant organization, 5 commits to home-assistant.io") -- [ntalekt (@ntalekt)](https://github.com/ntalekt "6 total commits to the home-assistant organization, 6 commits to home-assistant.io") -- [Nuno Sousa (@nunofgs)](https://github.com/nunofgs "5 total commits to the home-assistant organization, 4 commits to home-assistant, 1 commit to homebridge-homeassistant") -- [obgm (@obgm)](https://github.com/obgm "480 total commits to the home-assistant organization, 480 commits to libcoap") -- [Odianosen Ejale (@Odianosen25)](https://github.com/Odianosen25 "1 total commits to the home-assistant organization, 1 commit to appdaemon") -- [Ole\-Kenneth (@olekenneth)](https://github.com/olekenneth "1 total commits to the home-assistant organization, 1 commit to homebridge-homeassistant") -- [Oleksii Serdiuk (@leppa)](https://github.com/leppa "8 total commits to the home-assistant organization, 5 commits to home-assistant, 3 commits to home-assistant.io") -- [Oliv3rDog (@Oliv3rDog)](https://github.com/Oliv3rDog "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [Oliver (@scarface-4711)](https://github.com/scarface-4711 "29 total commits to the home-assistant organization, 19 commits to home-assistant, 9 commits to home-assistant.io, 1 commit to netdisco") -- [Oliver van Porten (@mcdeck)](https://github.com/mcdeck "10 total commits to the home-assistant organization, 10 commits to home-assistant") -- [Oncleben31 (@oncleben31)](https://github.com/oncleben31 "9 total commits to the home-assistant organization, 9 commits to home-assistant.io") -- [Open Home Automation (@open-homeautomation)](https://github.com/open-homeautomation "41 total commits to the home-assistant organization, 29 commits to home-assistant, 12 commits to home-assistant.io") -- [ottersen (@ottersen)](https://github.com/ottersen "11 total commits to the home-assistant organization, 11 commits to home-assistant.io") -- [Otto Winter (@OttoWinter)](https://github.com/OttoWinter "99 total commits to the home-assistant organization, 71 commits to home-assistant, 22 commits to home-assistant.io, 4 commits to home-assistant-polymer, 2 commits to developers.home-assistant") -- [oznu (@oznu)](https://github.com/oznu "1 total commits to the home-assistant organization, 1 commit to homebridge-homeassistant") -- [Parker Moore (@parkr)](https://github.com/parkr "60 total commits to the home-assistant organization, 60 commits to home-assistant.io") -- [pascal (@passie)](https://github.com/passie "4 total commits to the home-assistant organization, 3 commits to home-assistant, 1 commit to home-assistant-polymer") -- [Pascal Bach (@bachp)](https://github.com/bachp "10 total commits to the home-assistant organization, 9 commits to home-assistant, 1 commit to netdisco") -- [Pascal Vizeli (@pvizeli)](https://github.com/pvizeli "3798 total commits to the home-assistant organization, 1341 commits to hassio, 680 commits to hassos, 484 commits to home-assistant, 468 commits to hassio-build, 375 commits to hassio-addons, 333 commits to home-assistant.io, 36 commits to hassio-homeassistant, 27 commits to developers.home-assistant, 20 commits to hassio-cli, 17 commits to hassio-addons-example, 10 commits to hassio-base, 3 commits to hassio-addons-development, 2 commits to home-assistant-polymer, 1 commit to home-assistant-js-websocket, 1 commit to netdisco") -- [Pat Thoyts (@patthoyts)](https://github.com/patthoyts "2 total commits to the home-assistant organization, 2 commits to netdisco") -- [Patrick (@tradiuz)](https://github.com/tradiuz "5 total commits to the home-assistant organization, 5 commits to home-assistant.io") -- [Patrick Aikens (@duckpuppy)](https://github.com/duckpuppy "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [Patrick Easters (@patrickeasters)](https://github.com/patrickeasters "5 total commits to the home-assistant organization, 5 commits to home-assistant.io") -- [Paul Annekov (@PaulAnnekov)](https://github.com/PaulAnnekov "10 total commits to the home-assistant organization, 7 commits to home-assistant, 3 commits to home-assistant.io") -- [Paul Davis (@paulbdavis)](https://github.com/paulbdavis "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [Paul Hendry (@pshendry)](https://github.com/pshendry "1 total commits to the home-assistant organization, 1 commit to warrant") -- [Paul Jimenez (@pjz)](https://github.com/pjz "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [Paul Nicholls (@pauln)](https://github.com/pauln "2 total commits to the home-assistant organization, 2 commits to netdisco") -- [Paul Sokolovsky (@pfalcon)](https://github.com/pfalcon "6 total commits to the home-assistant organization, 3 commits to netdisco, 3 commits to home-assistant") -- [Pavel Ponomarev (@awsum)](https://github.com/awsum "2 total commits to the home-assistant organization, 2 commits to home-assistant-polymer") -- [Pawel Winogrodzki (@PawelWMS)](https://github.com/PawelWMS "12 total commits to the home-assistant organization, 12 commits to libcoap") -- [Pedro Navarro (@pedronavf)](https://github.com/pedronavf "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [Pedro Pombeiro (@PombeirP)](https://github.com/PombeirP "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [Per Osbäck (@perosb)](https://github.com/perosb "19 total commits to the home-assistant organization, 19 commits to home-assistant") -- [Per Sandström (@persandstrom)](https://github.com/persandstrom "131 total commits to the home-assistant organization, 101 commits to home-assistant, 18 commits to home-assistant.io, 12 commits to home-assistant-polymer") -- [Pete Peterson (@petey)](https://github.com/petey "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [PeteBa (@PeteBa)](https://github.com/PeteBa "9 total commits to the home-assistant organization, 5 commits to home-assistant, 4 commits to home-assistant-polymer") -- [Peter Epley (@epleypa)](https://github.com/epleypa "6 total commits to the home-assistant organization, 6 commits to home-assistant.io") -- [Peter Nijssen (@peternijssen)](https://github.com/peternijssen "7 total commits to the home-assistant organization, 4 commits to home-assistant.io, 3 commits to home-assistant") -- [Petr Vraník (@konikvranik)](https://github.com/konikvranik "11 total commits to the home-assistant organization, 6 commits to home-assistant, 5 commits to home-assistant.io") -- [pezinek (@pezinek)](https://github.com/pezinek "8 total commits to the home-assistant organization, 8 commits to home-assistant") -- [Phi Dong (@pdong)](https://github.com/pdong "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [Phil (@godloth)](https://github.com/godloth "10 total commits to the home-assistant organization, 10 commits to home-assistant.io") -- [Phil Cole (@filcole)](https://github.com/filcole "9 total commits to the home-assistant organization, 6 commits to home-assistant.io, 3 commits to home-assistant") -- [Phil Elson (@pelson)](https://github.com/pelson "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [Phil Frost (@bitglue)](https://github.com/bitglue "8 total commits to the home-assistant organization, 8 commits to home-assistant") -- [Phil Hawthorne (@philhawthorne)](https://github.com/philhawthorne "25 total commits to the home-assistant organization, 19 commits to home-assistant.io, 6 commits to home-assistant") -- [Phil Kates (@philk)](https://github.com/philk "11 total commits to the home-assistant organization, 8 commits to home-assistant, 3 commits to home-assistant.io") -- [Philip Hofstetter (@pilif)](https://github.com/pilif "6 total commits to the home-assistant organization, 6 commits to home-assistant.io") -- [Philip Howard (@Gadgetoid)](https://github.com/Gadgetoid "1 total commits to the home-assistant organization, 1 commit to pi-gen") -- [Philip Kleimeyer (@philklei)](https://github.com/philklei "4 total commits to the home-assistant organization, 4 commits to home-assistant") -- [Philip Lundrigan (@philipbl)](https://github.com/philipbl "65 total commits to the home-assistant organization, 56 commits to home-assistant, 9 commits to home-assistant.io") -- [Philip Rosenberg\-Watt (@PhilRW)](https://github.com/PhilRW "20 total commits to the home-assistant organization, 13 commits to home-assistant, 7 commits to home-assistant.io") -- [Philipp Hellmich (@runningman84)](https://github.com/runningman84 "4 total commits to the home-assistant organization, 4 commits to home-assistant.io") -- [Philipp Schmitt (@pschmitt)](https://github.com/pschmitt "40 total commits to the home-assistant organization, 27 commits to home-assistant, 11 commits to home-assistant.io, 1 commit to hassio-build, 1 commit to appdaemon") -- [Phill Price (@phillprice)](https://github.com/phillprice "12 total commits to the home-assistant organization, 12 commits to home-assistant.io") -- [PhracturedBlue (@PhracturedBlue)](https://github.com/PhracturedBlue "42 total commits to the home-assistant organization, 25 commits to home-assistant, 13 commits to home-assistant.io, 4 commits to home-assistant-polymer") -- [Pierre Ståhl (@postlund)](https://github.com/postlund "50 total commits to the home-assistant organization, 33 commits to home-assistant, 11 commits to home-assistant.io, 4 commits to netdisco, 2 commits to home-assistant-polymer") -- [pkonnekermetametrics (@pkonnekermetametrics)](https://github.com/pkonnekermetametrics "5 total commits to the home-assistant organization, 5 commits to warrant") -- [PuckStar (@PuckStar)](https://github.com/PuckStar "7 total commits to the home-assistant organization, 7 commits to home-assistant.io") -- [quthla (@quthla)](https://github.com/quthla "13 total commits to the home-assistant organization, 5 commits to home-assistant-polymer, 4 commits to home-assistant-iOS, 4 commits to home-assistant") -- [rafale77 (@rafale77)](https://github.com/rafale77 "4 total commits to the home-assistant organization, 4 commits to home-assistant.io") -- [Raiford (@raiford)](https://github.com/raiford "1 total commits to the home-assistant organization, 1 commit to hassio-addons") -- [randellhodges (@randellhodges)](https://github.com/randellhodges "6 total commits to the home-assistant organization, 3 commits to home-assistant-polymer, 3 commits to home-assistant") -- [rbflurry (@rbflurry)](https://github.com/rbflurry "17 total commits to the home-assistant organization, 14 commits to home-assistant.io, 3 commits to home-assistant") -- [Reed Riley (@reedriley)](https://github.com/reedriley "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [Rendili (@Rendili)](https://github.com/Rendili "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [Rene Nulsch (@ReneNulschDE)](https://github.com/ReneNulschDE "22 total commits to the home-assistant organization, 15 commits to home-assistant, 7 commits to home-assistant.io") -- [Rene Tode (@ReneTode)](https://github.com/ReneTode "39 total commits to the home-assistant organization, 39 commits to appdaemon") -- [Reza Moallemi (@moallemi)](https://github.com/moallemi "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [rhooper (@rhooper)](https://github.com/rhooper "27 total commits to the home-assistant organization, 25 commits to home-assistant, 2 commits to hadashboard") -- [Riccardo Canta (@commento)](https://github.com/commento "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [Richard Arends (@Mosibi)](https://github.com/Mosibi "8 total commits to the home-assistant organization, 8 commits to home-assistant") -- [Richard Cox (@Khabi)](https://github.com/Khabi "15 total commits to the home-assistant organization, 9 commits to home-assistant, 6 commits to home-assistant.io") -- [Richard Lucas (@lucasweb78)](https://github.com/lucasweb78 "9 total commits to the home-assistant organization, 9 commits to home-assistant") -- [Richard Niemand (@rniemand)](https://github.com/rniemand "1 total commits to the home-assistant organization, 1 commit to example-custom-config") -- [Rick (@rcuddy)](https://github.com/rcuddy "1 total commits to the home-assistant organization, 1 commit to pi-gen") -- [Rick Rubino (@rrubin0)](https://github.com/rrubin0 "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [rkabadi (@rkabadi)](https://github.com/rkabadi "17 total commits to the home-assistant organization, 17 commits to home-assistant") -- [rnizametdinov (@rnizametdinov)](https://github.com/rnizametdinov "1 total commits to the home-assistant organization, 1 commit to hassio-addons") -- [Rob Capellini (@capellini)](https://github.com/capellini "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [Rob Cranfill (@RobCranfill)](https://github.com/RobCranfill "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [Rob Slifka (@rslifka)](https://github.com/rslifka "5 total commits to the home-assistant organization, 5 commits to home-assistant.io") -- [Robbert Müller (@mjrider)](https://github.com/mjrider "2 total commits to the home-assistant organization, 2 commits to hassio-cli") -- [Robbie Trencheny (@robbiet480)](https://github.com/robbiet480 "1447 total commits to the home-assistant organization, 769 commits to home-assistant-iOS, 260 commits to home-assistant, 249 commits to home-assistant.io, 93 commits to homebridge-homeassistant, 15 commits to home-assistant-polymer, 14 commits to hubot-home-assistant, 8 commits to Analytics-Receiver, 6 commits to netdisco, 3 commits to organization, 3 commits to home-assistant-js-websocket, 3 commits to scenegen, 3 commits to hadashboard, 3 commits to appdaemon, 3 commits to hassbot, 3 commits to home-assistant-js, 2 commits to fabric-home-assistant, 2 commits to lambda-home-assistant-github, 2 commits to home-assistant-notebooks, 2 commits to LabelBot, 2 commits to micropython-home-assistant, 2 commits to home-assistant-assets") -- [Robert (@metbril)](https://github.com/metbril "8 total commits to the home-assistant organization, 8 commits to home-assistant.io") -- [Robert Accettura (@raccettura)](https://github.com/raccettura "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [Robert Schindler (@efficiosoft)](https://github.com/efficiosoft "1 total commits to the home-assistant organization, 1 commit to hassos") -- [Robert Schütz (@dotlambda)](https://github.com/dotlambda "3 total commits to the home-assistant organization, 2 commits to netdisco, 1 commit to appdaemon") -- [Robert Svensson (@Kane610)](https://github.com/Kane610 "83 total commits to the home-assistant organization, 53 commits to home-assistant, 26 commits to home-assistant.io, 2 commits to developers.home-assistant, 1 commit to netdisco, 1 commit to home-assistant-polymer") -- [Robin (@robmarkcole)](https://github.com/robmarkcole "57 total commits to the home-assistant organization, 35 commits to home-assistant.io, 19 commits to home-assistant, 2 commits to home-assistant-assets, 1 commit to hassos") -- [Robin Laurén (@llauren)](https://github.com/llauren "1 total commits to the home-assistant organization, 1 commit to appdaemon") -- [Roddie Hasan (@eiddor)](https://github.com/eiddor "6 total commits to the home-assistant organization, 6 commits to home-assistant.io") -- [Rohan Kapoor (@rohankapoorcom)](https://github.com/rohankapoorcom "18 total commits to the home-assistant organization, 15 commits to home-assistant, 3 commits to home-assistant.io") -- [Roi Dayan (@roidayan)](https://github.com/roidayan "6 total commits to the home-assistant organization, 6 commits to home-assistant") -- [roiff (@roiff)](https://github.com/roiff "1 total commits to the home-assistant organization, 1 commit to homebridge-homeassistant") -- [Rolf Schäuble (@rschaeuble)](https://github.com/rschaeuble "1 total commits to the home-assistant organization, 1 commit to appdaemon") -- [Ron Klinkien (@cyberjunky)](https://github.com/cyberjunky "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [Ron Miller (@brainyron)](https://github.com/brainyron "1 total commits to the home-assistant organization, 1 commit to hassio-addons") -- [roqeer (@roqeer)](https://github.com/roqeer "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [Ross Schulman (@rschulman)](https://github.com/rschulman "1 total commits to the home-assistant organization, 1 commit to pi-gen") -- [rpitera (@rpitera)](https://github.com/rpitera "6 total commits to the home-assistant organization, 6 commits to home-assistant.io") -- [Rubens Panfili (@rpanfili)](https://github.com/rpanfili "1 total commits to the home-assistant organization, 1 commit to hassio-addons") -- [rubund (@rubund)](https://github.com/rubund "4 total commits to the home-assistant organization, 4 commits to home-assistant") -- [ruohan\.chen (@crhan)](https://github.com/crhan "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [Ruslan Sayfutdinov (@KapJI)](https://github.com/KapJI "1 total commits to the home-assistant organization, 1 commit to developers.home-assistant") -- [Russ K (@rkubes)](https://github.com/rkubes "2 total commits to the home-assistant organization, 2 commits to pi-gen") -- [Russell Cloran (@rcloran)](https://github.com/rcloran "37 total commits to the home-assistant organization, 33 commits to home-assistant, 4 commits to homebridge-homeassistant") -- [Ryan Bahm (@rdbahm)](https://github.com/rdbahm "5 total commits to the home-assistant organization, 5 commits to home-assistant.io") -- [Ryan Bray (@rbray89)](https://github.com/rbray89 "13 total commits to the home-assistant organization, 12 commits to hassos, 1 commit to hassio-build") -- [Ryan Daigle (@rwdaigle)](https://github.com/rwdaigle "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [Ryan Jarvis (@Cabalist)](https://github.com/Cabalist "1 total commits to the home-assistant organization, 1 commit to hassbian-scripts") -- [Ryan Kladar (@Kladar)](https://github.com/Kladar "1 total commits to the home-assistant organization, 1 commit to hassos") -- [Ryan Kraus (@rmkraus)](https://github.com/rmkraus "193 total commits to the home-assistant organization, 163 commits to home-assistant, 15 commits to home-assistant.io, 14 commits to home-assistant-polymer, 1 commit to home-assistant-notebooks") -- [Ryan McLean (@ryanm101)](https://github.com/ryanm101 "99 total commits to the home-assistant organization, 77 commits to hassio-cli, 16 commits to home-assistant, 6 commits to home-assistant.io") -- [Ryan Turner (@turnrye)](https://github.com/turnrye "6 total commits to the home-assistant organization, 6 commits to home-assistant") -- [Sabesto (@Sabesto)](https://github.com/Sabesto "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [Sacha Telgenhof (@stelgenhof)](https://github.com/stelgenhof "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [Sam Holmes (@sam3d)](https://github.com/sam3d "4 total commits to the home-assistant organization, 4 commits to pi-gen") -- [sam-io (@sam-io)](https://github.com/sam-io "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [sander76 (@sander76)](https://github.com/sander76 "40 total commits to the home-assistant organization, 40 commits to home-assistant") -- [sbYm (@GongT)](https://github.com/GongT "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [schumpeter2 (@schumpeter2)](https://github.com/schumpeter2 "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [Scott (@lostage)](https://github.com/lostage "1 total commits to the home-assistant organization, 1 commit to developers.home-assistant") -- [Scott Bradshaw (@swbradshaw)](https://github.com/swbradshaw "4 total commits to the home-assistant organization, 4 commits to home-assistant") -- [Scott Griffin (@scottocs11)](https://github.com/scottocs11 "7 total commits to the home-assistant organization, 7 commits to home-assistant.io") -- [Scott O'Neil (@americanwookie)](https://github.com/americanwookie "7 total commits to the home-assistant organization, 4 commits to home-assistant, 3 commits to home-assistant.io") -- [Scott Reston (@ih8gates)](https://github.com/ih8gates "10 total commits to the home-assistant organization, 9 commits to home-assistant.io, 1 commit to home-assistant-polymer") -- [Sean Dague (@sdague)](https://github.com/sdague "77 total commits to the home-assistant organization, 54 commits to home-assistant, 14 commits to home-assistant.io, 5 commits to home-assistant-polymer, 3 commits to netdisco, 1 commit to home-assistant-js") -- [Sean Gollschewsky (@gollo)](https://github.com/gollo "17 total commits to the home-assistant organization, 10 commits to home-assistant, 4 commits to home-assistant.io, 3 commits to hassio-build") -- [Sean Wilson (@swilson)](https://github.com/swilson "9 total commits to the home-assistant organization, 5 commits to home-assistant, 3 commits to home-assistant.io, 1 commit to home-assistant-polymer") -- [Sebastian (@sebk-666)](https://github.com/sebk-666 "6 total commits to the home-assistant organization, 5 commits to home-assistant.io, 1 commit to netdisco") -- [Sebastian (@sgso)](https://github.com/sgso "3 total commits to the home-assistant organization, 3 commits to libcoap") -- [Sebastian Muszynski (@syssi)](https://github.com/syssi "146 total commits to the home-assistant organization, 93 commits to home-assistant, 48 commits to home-assistant.io, 3 commits to netdisco, 2 commits to home-assistant-polymer") -- [Sebastian von Minckwitz (@teodoc)](https://github.com/teodoc "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [Semir Patel (@analogue)](https://github.com/analogue "2 total commits to the home-assistant organization, 2 commits to appdaemon") -- [Sergey Isachenko (@zabuldon)](https://github.com/zabuldon "9 total commits to the home-assistant organization, 9 commits to home-assistant") -- [Sergey Vishnikin (@armicron)](https://github.com/armicron "33 total commits to the home-assistant organization, 33 commits to warrant") -- [Sergio Viudes (@sjvc)](https://github.com/sjvc "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [sfam (@sfam)](https://github.com/sfam "65 total commits to the home-assistant organization, 58 commits to home-assistant, 5 commits to home-assistant.io, 1 commit to netdisco, 1 commit to home-assistant-polymer") -- [sharukins (@sharukins)](https://github.com/sharukins "3 total commits to the home-assistant organization, 3 commits to hassio-build") -- [siebert (@siebert)](https://github.com/siebert "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [Simon (@echox)](https://github.com/echox "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [Simon Holzmayer (@sholzmayer)](https://github.com/sholzmayer "2 total commits to the home-assistant organization, 1 commit to hassio, 1 commit to developers.home-assistant") -- [Simon Szustkowski (@simonszu)](https://github.com/simonszu "7 total commits to the home-assistant organization, 4 commits to home-assistant.io, 3 commits to home-assistant") -- [sjabby (@sjabby)](https://github.com/sjabby "30 total commits to the home-assistant organization, 29 commits to home-assistant.io, 1 commit to hassbian-scripts") -- [Sjors Spoorendonk (@sjorsjes)](https://github.com/sjorsjes "4 total commits to the home-assistant organization, 4 commits to home-assistant.io") -- [sjoshi10 (@sjoshi10)](https://github.com/sjoshi10 "1 total commits to the home-assistant organization, 1 commit to warrant") -- [snizzleorg (@snizzleorg)](https://github.com/snizzleorg "5 total commits to the home-assistant organization, 5 commits to hadashboard") -- [Sriram Vaidyanathan (@vaidyasr)](https://github.com/vaidyasr "6 total commits to the home-assistant organization, 3 commits to home-assistant, 3 commits to home-assistant.io") -- [St\. John Johnson (@stjohnjohnson)](https://github.com/stjohnjohnson "9 total commits to the home-assistant organization, 5 commits to home-assistant, 4 commits to home-assistant.io") -- [starkillerOG (@starkillerOG)](https://github.com/starkillerOG "12 total commits to the home-assistant organization, 6 commits to home-assistant, 4 commits to home-assistant.io, 1 commit to developers.home-assistant, 1 commit to home-assistant-polymer") -- [Stefan Jonasson (@stefan-jonasson)](https://github.com/stefan-jonasson "12 total commits to the home-assistant organization, 8 commits to home-assistant, 4 commits to home-assistant.io") -- [Stefano Scipioni (@scipioni)](https://github.com/scipioni "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [Steltek (@Steltek)](https://github.com/Steltek "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [stephanerosi (@stephanerosi)](https://github.com/stephanerosi "8 total commits to the home-assistant organization, 8 commits to home-assistant") -- [Stephen Edgar (@ntwb)](https://github.com/ntwb "1 total commits to the home-assistant organization, 1 commit to fabric-home-assistant") -- [Stephen Vanterpool (@blackgold9)](https://github.com/blackgold9 "94 total commits to the home-assistant organization, 92 commits to home-assistant-iOS, 1 commit to developers.home-assistant, 1 commit to home-assistant-polymer") -- [Stephen Yeargin (@stephenyeargin)](https://github.com/stephenyeargin "25 total commits to the home-assistant organization, 24 commits to hubot-home-assistant, 1 commit to home-assistant-polymer") -- [Steve Easley (@SteveEasley)](https://github.com/SteveEasley "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [Steven Looman (@StevenLooman)](https://github.com/StevenLooman "40 total commits to the home-assistant organization, 37 commits to home-assistant, 3 commits to netdisco") -- [Stu Gott (@stu-gott)](https://github.com/stu-gott "9 total commits to the home-assistant organization, 5 commits to home-assistant.io, 4 commits to home-assistant") -- [Stuart Williams (@stuwil)](https://github.com/stuwil "1 total commits to the home-assistant organization, 1 commit to netdisco") -- [Sven\-Hendrik Haase (@svenstaro)](https://github.com/svenstaro "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [swanwila (@swanwila)](https://github.com/swanwila "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [System Tester (@systemtester)](https://github.com/systemtester "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [Sytone (@sytone)](https://github.com/sytone "8 total commits to the home-assistant organization, 6 commits to home-assistant.io, 1 commit to hassio-build, 1 commit to developers.home-assistant") -- [Sören Oldag (@soldag)](https://github.com/soldag "16 total commits to the home-assistant organization, 8 commits to home-assistant, 8 commits to home-assistant.io") -- [Tabakhase (@tabakhase)](https://github.com/tabakhase "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [tadly (@tadly)](https://github.com/tadly "8 total commits to the home-assistant organization, 8 commits to home-assistant") -- [tango-foxtrot (@tango-foxtrot)](https://github.com/tango-foxtrot "1 total commits to the home-assistant organization, 1 commit to netdisco") -- [Taylor Peet (@RePeet13)](https://github.com/RePeet13 "9 total commits to the home-assistant organization, 9 commits to home-assistant.io") -- [Teagan Glenn (@Teagan42)](https://github.com/Teagan42 "59 total commits to the home-assistant organization, 49 commits to home-assistant, 9 commits to home-assistant.io, 1 commit to home-assistant-js") -- [Ted Drain (@TD22057)](https://github.com/TD22057 "4 total commits to the home-assistant organization, 4 commits to home-assistant") -- [Teemu Mikkonen (@T3m3z)](https://github.com/T3m3z "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [Teemu R\. (@rytilahti)](https://github.com/rytilahti "62 total commits to the home-assistant organization, 49 commits to home-assistant, 9 commits to home-assistant.io, 4 commits to netdisco") -- [Teguh Sobirin (@tjstyle)](https://github.com/tjstyle "2 total commits to the home-assistant organization, 2 commits to pi-gen") -- [Tentoe (@Tentoe)](https://github.com/Tentoe "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [Theb-1 (@Theb-1)](https://github.com/Theb-1 "5 total commits to the home-assistant organization, 5 commits to home-assistant") -- [thecynic (@thecynic)](https://github.com/thecynic "4 total commits to the home-assistant organization, 4 commits to home-assistant") -- [TheFrogDaddy (@TheFrogDaddy)](https://github.com/TheFrogDaddy "1 total commits to the home-assistant organization, 1 commit to appdaemon") -- [thelittlefireman (@thelittlefireman)](https://github.com/thelittlefireman "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [themanieldaniel (@themanieldaniel)](https://github.com/themanieldaniel "14 total commits to the home-assistant organization, 14 commits to home-assistant.io") -- [Theodor Lindquist (@theolind)](https://github.com/theolind "25 total commits to the home-assistant organization, 25 commits to home-assistant") -- [Thiago Oliveira (@chilicheech)](https://github.com/chilicheech "4 total commits to the home-assistant organization, 4 commits to home-assistant") -- [Thibault Cohen (@titilambert)](https://github.com/titilambert "53 total commits to the home-assistant organization, 39 commits to home-assistant, 13 commits to home-assistant.io, 1 commit to home-assistant-polymer") -- [Thibault Maekelbergh (@thibmaek)](https://github.com/thibmaek "4 total commits to the home-assistant organization, 3 commits to home-assistant.io, 1 commit to hassio-addons") -- [ThinkPadNL (@ThinkPadNL)](https://github.com/ThinkPadNL "4 total commits to the home-assistant organization, 4 commits to home-assistant.io") -- [Thom Troy (@ttroy50)](https://github.com/ttroy50 "15 total commits to the home-assistant organization, 8 commits to home-assistant.io, 7 commits to home-assistant") -- [Thomas Delaet (@thomasdelaet)](https://github.com/thomasdelaet "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [Thomas Lovén (@thomasloven)](https://github.com/thomasloven "9 total commits to the home-assistant organization, 4 commits to home-assistant.io, 3 commits to home-assistant, 2 commits to home-assistant-polymer") -- [Thomas Petazzoni (@tpetazzoni)](https://github.com/tpetazzoni "1 total commits to the home-assistant organization, 1 commit to libcoap") -- [Thomas Phillips (@thomas-phillips-nz)](https://github.com/thomas-phillips-nz "2 total commits to the home-assistant organization, 2 commits to pi-gen") -- [Thomas Purchas (@thomaspurchas)](https://github.com/thomaspurchas "1 total commits to the home-assistant organization, 1 commit to homebridge-homeassistant") -- [Thomas Pötsch (@thp-comnets)](https://github.com/thp-comnets "7 total commits to the home-assistant organization, 7 commits to libcoap") -- [Thomas Redmer (@Skorfulose)](https://github.com/Skorfulose "1 total commits to the home-assistant organization, 1 commit to hassio-cli") -- [thrawnarn (@thrawnarn)](https://github.com/thrawnarn "10 total commits to the home-assistant organization, 5 commits to home-assistant, 4 commits to home-assistant.io, 1 commit to netdisco") -- [ThUnD3r\|Gr33n (@thundergreen)](https://github.com/thundergreen "4 total commits to the home-assistant organization, 4 commits to home-assistant.io") -- [tijuca (@tijuca)](https://github.com/tijuca "106 total commits to the home-assistant organization, 106 commits to libcoap") -- [Tim Wilbrink (@TWilb)](https://github.com/TWilb "15 total commits to the home-assistant organization, 15 commits to home-assistant-iOS") -- [Timmo (@timmo001)](https://github.com/timmo001 "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [Timo (@timotk)](https://github.com/timotk "1 total commits to the home-assistant organization, 1 commit to netdisco") -- [timstanley1985 (@timstanley1985)](https://github.com/timstanley1985 "4 total commits to the home-assistant organization, 4 commits to home-assistant.io") -- [TJ Rana (@tjrana)](https://github.com/tjrana "1 total commits to the home-assistant organization, 1 commit to pi-gen") -- [tleegaard (@tleegaard)](https://github.com/tleegaard "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [Toast (@swetoast)](https://github.com/swetoast "2 total commits to the home-assistant organization, 2 commits to hassbian-scripts") -- [Tobias Hoff (@ToSa27)](https://github.com/ToSa27 "1 total commits to the home-assistant organization, 1 commit to hassio-addons") -- [Tobie Booth (@tobiebooth)](https://github.com/tobiebooth "4 total commits to the home-assistant organization, 3 commits to home-assistant, 1 commit to home-assistant-polymer") -- [Toby Gray (@tobygray)](https://github.com/tobygray "4 total commits to the home-assistant organization, 4 commits to home-assistant") -- [Tod Schmidt (@tschmidty69)](https://github.com/tschmidty69 "38 total commits to the home-assistant organization, 22 commits to home-assistant, 10 commits to home-assistant.io, 5 commits to hassio-addons, 1 commit to hassio") -- [toddeye (@toddeye)](https://github.com/toddeye "20 total commits to the home-assistant organization, 20 commits to home-assistant") -- [Tom (@Qu3uk)](https://github.com/Qu3uk "4 total commits to the home-assistant organization, 4 commits to home-assistant.io") -- [Tom Dickman (@tdickman)](https://github.com/tdickman "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [Tom Duijf (@tomduijf)](https://github.com/tomduijf "70 total commits to the home-assistant organization, 53 commits to home-assistant, 9 commits to home-assistant.io, 6 commits to home-assistant-polymer, 2 commits to netdisco") -- [Tom Harris (@teharris1)](https://github.com/teharris1 "29 total commits to the home-assistant organization, 19 commits to home-assistant, 10 commits to home-assistant.io") -- [Tom Hoover (@tomhoover)](https://github.com/tomhoover "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [Tom Matheussen (@Tommatheussen)](https://github.com/Tommatheussen "15 total commits to the home-assistant organization, 6 commits to home-assistant, 4 commits to home-assistant-polymer, 4 commits to home-assistant.io, 1 commit to developers.home-assistant") -- [Tom Usher (@tomusher)](https://github.com/tomusher "1 total commits to the home-assistant organization, 1 commit to netdisco") -- [Tomi Salmi (@tomppasalmi)](https://github.com/tomppasalmi "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [Tomi Tuhkanen (@ttu)](https://github.com/ttu "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [Tommy Jonsson (@quazzie)](https://github.com/quazzie "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [TopdRob (@TopdRob)](https://github.com/TopdRob "7 total commits to the home-assistant organization, 7 commits to home-assistant") -- [Torkild Retvedt (@torkildr)](https://github.com/torkildr "2 total commits to the home-assistant organization, 2 commits to appdaemon") -- [Toshik (@Toshik)](https://github.com/Toshik "1 total commits to the home-assistant organization, 1 commit to homebridge-homeassistant") -- [Touliloup (@RiRomain)](https://github.com/RiRomain "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [Travis Carr (@tmcarr)](https://github.com/tmcarr "5 total commits to the home-assistant organization, 5 commits to home-assistant.io") -- [trbs (@trbs)](https://github.com/trbs "1 total commits to the home-assistant organization, 1 commit to netdisco") -- [Trevor (@tboyce021)](https://github.com/tboyce021 "15 total commits to the home-assistant organization, 10 commits to home-assistant, 5 commits to home-assistant.io") -- [Trey Hunner (@treyhunner)](https://github.com/treyhunner "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [trollkarlen (@trollkarlen)](https://github.com/trollkarlen "5 total commits to the home-assistant organization, 5 commits to home-assistant") -- [Tsvi Mostovicz (@tsvi)](https://github.com/tsvi "15 total commits to the home-assistant organization, 8 commits to home-assistant, 7 commits to home-assistant.io") -- [tuxuser (@tuxuser)](https://github.com/tuxuser "1 total commits to the home-assistant organization, 1 commit to netdisco") -- [Tyler Page (@iamtpage)](https://github.com/iamtpage "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [Tõnis Tobre (@tobre6)](https://github.com/tobre6 "1 total commits to the home-assistant organization, 1 commit to homebridge-homeassistant") -- [uchagani (@uchagani)](https://github.com/uchagani "9 total commits to the home-assistant organization, 8 commits to home-assistant, 1 commit to home-assistant-polymer") -- [Uli (@uehler)](https://github.com/uehler "5 total commits to the home-assistant organization, 5 commits to home-assistant.io") -- [ultratoto14 (@ultratoto14)](https://github.com/ultratoto14 "1 total commits to the home-assistant organization, 1 commit to netdisco") -- [UnrealKazu (@UnrealKazu)](https://github.com/UnrealKazu "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [upsert (@upsert)](https://github.com/upsert "1 total commits to the home-assistant organization, 1 commit to netdisco") -- [User5981 (@User5981)](https://github.com/User5981 "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [Valentin Alexeev (@valentinalexeev)](https://github.com/valentinalexeev "11 total commits to the home-assistant organization, 8 commits to home-assistant, 3 commits to home-assistant.io") -- [Vasiley (@Vasiley)](https://github.com/Vasiley "9 total commits to the home-assistant organization, 9 commits to home-assistant.io") -- [Victor Cerutti (@victorcerutti)](https://github.com/victorcerutti "3 total commits to the home-assistant organization, 3 commits to home-assistant-polymer") -- [Viet Dzung (@dzungpv)](https://github.com/dzungpv "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [Vignesh Venkat (@vickyg3)](https://github.com/vickyg3 "11 total commits to the home-assistant organization, 7 commits to home-assistant, 4 commits to home-assistant.io") -- [Ville Skyttä (@scop)](https://github.com/scop "117 total commits to the home-assistant organization, 76 commits to home-assistant, 14 commits to home-assistant.io, 11 commits to netdisco, 4 commits to hassio-addons, 4 commits to hassio-cli, 3 commits to developers.home-assistant, 2 commits to hassio-build, 2 commits to home-assistant-polymer, 1 commit to hassio") -- [Villányi Bálint (@villanyibalint)](https://github.com/villanyibalint "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [Vincent Van Den Berghe (@vandenberghev)](https://github.com/vandenberghev "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [viswa-swami (@viswa-swami)](https://github.com/viswa-swami "9 total commits to the home-assistant organization, 9 commits to home-assistant") -- [Vlad Korniev (@vkorn)](https://github.com/vkorn "1 total commits to the home-assistant organization, 1 commit to hassio-build") -- [vllungu (@vllungu)](https://github.com/vllungu "3 total commits to the home-assistant organization, 3 commits to libcoap") -- [vMeph (@vMeph)](https://github.com/vMeph "5 total commits to the home-assistant organization, 5 commits to home-assistant.io") -- [vrs01 (@vrs01)](https://github.com/vrs01 "20 total commits to the home-assistant organization, 14 commits to home-assistant.io, 6 commits to appdaemon") -- [Wagner Sartori Junior (@trunet)](https://github.com/trunet "1 total commits to the home-assistant organization, 1 commit to netdisco") -- [Wesley Young (@wesdyoung)](https://github.com/wesdyoung "1 total commits to the home-assistant organization, 1 commit to warrant") -- [Wilco Land (@Wilco89)](https://github.com/Wilco89 "3 total commits to the home-assistant organization, 3 commits to home-assistant.io") -- [Will Heid (@bassclarinetl2)](https://github.com/bassclarinetl2 "20 total commits to the home-assistant organization, 19 commits to home-assistant.io, 1 commit to fabric-home-assistant") -- [Will W\. (@tiktok7)](https://github.com/tiktok7 "4 total commits to the home-assistant organization, 4 commits to home-assistant") -- [Willems Davy (@joyrider3774)](https://github.com/joyrider3774 "4 total commits to the home-assistant organization, 4 commits to home-assistant.io") -- [William Johansson (@radhus)](https://github.com/radhus "1 total commits to the home-assistant organization, 1 commit to hassio") -- [William Scanlon (@w1ll1am23)](https://github.com/w1ll1am23 "128 total commits to the home-assistant organization, 85 commits to home-assistant, 38 commits to home-assistant.io, 2 commits to developers.home-assistant, 2 commits to netdisco, 1 commit to home-assistant-polymer") -- [williamlehman (@williamlehman)](https://github.com/williamlehman "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [Wim Haanstra (@depl0y)](https://github.com/depl0y "6 total commits to the home-assistant organization, 3 commits to home-assistant, 3 commits to home-assistant.io") -- [WofWca (@WofWca)](https://github.com/WofWca "7 total commits to the home-assistant organization, 4 commits to home-assistant.io, 3 commits to developers.home-assistant") -- [wokar (@wokar)](https://github.com/wokar "12 total commits to the home-assistant organization, 8 commits to home-assistant, 4 commits to home-assistant.io") -- [Wolf\-Bastian Pöttner (@BastianPoe)](https://github.com/BastianPoe "7 total commits to the home-assistant organization, 4 commits to home-assistant, 3 commits to home-assistant.io") -- [Wolfgang Malgadey (@wmalgadey)](https://github.com/wmalgadey "5 total commits to the home-assistant organization, 5 commits to home-assistant") -- [XECDesign (@XECDesign)](https://github.com/XECDesign "145 total commits to the home-assistant organization, 145 commits to pi-gen") -- [Xorso (@Xorso)](https://github.com/Xorso "22 total commits to the home-assistant organization, 21 commits to home-assistant, 1 commit to hassio-addons") -- [Yannick POLLART (@ypollart)](https://github.com/ypollart "8 total commits to the home-assistant organization, 4 commits to home-assistant, 4 commits to home-assistant.io") -- [yasinS (@yasinS)](https://github.com/yasinS "4 total commits to the home-assistant organization, 4 commits to home-assistant.io") -- [Yevgeniy (@sgttrs)](https://github.com/sgttrs "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [yingzong (@yingzong)](https://github.com/yingzong "1 total commits to the home-assistant organization, 1 commit to warrant") -- [yulongying (@yulongying)](https://github.com/yulongying "1 total commits to the home-assistant organization, 1 commit to home-assistant-js-websocket") -- [Zack Arnett (@zsarnett)](https://github.com/zsarnett "1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer") -- [Zen Tormey (@xehn)](https://github.com/xehn "4 total commits to the home-assistant organization, 4 commits to home-assistant.io") -- [Zhao Lu (@zlu)](https://github.com/zlu "4 total commits to the home-assistant organization, 4 commits to home-assistant.io") -- [Zio Tibia (@ziotibia81)](https://github.com/ziotibia81 "12 total commits to the home-assistant organization, 7 commits to home-assistant.io, 5 commits to home-assistant") -- [Zorks (@Zorks)](https://github.com/Zorks "5 total commits to the home-assistant organization, 5 commits to home-assistant.io") -- [Zoé Bőle (@zoe1337)](https://github.com/zoe1337 "3 total commits to the home-assistant organization, 3 commits to home-assistant") -- [zxdavb (@zxdavb)](https://github.com/zxdavb "10 total commits to the home-assistant organization, 10 commits to home-assistant.io") -- [Åskar Andersson (@olskar)](https://github.com/olskar "10 total commits to the home-assistant organization, 6 commits to home-assistant.io, 3 commits to home-assistant, 1 commit to hassbian-scripts") +- [15goudreau (@15goudreau)](https://github.com/15goudreau "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [333ryan18 (@333ryan18)](https://github.com/333ryan18 "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [4lloyd (@4lloyd)](https://github.com/4lloyd "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [7even (@hwikene)](https://github.com/hwikene "1 total commits to the home-assistant organization: +1 commit to home-assistant-polymer +") +- [9R (@9R)](https://github.com/9R "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [a1ex4 (@a1ex4)](https://github.com/a1ex4 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [a\-andre (@a-andre)](https://github.com/a-andre "3 total commits to the home-assistant organization: +3 commits to home-assistant +") +- [Aaron (@mcd1992)](https://github.com/mcd1992 "5 total commits to the home-assistant organization: +5 commits to open-zwave +") +- [Aaron Bach (@bachya)](https://github.com/bachya "102 total commits to the home-assistant organization: +75 commits to home-assistant +27 commits to home-assistant.io +") +- [Aaron Linville (@linville)](https://github.com/linville "3 total commits to the home-assistant organization: +2 commits to appdaemon +1 commit to home-assistant.io +") +- [Aaron Malone (@aaroncm)](https://github.com/aaroncm "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Aaron Morris (@Morrisai)](https://github.com/Morrisai "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Aaron Polley (@xarnze)](https://github.com/xarnze "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Aaron Wolen (@aaronwolen)](https://github.com/aaronwolen "4 total commits to the home-assistant organization: +3 commits to open-zwave +1 commit to home-assistant.io +") +- [aaronpace (@aaronpace)](https://github.com/aaronpace "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Abhishek Anand (@aa755)](https://github.com/aa755 "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [abondoe (@abondoe)](https://github.com/abondoe "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [ABOTlegacy (@ABOTlegacy)](https://github.com/ABOTlegacy "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Abílio Costa (@abmantis)](https://github.com/abmantis "34 total commits to the home-assistant organization: +19 commits to home-assistant +11 commits to home-assistant.io +2 commits to home-assistant-polymer +1 commit to netdisco +1 commit to home-assistant-js-websocket +") +- [Achilleas Pipinellis (@axilleas)](https://github.com/axilleas "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Adam (@SilvrrGIT)](https://github.com/SilvrrGIT "7 total commits to the home-assistant organization: +6 commits to home-assistant.io +1 commit to home-assistant +") +- [Adam Allport (@AAllport)](https://github.com/AAllport "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Adam Baxter (@voltagex)](https://github.com/voltagex "2 total commits to the home-assistant organization: +1 commit to home-assistant-polymer +1 commit to home-assistant +") +- [Adam Belebczuk (@sqldiablo)](https://github.com/sqldiablo "9 total commits to the home-assistant organization: +6 commits to home-assistant +3 commits to home-assistant.io +") +- [Adam Cooper (@GenericStudent)](https://github.com/GenericStudent "11 total commits to the home-assistant organization: +8 commits to home-assistant +3 commits to home-assistant.io +") +- [Adam Dullage (@Dullage)](https://github.com/Dullage "5 total commits to the home-assistant organization: +4 commits to home-assistant.io +1 commit to home-assistant +") +- [Adam Garcia (@pancho-villa)](https://github.com/pancho-villa "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Adam Knight (@ahknight)](https://github.com/ahknight "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [Adam Mills (@armills)](https://github.com/armills "351 total commits to the home-assistant organization: +183 commits to home-assistant +96 commits to home-assistant-polymer +62 commits to home-assistant.io +3 commits to home-assistant-js +3 commits to developers.home-assistant +2 commits to python-openzwave +1 commit to homebridge-homeassistant +1 commit to open-zwave +") +- [Adam Reznechek (@adreznec)](https://github.com/adreznec "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [Adam Starbuck (@starbuck93)](https://github.com/starbuck93 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Adam Stone (@astone123)](https://github.com/astone123 "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [adamomg (@adamomg)](https://github.com/adamomg "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [adamp237 (@adamp237)](https://github.com/adamp237 "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Adde Lovein (@addelovein)](https://github.com/addelovein "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Addo Solutions (@AddoSolutions)](https://github.com/AddoSolutions "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [ADeeds (@ADeeds)](https://github.com/ADeeds "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [adipose (@adipose)](https://github.com/adipose "1 total commits to the home-assistant organization: +1 commit to hassio-addons +") +- [AdithyanI (@AdithyanI)](https://github.com/AdithyanI "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Aditya Shevade (@adibis)](https://github.com/adibis "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Adriaan Peeters (@apeeters)](https://github.com/apeeters "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Adrian Campos (@adriancampos)](https://github.com/adriancampos "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Adrian Goins (@oskapt)](https://github.com/oskapt "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Adrian Popa (@mad-ady)](https://github.com/mad-ady "6 total commits to the home-assistant organization: +4 commits to appdaemon +1 commit to home-assistant-polymer +1 commit to home-assistant.io +") +- [Adrian Scillato (@ascillato)](https://github.com/ascillato "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Adrien Ball (@adrienball)](https://github.com/adrienball "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Adrien Brault (@adrienbrault)](https://github.com/adrienbrault "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Adrián López (@adrianlzt)](https://github.com/adrianlzt "8 total commits to the home-assistant organization: +6 commits to home-assistant.io +2 commits to home-assistant +") +- [aenea (@aenea)](https://github.com/aenea "2 total commits to the home-assistant organization: +2 commits to open-zwave +") +- [aetolus (@aetolus)](https://github.com/aetolus "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [ahobsonsayers (@ahobsonsayers)](https://github.com/ahobsonsayers "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [AHS (@ahofelt)](https://github.com/ahofelt "1 total commits to the home-assistant organization: +1 commit to home-assistant-polymer +") +- [aisbergde (@aisbergde)](https://github.com/aisbergde "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [ajobbins (@ajobbins)](https://github.com/ajobbins "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [akloeckner (@akloeckner)](https://github.com/akloeckner "11 total commits to the home-assistant organization: +6 commits to home-assistant +5 commits to home-assistant.io +") +- [Akriti Chadda (@akriticg)](https://github.com/akriticg "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Alan Bowman (@alanbowman)](https://github.com/alanbowman "5 total commits to the home-assistant organization: +4 commits to home-assistant +1 commit to home-assistant.io +") +- [Alan Fischer (@alanfischer)](https://github.com/alanfischer "21 total commits to the home-assistant organization: +17 commits to home-assistant +4 commits to home-assistant.io +") +- [Alan Tse (@alandtse)](https://github.com/alandtse "4 total commits to the home-assistant organization: +2 commits to home-assistant +2 commits to home-assistant.io +") +- [Alasdair Nicol (@alasdairnicol)](https://github.com/alasdairnicol "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Albatross (@DyingAlbatross)](https://github.com/DyingAlbatross "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Albert Lee (@trisk)](https://github.com/trisk "20 total commits to the home-assistant organization: +12 commits to home-assistant +8 commits to home-assistant.io +") +- [Alberto Arias Maestro (@albertoarias)](https://github.com/albertoarias "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [AlCalzone (@AlCalzone)](https://github.com/AlCalzone "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [Alec Rust (@AlecRust)](https://github.com/AlecRust "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [Aleksandar Todorović \(r3bl\) (@aleksandar-todorovic)](https://github.com/aleksandar-todorovic "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Aleksey Gureiev (@alg)](https://github.com/alg "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Aleksey Jurchenko (@alekseyjurchenko)](https://github.com/alekseyjurchenko "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [alekslyse (@alekslyse)](https://github.com/alekslyse "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Alessandro Mogavero (@alexmogavero)](https://github.com/alexmogavero "4 total commits to the home-assistant organization: +3 commits to home-assistant +1 commit to home-assistant.io +") +- [Alessandro Staniscia (@Odyno)](https://github.com/Odyno "1 total commits to the home-assistant organization: +1 commit to home-assistant-polymer +") +- [Alex (@asbach)](https://github.com/asbach "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant +") +- [Alex (@MungoRae)](https://github.com/MungoRae "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Alex (@alexrockt)](https://github.com/alexrockt "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Alex (@alexanderVonBergner)](https://github.com/alexanderVonBergner "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Alex Barcelo (@alexbarcelo)](https://github.com/alexbarcelo "8 total commits to the home-assistant organization: +4 commits to home-assistant.io +3 commits to hassio-addons +1 commit to home-assistant +") +- [Alex Calderon (@AlexCalderon02)](https://github.com/AlexCalderon02 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Alex Harvey (@infamy)](https://github.com/infamy "29 total commits to the home-assistant organization: +14 commits to home-assistant +11 commits to home-assistant.io +4 commits to hassos +") +- [Alex Lauerman (@alexlauerman)](https://github.com/alexlauerman "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Alex Mekkering (@AlexMekkering)](https://github.com/AlexMekkering "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant +") +- [Alex MF (@adsmf)](https://github.com/adsmf "1 total commits to the home-assistant organization: +1 commit to hassio-addons +") +- [Alex Osadchyy (@aosadchyy)](https://github.com/aosadchyy "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Alex Tzonkov (@attzonko)](https://github.com/attzonko "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [Alex Vernacchia (@vernak2539)](https://github.com/vernak2539 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Alex1234 (@Alex1234)](https://github.com/Alex1234 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [alex9446 (@alex9446)](https://github.com/alex9446 "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Alexander (@ualex73)](https://github.com/ualex73 "162 total commits to the home-assistant organization: +162 commits to open-zwave +") +- [Alexander (@vtochq)](https://github.com/vtochq "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Alexander Bandukwala (@7h3kk1d)](https://github.com/7h3kk1d "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Alexander Groß (@agross)](https://github.com/agross "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Alexander Hardwicke (@alexhardwicke)](https://github.com/alexhardwicke "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Alexander Hradetzky (@blitzkneisser)](https://github.com/blitzkneisser "2 total commits to the home-assistant organization: +2 commits to open-zwave +") +- [Alexander Kratzer (@hexxter)](https://github.com/hexxter "8 total commits to the home-assistant organization: +8 commits to home-assistant +") +- [Alexander Lyon (@arlyon)](https://github.com/arlyon "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Alexander Rust (@binarybucks)](https://github.com/binarybucks "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Alexander Slansky (@aslansky)](https://github.com/aslansky "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Alexandre Perrin (@kAworu)](https://github.com/kAworu "4 total commits to the home-assistant organization: +4 commits to home-assistant.io +") +- [Alexandre Prates Dias (@pratesbh)](https://github.com/pratesbh "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Alexei Chetroi (@Adminiuga)](https://github.com/Adminiuga "12 total commits to the home-assistant organization: +11 commits to home-assistant +1 commit to home-assistant-polymer +") +- [Alexis Iglauer (@ax42)](https://github.com/ax42 "4 total commits to the home-assistant organization: +4 commits to home-assistant.io +") +- [AlexVPopov (@AlexVPopov)](https://github.com/AlexVPopov "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Alexxander0 (@Alexxander0)](https://github.com/Alexxander0 "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant +") +- [Alfie Day (@Azelphur)](https://github.com/Azelphur "12 total commits to the home-assistant organization: +12 commits to home-assistant +") +- [Aliaksandr (@minchik)](https://github.com/minchik "7 total commits to the home-assistant organization: +3 commits to home-assistant.io +2 commits to appdaemon +2 commits to home-assistant +") +- [Allan Glen (@allanglen)](https://github.com/allanglen "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Allan Klein (@allanak)](https://github.com/allanak "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Alok Saboo (@arsaboo)](https://github.com/arsaboo "158 total commits to the home-assistant organization: +89 commits to home-assistant.io +56 commits to home-assistant +7 commits to home-assistant-polymer +3 commits to developers.home-assistant +1 commit to pi-gen +1 commit to hassbian-scripts +1 commit to hassio-addons +") +- [amigian74 (@amigian74)](https://github.com/amigian74 "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Amir Hanan (@Amir974)](https://github.com/Amir974 "9 total commits to the home-assistant organization: +9 commits to home-assistant.io +") +- [Amol Katdare (@amolkatdare)](https://github.com/amolkatdare "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [amorsillo (@AndrewMorsillo)](https://github.com/AndrewMorsillo "2 total commits to the home-assistant organization: +1 commit to home-assistant-polymer +1 commit to home-assistant.io +") +- [Ana Paula Gomes (@anapaulagomes)](https://github.com/anapaulagomes "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Anastasia A (@Sacret)](https://github.com/Sacret "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Anders Fogh Eriksen (@Fogh)](https://github.com/Fogh "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Anders Gjendem (@agjendem)](https://github.com/agjendem "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Anders Melchiorsen (@amelchio)](https://github.com/amelchio "282 total commits to the home-assistant organization: +234 commits to home-assistant +45 commits to home-assistant.io +3 commits to home-assistant-polymer +") +- [Anders Norås (@anoras)](https://github.com/anoras "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [andig (@andig)](https://github.com/andig "2 total commits to the home-assistant organization: +2 commits to pi-gen +") +- [Andrea (@BubiDevs)](https://github.com/BubiDevs "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Andrea Campi (@andreacampi)](https://github.com/andreacampi "8 total commits to the home-assistant organization: +6 commits to home-assistant +2 commits to home-assistant.io +") +- [Andrea Tosatto (@andtos90)](https://github.com/andtos90 "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Andreas Björshammar (@abjorshammar)](https://github.com/abjorshammar "3 total commits to the home-assistant organization: +2 commits to home-assistant +1 commit to home-assistant.io +") +- [Andreas Cambitsis (@acambitsis)](https://github.com/acambitsis "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Andreas Franz (@andreasfranz)](https://github.com/andreasfranz "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Andreas Jacobsen (@andreasjacobsen93)](https://github.com/andreasjacobsen93 "9 total commits to the home-assistant organization: +6 commits to home-assistant.io +2 commits to hassio-addons +1 commit to home-assistant +") +- [Andreas Oberritter (@mtdcr)](https://github.com/mtdcr "7 total commits to the home-assistant organization: +4 commits to home-assistant +3 commits to home-assistant.io +") +- [Andreas Rammhold (@andir)](https://github.com/andir "1 total commits to the home-assistant organization: +1 commit to home-assistant-polymer +") +- [Andreas Renberg \(IQAndreas\) (@IQAndreas)](https://github.com/IQAndreas "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Andreas Wolter (@a-wolter)](https://github.com/a-wolter "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [andreasfelder (@andreasfelder)](https://github.com/andreasfelder "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Andreea\-Daniela Ene (@AndreeaEne)](https://github.com/AndreeaEne "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [Andrei Pop (@andreipop2005)](https://github.com/andreipop2005 "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Andrej Friesen (@ajfriesen)](https://github.com/ajfriesen "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [Andrew (@aneisch)](https://github.com/aneisch "6 total commits to the home-assistant organization: +5 commits to home-assistant.io +1 commit to home-assistant +") +- [Andrew (@aoakeson)](https://github.com/aoakeson "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant +") +- [Andrew (@adpriebe)](https://github.com/adpriebe "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Andrew Cockburn (@acockburn)](https://github.com/acockburn "976 total commits to the home-assistant organization: +839 commits to appdaemon +88 commits to hadashboard +27 commits to scenegen +22 commits to home-assistant.io +") +- [Andrew Fahrenholtz (@PlasmaEye)](https://github.com/PlasmaEye "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Andrew Garrett (@werdnum)](https://github.com/werdnum "2 total commits to the home-assistant organization: +1 commit to appdaemon +1 commit to home-assistant.io +") +- [Andrew Hayworth (@ahayworth)](https://github.com/ahayworth "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Andrew LeCody (@aceat64)](https://github.com/aceat64 "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Andrew Patton (@acusti)](https://github.com/acusti "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Andrew Riley (@andrewcr7)](https://github.com/andrewcr7 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Andrew Smith (@andrewmichaelsmith)](https://github.com/andrewmichaelsmith "2 total commits to the home-assistant organization: +2 commits to pi-gen +") +- [Andrew Starr\-Bochicchio (@andrewsomething)](https://github.com/andrewsomething "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Andrew Stock (@watchforstock)](https://github.com/watchforstock "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Andrew Thigpen (@andythigpen)](https://github.com/andythigpen "33 total commits to the home-assistant organization: +32 commits to home-assistant +1 commit to home-assistant-js +") +- [Andrew Wedgbury (@sconemad)](https://github.com/sconemad "1 total commits to the home-assistant organization: +1 commit to pi-gen +") +- [Andrew Williams (@nikdoof)](https://github.com/nikdoof "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [andrew\-curtis (@andrew-curtis)](https://github.com/andrew-curtis "7 total commits to the home-assistant organization: +7 commits to home-assistant.io +") +- [andrewdolphin (@andrewdolphin)](https://github.com/andrewdolphin "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [andrewfoster (@andrewfoster)](https://github.com/andrewfoster "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Andrey (@andrey-git)](https://github.com/andrey-git "328 total commits to the home-assistant organization: +148 commits to home-assistant +138 commits to home-assistant-polymer +37 commits to home-assistant.io +4 commits to open-zwave +1 commit to home-assistant-js-websocket +") +- [Andrey Kupreychik (@foxel)](https://github.com/foxel "15 total commits to the home-assistant organization: +10 commits to home-assistant +5 commits to home-assistant.io +") +- [Andrey Mikhaylov \(lolmaus\) (@lolmaus)](https://github.com/lolmaus "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Andrey Petrov (@anpetrov)](https://github.com/anpetrov "2 total commits to the home-assistant organization: +1 commit to home-assistant.io +1 commit to home-assistant +") +- [Andrey Ulanov (@aulanov)](https://github.com/aulanov "2 total commits to the home-assistant organization: +2 commits to open-zwave +") +- [Andrzej (@andriej)](https://github.com/andriej "4 total commits to the home-assistant organization: +3 commits to home-assistant.io +1 commit to home-assistant +") +- [Andréas Lundgren (@adevade)](https://github.com/adevade "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Andy Castille (@Klikini)](https://github.com/Klikini "20 total commits to the home-assistant organization: +12 commits to home-assistant +8 commits to home-assistant.io +") +- [Andy Lindeman (@alindeman)](https://github.com/alindeman "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Andy Shilton (@andyshilton)](https://github.com/andyshilton "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Andy9FromSpace (@Andy9FromSpace)](https://github.com/Andy9FromSpace "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [andyat (@andyat)](https://github.com/andyat "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [andylockran (@andylockran)](https://github.com/andylockran "4 total commits to the home-assistant organization: +2 commits to home-assistant +2 commits to home-assistant.io +") +- [angel12 (@angel12)](https://github.com/angel12 "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [anotherthomas (@anotherthomas)](https://github.com/anotherthomas "1 total commits to the home-assistant organization: +1 commit to hassio-addons +") +- [Anthony Arnaud (@aarnaud)](https://github.com/aarnaud "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Anthony Hughes (@tony2nite)](https://github.com/tony2nite "3 total commits to the home-assistant organization: +1 commit to netdisco +1 commit to home-assistant +1 commit to home-assistant.io +") +- [antihate8 (@antihate8)](https://github.com/antihate8 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Antoine Bertin (@Diaoul)](https://github.com/Diaoul "5 total commits to the home-assistant organization: +2 commits to home-assistant +2 commits to home-assistant.io +1 commit to home-assistant-polymer +") +- [Antoine GRÉA (@grea09)](https://github.com/grea09 "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Antoine Meillet (@inetAnt)](https://github.com/inetAnt "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Anton Chakirov (@achakirov)](https://github.com/achakirov "2 total commits to the home-assistant organization: +2 commits to open-zwave +") +- [Anton Glukhov (@toxxin)](https://github.com/toxxin "1 total commits to the home-assistant organization: +1 commit to libcoap +") +- [Anton Lundin (@glance-)](https://github.com/glance- "8 total commits to the home-assistant organization: +7 commits to home-assistant +1 commit to netdisco +") +- [Anton Sarukhanov (@antsar)](https://github.com/antsar "8 total commits to the home-assistant organization: +4 commits to home-assistant +3 commits to home-assistant.io +1 commit to home-assistant-polymer +") +- [Anton\-Juul\-Naber (@Anton-Juul-Naber)](https://github.com/Anton-Juul-Naber "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Antoni K (@Antoni-K)](https://github.com/Antoni-K "9 total commits to the home-assistant organization: +8 commits to home-assistant.io +1 commit to hassbian-scripts +") +- [Antonio Párraga Navarro (@aparraga)](https://github.com/aparraga "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Antony Messerli (@antonym)](https://github.com/antonym "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Anubhaw Arya (@aarya123)](https://github.com/aarya123 "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Anurag El Dorado (@aedorado)](https://github.com/aedorado "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [apastuszak (@apastuszak)](https://github.com/apastuszak "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [apo\-mak (@apo-mak)](https://github.com/apo-mak "2 total commits to the home-assistant organization: +1 commit to home-assistant-polymer +1 commit to home-assistant.io +") +- [aquarium (@theaquarium)](https://github.com/theaquarium "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [arcsur (@arcsur)](https://github.com/arcsur "4 total commits to the home-assistant organization: +3 commits to home-assistant +1 commit to home-assistant.io +") +- [Ardetus (@Ardetus)](https://github.com/Ardetus "4 total commits to the home-assistant organization: +2 commits to home-assistant +2 commits to home-assistant.io +") +- [Ardi Mehist (@omgapuppy)](https://github.com/omgapuppy "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant +") +- [arg0nik (@arg0nik)](https://github.com/arg0nik "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Ari Lotter (@arilotter)](https://github.com/arilotter "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant +") +- [aribarreto (@aribarreto)](https://github.com/aribarreto "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [arjenfvellinga (@arjenfvellinga)](https://github.com/arjenfvellinga "6 total commits to the home-assistant organization: +5 commits to home-assistant.io +1 commit to home-assistant +") +- [Arno (@aetjansen)](https://github.com/aetjansen "4 total commits to the home-assistant organization: +4 commits to home-assistant.io +") +- [ArnoGit (@ArnoGit)](https://github.com/ArnoGit "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [arraylabs (@arraylabs)](https://github.com/arraylabs "8 total commits to the home-assistant organization: +6 commits to home-assistant +2 commits to home-assistant.io +") +- [Artem (@ArtHome12)](https://github.com/ArtHome12 "2 total commits to the home-assistant organization: +2 commits to developers.home-assistant +") +- [Arthur Leonard Andersen (@leoc)](https://github.com/leoc "9 total commits to the home-assistant organization: +9 commits to home-assistant +") +- [Arttu mahlakaarto (@amahlaka)](https://github.com/amahlaka "6 total commits to the home-assistant organization: +6 commits to home-assistant.io +") +- [Arvind Prasanna (@aprasanna)](https://github.com/aprasanna "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [ash7777 (@ash7777)](https://github.com/ash7777 "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [ashev (@ashev)](https://github.com/ashev "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Ashton Campbell (@AshtonCampbell)](https://github.com/AshtonCampbell "5 total commits to the home-assistant organization: +5 commits to home-assistant.io +") +- [Assaf Inbal (@shmuelzon)](https://github.com/shmuelzon "12 total commits to the home-assistant organization: +9 commits to homebridge-homeassistant +3 commits to home-assistant +") +- [atorralba (@atorralba)](https://github.com/atorralba "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Attila Lukács (@LouiS22)](https://github.com/LouiS22 "27 total commits to the home-assistant organization: +27 commits to open-zwave +") +- [Aubin Paul (@outlyer)](https://github.com/outlyer "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Audric Schiltknecht (@chemicalstorm)](https://github.com/chemicalstorm "4 total commits to the home-assistant organization: +3 commits to home-assistant.io +1 commit to home-assistant +") +- [Audun Ytterdal (@auduny)](https://github.com/auduny "3 total commits to the home-assistant organization: +2 commits to home-assistant +1 commit to home-assistant.io +") +- [aufano (@aufano)](https://github.com/aufano "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [auhlie (@auhlie)](https://github.com/auhlie "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [Austin (@trainman419)](https://github.com/trainman419 "8 total commits to the home-assistant organization: +8 commits to home-assistant +") +- [Austin Drummond (@adrum)](https://github.com/adrum "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [austinlg96 (@austinlg96)](https://github.com/austinlg96 "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [austinmroczek (@austinmroczek)](https://github.com/austinmroczek "4 total commits to the home-assistant organization: +2 commits to open-zwave +2 commits to home-assistant.io +") +- [Avraham David Gelbfish (@adgelbfish)](https://github.com/adgelbfish "3 total commits to the home-assistant organization: +1 commit to hadashboard +1 commit to pi-gen +1 commit to home-assistant.io +") +- [awkwardDuck (@awkwardDuck)](https://github.com/awkwardDuck "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Axel (@axel8viii)](https://github.com/axel8viii "2 total commits to the home-assistant organization: +2 commits to open-zwave +") +- [azeroth12 (@azeroth12)](https://github.com/azeroth12 "2 total commits to the home-assistant organization: +1 commit to appdaemon +1 commit to home-assistant.io +") +- [Azimoth (@Azimoth)](https://github.com/Azimoth "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [b1g1an (@b1g1an)](https://github.com/b1g1an "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [B1ue\-W01f (@B1ue-W01f)](https://github.com/B1ue-W01f "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [b3nj1 (@b3nj1)](https://github.com/b3nj1 "3 total commits to the home-assistant organization: +2 commits to python-openzwave +1 commit to home-assistant +") +- [badele (@badele)](https://github.com/badele "24 total commits to the home-assistant organization: +22 commits to home-assistant +2 commits to home-assistant.io +") +- [bailz (@bailz)](https://github.com/bailz "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [Bakkoda (@Bakkoda)](https://github.com/Bakkoda "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Balazs Keresztury (@belidzs)](https://github.com/belidzs "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Balázs Suhajda (@suhajdab)](https://github.com/suhajdab "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Baptiste Lecocq (@tiste)](https://github.com/tiste "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant +") +- [Baptiste Poirriez (@bpoirriez)](https://github.com/bpoirriez "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant +") +- [Baran Kaynak (@barankaynak)](https://github.com/barankaynak "1 total commits to the home-assistant organization: +1 commit to home-assistant-polymer +") +- [Barry Williams (@bazwilliams)](https://github.com/bazwilliams "10 total commits to the home-assistant organization: +6 commits to home-assistant +2 commits to netdisco +2 commits to home-assistant.io +") +- [Bart S (@zBart)](https://github.com/zBart "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Bart274 (@Bart274)](https://github.com/Bart274 "26 total commits to the home-assistant organization: +17 commits to home-assistant +8 commits to home-assistant.io +1 commit to home-assistant-polymer +") +- [Bartek Celary (@bcelary)](https://github.com/bcelary "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Bas Schipper (@basschipper)](https://github.com/basschipper "9 total commits to the home-assistant organization: +7 commits to home-assistant +2 commits to home-assistant.io +") +- [Bas Stottelaar (@basilfx)](https://github.com/basilfx "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [basst22778 (@basst22778)](https://github.com/basst22778 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [bastshoes (@bastshoes)](https://github.com/bastshoes "4 total commits to the home-assistant organization: +2 commits to home-assistant +1 commit to home-assistant-polymer +1 commit to home-assistant.io +") +- [battistaar (@battistaar)](https://github.com/battistaar "1 total commits to the home-assistant organization: +1 commit to homebridge-homeassistant +") +- [Batári Balázs László (@bayi)](https://github.com/bayi "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [bcl1713 (@bcl1713)](https://github.com/bcl1713 "4 total commits to the home-assistant organization: +3 commits to home-assistant.io +1 commit to home-assistant +") +- [Beat (@bdurrer)](https://github.com/bdurrer "16 total commits to the home-assistant organization: +11 commits to home-assistant.io +4 commits to home-assistant +1 commit to home-assistant-polymer +") +- [Beau Breeden (@BeauBreeden)](https://github.com/BeauBreeden "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Beau Simensen (@simensen)](https://github.com/simensen "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [beepmill (@beepmill)](https://github.com/beepmill "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [beestree (@beestree)](https://github.com/beestree "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Ben (@benweb)](https://github.com/benweb "6 total commits to the home-assistant organization: +6 commits to open-zwave +") +- [Ben (@unixben)](https://github.com/unixben "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Ben Bangert (@bbangert)](https://github.com/bbangert "6 total commits to the home-assistant organization: +4 commits to home-assistant +2 commits to home-assistant.io +") +- [Ben Doerr (@bendoerr)](https://github.com/bendoerr "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [Ben Krajancic (@Fantasmos)](https://github.com/Fantasmos "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Ben Lebherz (@benleb)](https://github.com/benleb "10 total commits to the home-assistant organization: +4 commits to home-assistant.io +3 commits to home-assistant +2 commits to appdaemon +1 commit to developers.home-assistant +") +- [Ben Menchaca (@bmenchaca)](https://github.com/bmenchaca "3 total commits to the home-assistant organization: +3 commits to open-zwave +") +- [Ben Nelson (@nelsonblaha)](https://github.com/nelsonblaha "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Ben Nuttall (@bennuttall)](https://github.com/bennuttall "1 total commits to the home-assistant organization: +1 commit to pi-gen +") +- [Ben Origas (@borigas)](https://github.com/borigas "1 total commits to the home-assistant organization: +1 commit to home-assistant-polymer +") +- [Ben Pirt (@bjpirt)](https://github.com/bjpirt "2 total commits to the home-assistant organization: +2 commits to pi-gen +") +- [Ben Randall (@veleek)](https://github.com/veleek "5 total commits to the home-assistant organization: +4 commits to home-assistant +1 commit to home-assistant.io +") +- [Ben Schattinger (@lights0123)](https://github.com/lights0123 "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Ben Thomas (@wazoo)](https://github.com/wazoo "1 total commits to the home-assistant organization: +1 commit to home-assistant-polymer +") +- [Ben Van Mechelen (@benvm)](https://github.com/benvm "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [ben423423n32j14e (@ben423423n32j14e)](https://github.com/ben423423n32j14e "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [Benedict Aas (@Shou)](https://github.com/Shou "5 total commits to the home-assistant organization: +3 commits to home-assistant.io +2 commits to home-assistant +") +- [Benedikt Böhm (@hollow)](https://github.com/hollow "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [Benjamin Bryan (@ahnooie)](https://github.com/ahnooie "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Benjamin Parzella (@bparzella)](https://github.com/bparzella "1 total commits to the home-assistant organization: +1 commit to pi-gen +") +- [Benji (@bbbenji)](https://github.com/bbbenji "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Benny de Leeuw (@leeuwte)](https://github.com/leeuwte "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Benoit BESSET (@bbesset)](https://github.com/bbesset "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Benoit Louy (@benoitlouy)](https://github.com/benoitlouy "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [bergemalm (@bergemalm)](https://github.com/bergemalm "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Bertbert (@bertbert72)](https://github.com/bertbert72 "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant +") +- [bestlibre (@bestlibre)](https://github.com/bestlibre "16 total commits to the home-assistant organization: +8 commits to home-assistant +5 commits to home-assistant.io +1 commit to hassio +1 commit to hassio-build +1 commit to home-assistant-polymer +") +- [bigbadblunt (@bigbadblunt)](https://github.com/bigbadblunt "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [biggms (@biggms)](https://github.com/biggms "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [BigMoby (@bigmoby)](https://github.com/bigmoby "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [bigwoof (@bigwoof)](https://github.com/bigwoof "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant +") +- [Bike Dude (@hackacad)](https://github.com/hackacad "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Bill Nelson (@xhostplus)](https://github.com/xhostplus "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [binli71 (@binli71)](https://github.com/binli71 "4 total commits to the home-assistant organization: +4 commits to open-zwave +") +- [BioSehnsucht (@BioSehnsucht)](https://github.com/BioSehnsucht "14 total commits to the home-assistant organization: +8 commits to home-assistant.io +4 commits to home-assistant +2 commits to home-assistant-polymer +") +- [Bjarni Ivarsson (@bjarniivarsson)](https://github.com/bjarniivarsson "8 total commits to the home-assistant organization: +5 commits to home-assistant +3 commits to home-assistant-polymer +") +- [bjohnson8949 (@bjohnson8949)](https://github.com/bjohnson8949 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Björn Orri (@bjornorri)](https://github.com/bjornorri "1 total commits to the home-assistant organization: +1 commit to home-assistant-iOS +") +- [Björn Ramberg (@bjorne)](https://github.com/bjorne "1 total commits to the home-assistant organization: +1 commit to hassio-build +") +- [bkcberry (@bkcberry)](https://github.com/bkcberry "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [bl8rnr (@bl8rnr)](https://github.com/bl8rnr "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [blackdog70 (@blackdog70)](https://github.com/blackdog70 "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [blackmesataiwan (@blackmesataiwan)](https://github.com/blackmesataiwan "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [blackwind (@blackwind)](https://github.com/blackwind "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Blake Blackshear (@blakeblackshear)](https://github.com/blakeblackshear "9 total commits to the home-assistant organization: +7 commits to home-assistant.io +2 commits to home-assistant +") +- [Blanyal D'Souza (@blanyal)](https://github.com/blanyal "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [bleader (@bleader)](https://github.com/bleader "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Blender3D (@Blender3D)](https://github.com/Blender3D "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Bob Anderson (@rwa)](https://github.com/rwa "11 total commits to the home-assistant organization: +7 commits to home-assistant +4 commits to home-assistant.io +") +- [Bob Clough (@thinkl33t)](https://github.com/thinkl33t "4 total commits to the home-assistant organization: +3 commits to home-assistant +1 commit to appdaemon +") +- [Bob Igo (@Human)](https://github.com/Human "4 total commits to the home-assistant organization: +3 commits to home-assistant.io +1 commit to home-assistant +") +- [Bob van Oijen (@bobvanoijen)](https://github.com/bobvanoijen "2 total commits to the home-assistant organization: +2 commits to open-zwave +") +- [bobnwk (@bobnwk)](https://github.com/bobnwk "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Boced66 (@boced66)](https://github.com/boced66 "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [boltgolt (@boltgolt)](https://github.com/boltgolt "4 total commits to the home-assistant organization: +2 commits to home-assistant +2 commits to home-assistant.io +") +- [bonanitech (@bonanitech)](https://github.com/bonanitech "13 total commits to the home-assistant organization: +13 commits to home-assistant.io +") +- [bonterra (@bonterra)](https://github.com/bonterra "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [boojew (@boojew)](https://github.com/boojew "9 total commits to the home-assistant organization: +7 commits to home-assistant.io +2 commits to home-assistant +") +- [Boris K (@bokub)](https://github.com/bokub "12 total commits to the home-assistant organization: +6 commits to home-assistant +6 commits to home-assistant.io +") +- [bottomquark (@bottomquark)](https://github.com/bottomquark "4 total commits to the home-assistant organization: +3 commits to home-assistant.io +1 commit to home-assistant +") +- [Boyi C (@fanthos)](https://github.com/fanthos "25 total commits to the home-assistant organization: +17 commits to home-assistant-polymer +6 commits to home-assistant +2 commits to home-assistant.io +") +- [brad (@oakbrad)](https://github.com/oakbrad "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Brad Buran (@bburan)](https://github.com/bburan "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Brad Dixon (@rbdixon)](https://github.com/rbdixon "3 total commits to the home-assistant organization: +2 commits to home-assistant +1 commit to home-assistant.io +") +- [Brad Fitzpatrick (@bradfitz)](https://github.com/bradfitz "2 total commits to the home-assistant organization: +2 commits to developers.home-assistant +") +- [Brad Johnson (@bradsk88)](https://github.com/bradsk88 "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [bradarndt (@digdugg)](https://github.com/digdugg "2 total commits to the home-assistant organization: +2 commits to python-openzwave +") +- [braddparker (@braddparker)](https://github.com/braddparker "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [BradleyDHobbs (@BradleyDHobbs)](https://github.com/BradleyDHobbs "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Brady Rosino (@BradyRosino)](https://github.com/BradyRosino "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Brahma Fear (@brahmafear)](https://github.com/brahmafear "8 total commits to the home-assistant organization: +8 commits to home-assistant.io +") +- [Bram Kragten (@bramkragten)](https://github.com/bramkragten "19 total commits to the home-assistant organization: +11 commits to home-assistant +4 commits to home-assistant-polymer +4 commits to home-assistant.io +") +- [Brandon Mathis (@imathis)](https://github.com/imathis "484 total commits to the home-assistant organization: +484 commits to home-assistant.io +") +- [Brandon Weeks (@brandonweeks)](https://github.com/brandonweeks "3 total commits to the home-assistant organization: +3 commits to home-assistant +") +- [Brant Knudson (@brantlk)](https://github.com/brantlk "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [brburns (@brburns)](https://github.com/brburns "2 total commits to the home-assistant organization: +2 commits to netdisco +") +- [Brenda Wallace (@Br3nda)](https://github.com/Br3nda "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [Brendan Berg (@captainnapalm)](https://github.com/captainnapalm "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [BrendanMoran (@bremor)](https://github.com/bremor "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Brendon Baumgartner (@bbrendon)](https://github.com/bbrendon "11 total commits to the home-assistant organization: +11 commits to home-assistant.io +") +- [Brent Hughes (@bah2830)](https://github.com/bah2830 "28 total commits to the home-assistant organization: +18 commits to home-assistant +9 commits to home-assistant.io +1 commit to netdisco +") +- [Brent Kerlin (@bkerlin)](https://github.com/bkerlin "1 total commits to the home-assistant organization: +1 commit to hassio-build +") +- [Brent Saltzman (@brent20)](https://github.com/brent20 "9 total commits to the home-assistant organization: +9 commits to home-assistant.io +") +- [Brenton Zillins (@bzillins)](https://github.com/bzillins "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Brian Cribbs (@cribbstechnologies)](https://github.com/cribbstechnologies "44 total commits to the home-assistant organization: +27 commits to home-assistant +15 commits to home-assistant.io +2 commits to home-assistant-polymer +") +- [Brian Fitzgerald (@Brianfit)](https://github.com/Brianfit "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Brian Gehrich (@bgehrich)](https://github.com/bgehrich "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Brian Gianforcaro (@bgianfo)](https://github.com/bgianfo "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Brian Hanifin (@brianhanifin)](https://github.com/brianhanifin "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Brian Harwell (@brianharwell)](https://github.com/brianharwell "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Brian Hopkins (@btotharye)](https://github.com/btotharye "6 total commits to the home-assistant organization: +4 commits to home-assistant.io +2 commits to home-assistant +") +- [Brian J King (@brianjking)](https://github.com/brianjking "16 total commits to the home-assistant organization: +16 commits to home-assistant.io +") +- [Brian Jinwright (@bjinwright)](https://github.com/bjinwright "159 total commits to the home-assistant organization: +159 commits to warrant +") +- [Brian Karani Ndwiga (@rayrayndwiga)](https://github.com/rayrayndwiga "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Brian Low (@brianlow)](https://github.com/brianlow "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Brian Orpin (@borpin)](https://github.com/borpin "1 total commits to the home-assistant organization: +1 commit to hassos +") +- [Brian Torres\-Gil (@btorresgil)](https://github.com/btorresgil "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Brian Towles (@wonderslug)](https://github.com/wonderslug "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Brig Lamoreaux (@briglx)](https://github.com/briglx "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Brigham Brown (@brigham)](https://github.com/brigham "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Britton Clapp (@britton-clapp)](https://github.com/britton-clapp "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [brkr19 (@brkr19)](https://github.com/brkr19 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Brooke Hedrick (@hedrickbt)](https://github.com/hedrickbt "1 total commits to the home-assistant organization: +1 commit to python-openzwave +") +- [brouwer (@brouwer)](https://github.com/brouwer "3 total commits to the home-assistant organization: +3 commits to open-zwave +") +- [brubaked (@brubaked)](https://github.com/brubaked "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Bruce (@trux66)](https://github.com/trux66 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [BRUH Automation (@bruhautomation)](https://github.com/bruhautomation "4 total commits to the home-assistant organization: +3 commits to hassbian-scripts +1 commit to home-assistant.io +") +- [Bruno Binet (@bbinet)](https://github.com/bbinet "1 total commits to the home-assistant organization: +1 commit to hassio-build +") +- [Bryan York (@bryanyork)](https://github.com/bryanyork "3 total commits to the home-assistant organization: +3 commits to home-assistant +") +- [BryanJacobs (@BryanJacobs)](https://github.com/BryanJacobs "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Bryce Edwards (@hoopty)](https://github.com/hoopty "6 total commits to the home-assistant organization: +3 commits to home-assistant +2 commits to home-assistant.io +1 commit to python-openzwave +") +- [bufferUnderrun (@bufferUnderrun)](https://github.com/bufferUnderrun "12 total commits to the home-assistant organization: +12 commits to open-zwave +") +- [BUUT\! (@buut-vrij)](https://github.com/buut-vrij "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [bvansambeek (@bvansambeek)](https://github.com/bvansambeek "4 total commits to the home-assistant organization: +3 commits to home-assistant.io +1 commit to hassio-build +") +- [byte\-bender (@byte-bender)](https://github.com/byte-bender "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [c727 (@c727)](https://github.com/c727 "243 total commits to the home-assistant organization: +157 commits to home-assistant-polymer +54 commits to home-assistant.io +11 commits to ui-schema +10 commits to developers.home-assistant +9 commits to home-assistant +2 commits to hassio +") +- [c\-soft (@c-soft)](https://github.com/c-soft "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Caius Seiger (@caiuspb)](https://github.com/caiuspb "3 total commits to the home-assistant organization: +3 commits to home-assistant +") +- [Caleb (@finish06)](https://github.com/finish06 "8 total commits to the home-assistant organization: +7 commits to home-assistant +1 commit to home-assistant.io +") +- [Cameron Bulock (@cbulock)](https://github.com/cbulock "5 total commits to the home-assistant organization: +2 commits to home-assistant +2 commits to home-assistant.io +1 commit to netdisco +") +- [Cameron Llewellyn (@camrun91)](https://github.com/camrun91 "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Carl Chan (@carlchan)](https://github.com/carlchan "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Carl Johnson (@carlivar)](https://github.com/carlivar "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Carlo Costanzo (@CCOSTAN)](https://github.com/CCOSTAN "99 total commits to the home-assistant organization: +91 commits to home-assistant.io +5 commits to home-assistant +1 commit to homebridge-homeassistant +1 commit to fabric-home-assistant +1 commit to hassbian-scripts +") +- [carlosmgr (@carlosmgr)](https://github.com/carlosmgr "6 total commits to the home-assistant organization: +6 commits to home-assistant +") +- [Carter (@BluGeni)](https://github.com/BluGeni "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant +") +- [Casper Weiss Bang (@C0DK)](https://github.com/C0DK "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Caswell1000 (@Caswell1000)](https://github.com/Caswell1000 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [caz0075 (@caz0075)](https://github.com/caz0075 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [cburgess (@cburgess)](https://github.com/cburgess "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [cby016 (@cby016)](https://github.com/cby016 "2 total commits to the home-assistant organization: +1 commit to open-zwave +1 commit to home-assistant.io +") +- [cdce8p (@cdce8p)](https://github.com/cdce8p "194 total commits to the home-assistant organization: +122 commits to home-assistant +48 commits to home-assistant.io +13 commits to home-assistant-polymer +6 commits to developers.home-assistant +5 commits to hass-release +") +- [Cecron (@Cecron)](https://github.com/Cecron "1 total commits to the home-assistant organization: +1 commit to appdaemon +") +- [Cedric Gatay (@CedricGatay)](https://github.com/CedricGatay "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Cedric Van Goethem (@Zepheus)](https://github.com/Zepheus "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [celeroll (@celeroll)](https://github.com/celeroll "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Cello Spring (@cellerich)](https://github.com/cellerich "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Cenk Gündoğan (@cgundogan)](https://github.com/cgundogan "1 total commits to the home-assistant organization: +1 commit to libcoap +") +- [Censored3 (@Censored3)](https://github.com/Censored3 "4 total commits to the home-assistant organization: +2 commits to hassio-addons +1 commit to developers.home-assistant +1 commit to home-assistant.io +") +- [Cezar Sá Espinola (@cezarsa)](https://github.com/cezarsa "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Chad Parry (@chadparry)](https://github.com/chadparry "10 total commits to the home-assistant organization: +10 commits to open-zwave +") +- [ChadCurvin (@Curvin777)](https://github.com/Curvin777 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [chanders (@chanders)](https://github.com/chanders "2 total commits to the home-assistant organization: +2 commits to hadashboard +") +- [CHAPELLE Quentin (@quentinchap)](https://github.com/quentinchap "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Charles Blonde (@CharlesBlonde)](https://github.com/CharlesBlonde "19 total commits to the home-assistant organization: +12 commits to home-assistant +7 commits to home-assistant.io +") +- [Charles Garwood (@cgarwood)](https://github.com/cgarwood "52 total commits to the home-assistant organization: +22 commits to home-assistant +18 commits to home-assistant.io +12 commits to home-assistant-polymer +") +- [Charles Spirakis (@srcLurker)](https://github.com/srcLurker "8 total commits to the home-assistant organization: +5 commits to home-assistant +3 commits to home-assistant.io +") +- [Chayoung You (@yous)](https://github.com/yous "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [Check your git settings\! (@invalid-email-address)](https://github.com/invalid-email-address "1 total commits to the home-assistant organization: +1 commit to libcoap +") +- [Chema García (@sch3m4)](https://github.com/sch3m4 "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Cheong Yip (@wingy3181)](https://github.com/wingy3181 "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Chia\-liang Kao (@clkao)](https://github.com/clkao "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [chknetsc (@chknetsc)](https://github.com/chknetsc "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [chocomega (@chocomega)](https://github.com/chocomega "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Chris (@chennin)](https://github.com/chennin "15 total commits to the home-assistant organization: +11 commits to home-assistant.io +4 commits to home-assistant +") +- [Chris (@firstof9)](https://github.com/firstof9 "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Chris (@darthsebulba04)](https://github.com/darthsebulba04 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Chris Aloi (@ctaloi)](https://github.com/ctaloi "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Chris Baumgartner (@mchrisb03)](https://github.com/mchrisb03 "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Chris Cowart (@cpcowart)](https://github.com/cpcowart "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Chris Crowe (@chriscrowe)](https://github.com/chriscrowe "3 total commits to the home-assistant organization: +3 commits to homebridge-homeassistant +") +- [Chris Feist (@chris-feist)](https://github.com/chris-feist "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Chris Heath (@Nedlinin)](https://github.com/Nedlinin "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [Chris Helming (@cwhits)](https://github.com/cwhits "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Chris Huegle (@chuegle)](https://github.com/chuegle "1 total commits to the home-assistant organization: +1 commit to netdisco +") +- [Chris Jones (@fezfox)](https://github.com/fezfox "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant +") +- [Chris Kacerguis (@chriskacerguis)](https://github.com/chriskacerguis "3 total commits to the home-assistant organization: +2 commits to home-assistant +1 commit to home-assistant.io +") +- [Chris LaRose (@cjlarose)](https://github.com/cjlarose "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Chris LeBlanc (@spacesuitdiver)](https://github.com/spacesuitdiver "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Chris Miller (@mysteriouspants)](https://github.com/mysteriouspants "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Chris Monteiro (@cmonteiro128)](https://github.com/cmonteiro128 "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Chris Mulder (@chrisvis)](https://github.com/chrisvis "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Chris R (@ChrisRomp)](https://github.com/ChrisRomp "2 total commits to the home-assistant organization: +1 commit to open-zwave +1 commit to home-assistant.io +") +- [Chris Sims (@jcsims)](https://github.com/jcsims "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Chris Smolen (@smolz)](https://github.com/smolz "10 total commits to the home-assistant organization: +6 commits to home-assistant.io +4 commits to appdaemon +") +- [Chris Thorn (@chris-thorn)](https://github.com/chris-thorn "7 total commits to the home-assistant organization: +7 commits to home-assistant.io +") +- [Chris Vanclercq (@Vanclec)](https://github.com/Vanclec "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [ChrisS85 (@ChrisS85)](https://github.com/ChrisS85 "1 total commits to the home-assistant organization: +1 commit to hassio-build +") +- [ChrisTBarnes (@ChrisTBarnes)](https://github.com/ChrisTBarnes "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [christerr (@christerr)](https://github.com/christerr "3 total commits to the home-assistant organization: +3 commits to open-zwave +") +- [Christiaan Blom (@Deinara)](https://github.com/Deinara "8 total commits to the home-assistant organization: +7 commits to home-assistant +1 commit to home-assistant.io +") +- [Christian Brædstrup (@LinuxChristian)](https://github.com/LinuxChristian "9 total commits to the home-assistant organization: +8 commits to home-assistant +1 commit to home-assistant.io +") +- [Christian Lahme (@krys1976)](https://github.com/krys1976 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Christian Lasarczyk (@ChrisLasar)](https://github.com/ChrisLasar "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Christian Muck (@cmuck)](https://github.com/cmuck "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Christian Stigen Larsen (@cslarsen)](https://github.com/cslarsen "9 total commits to the home-assistant organization: +7 commits to python-openzwave +2 commits to open-zwave +") +- [Christian Studer (@cstuder)](https://github.com/cstuder "7 total commits to the home-assistant organization: +6 commits to home-assistant.io +1 commit to developers.home-assistant +") +- [ChristianKuehnel (@ChristianKuehnel)](https://github.com/ChristianKuehnel "39 total commits to the home-assistant organization: +23 commits to home-assistant +16 commits to home-assistant.io +") +- [Christofer Hellqvist (@hellqvist)](https://github.com/hellqvist "2 total commits to the home-assistant organization: +2 commits to open-zwave +") +- [Christoffer Graversen (@ChristofferG)](https://github.com/ChristofferG "6 total commits to the home-assistant organization: +6 commits to home-assistant.io +") +- [Christoffer Kylvåg (@christoe)](https://github.com/christoe "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Christoph Gerneth (@c7h)](https://github.com/c7h "5 total commits to the home-assistant organization: +3 commits to home-assistant.io +2 commits to home-assistant +") +- [Christoph Roeder (@brightdroid)](https://github.com/brightdroid "2 total commits to the home-assistant organization: +2 commits to appdaemon +") +- [Christoph Wagner (@Christoph-Wagner)](https://github.com/Christoph-Wagner "5 total commits to the home-assistant organization: +4 commits to home-assistant.io +1 commit to home-assistant +") +- [Christophe Vu\-Brugier (@cvubrugier)](https://github.com/cvubrugier "2 total commits to the home-assistant organization: +2 commits to open-zwave +") +- [christopheBfr (@christopheBfr)](https://github.com/christopheBfr "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Christopher Cavey (@cicavey)](https://github.com/cicavey "3 total commits to the home-assistant organization: +3 commits to open-zwave +") +- [Christopher Vella (@chrisvella)](https://github.com/chrisvella "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Christopher Viel (@Chris-V)](https://github.com/Chris-V "6 total commits to the home-assistant organization: +3 commits to home-assistant +2 commits to home-assistant.io +1 commit to open-zwave +") +- [chrom3 (@chrom3)](https://github.com/chrom3 "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant +") +- [chrysn (@chrysn)](https://github.com/chrysn "65 total commits to the home-assistant organization: +65 commits to libcoap +") +- [Chun\-wei Kuo (@Domon)](https://github.com/Domon "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [chz^3 (@chzchzchz)](https://github.com/chzchzchz "1 total commits to the home-assistant organization: +1 commit to pi-gen +") +- [Ciquattro (@CiquattroFPV)](https://github.com/CiquattroFPV "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [citruz (@citruz)](https://github.com/citruz "5 total commits to the home-assistant organization: +4 commits to home-assistant +1 commit to home-assistant.io +") +- [clach04 (@clach04)](https://github.com/clach04 "6 total commits to the home-assistant organization: +3 commits to home-assistant.io +2 commits to home-assistant +1 commit to hassbian-scripts +") +- [clarkewd (@clarkewd)](https://github.com/clarkewd "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Claudiu Farcas (@farcasclaudiu)](https://github.com/farcasclaudiu "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Claus F\. Strasburger (@cfstras)](https://github.com/cfstras "5 total commits to the home-assistant organization: +5 commits to pi-gen +") +- [clayton craft (@craftyguy)](https://github.com/craftyguy "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Clemens Wolff (@c-w)](https://github.com/c-w "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Clement Wong (@clementhk)](https://github.com/clementhk "2 total commits to the home-assistant organization: +1 commit to open-zwave +1 commit to home-assistant +") +- [Clifford W\. Hansen (@cliffordwhansen)](https://github.com/cliffordwhansen "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [clyra (@clyra)](https://github.com/clyra "3 total commits to the home-assistant organization: +3 commits to appdaemon +") +- [Cláudio Ribeiro (@DailyMatters)](https://github.com/DailyMatters "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [codeavenger07 (@codeavenger07)](https://github.com/codeavenger07 "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Codepadawan (@Codepadawan)](https://github.com/Codepadawan "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [cogneato (@cogneato)](https://github.com/cogneato "23 total commits to the home-assistant organization: +17 commits to home-assistant.io +4 commits to developers.home-assistant +2 commits to hassos +") +- [Colby Rome (@cisasteelersfan)](https://github.com/cisasteelersfan "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Colin Dunn (@colindunn)](https://github.com/colindunn "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Colin Frei (@colinfrei)](https://github.com/colinfrei "5 total commits to the home-assistant organization: +3 commits to home-assistant.io +2 commits to home-assistant +") +- [Colin O'Dell (@colinodell)](https://github.com/colinodell "34 total commits to the home-assistant organization: +18 commits to home-assistant +15 commits to home-assistant.io +1 commit to python-openzwave +") +- [Colin Teubner (@netopiax)](https://github.com/netopiax "6 total commits to the home-assistant organization: +3 commits to open-zwave +3 commits to home-assistant.io +") +- [Collin Allen (@commandtab)](https://github.com/commandtab "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Comic Chang (@comicchang)](https://github.com/comicchang "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [ComputerCandy (@ComputerCandy)](https://github.com/ComputerCandy "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Conrad Juhl Andersen (@cnrd)](https://github.com/cnrd "17 total commits to the home-assistant organization: +9 commits to home-assistant +5 commits to home-assistant.io +2 commits to home-assistant-polymer +1 commit to developers.home-assistant +") +- [Constantine Grantcharov (@conz27)](https://github.com/conz27 "1 total commits to the home-assistant organization: +1 commit to libcoap +") +- [Constantine Poltyrev (@shprota)](https://github.com/shprota "1 total commits to the home-assistant organization: +1 commit to appdaemon +") +- [Cooper Dale (@Cooper-Dale)](https://github.com/Cooper-Dale "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Corban Mailloux (@corbanmailloux)](https://github.com/corbanmailloux "19 total commits to the home-assistant organization: +18 commits to home-assistant.io +1 commit to home-assistant +") +- [Corey Edwards (@heytensai)](https://github.com/heytensai "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Corey Pauley (@devspacenine)](https://github.com/devspacenine "5 total commits to the home-assistant organization: +3 commits to home-assistant.io +2 commits to home-assistant +") +- [corneyl (@corneyl)](https://github.com/corneyl "5 total commits to the home-assistant organization: +4 commits to home-assistant +1 commit to home-assistant.io +") +- [Courtney Strachan (@cstrachan88)](https://github.com/cstrachan88 "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [cpgifford (@cpgifford)](https://github.com/cpgifford "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [cpw (@cpw)](https://github.com/cpw "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Craig Hills (@chills42)](https://github.com/chills42 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Craig Huckabee (@huckabeec)](https://github.com/huckabeec "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Craig J\. Midwinter (@craigjmidwinter)](https://github.com/craigjmidwinter "28 total commits to the home-assistant organization: +21 commits to home-assistant +7 commits to home-assistant.io +") +- [CrazYoshi (@CrazYoshi)](https://github.com/CrazYoshi "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [cswinford (@cswinford)](https://github.com/cswinford "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [CTLS (@CTLS)](https://github.com/CTLS "4 total commits to the home-assistant organization: +3 commits to home-assistant +1 commit to home-assistant.io +") +- [CupricReki (@CupricReki)](https://github.com/CupricReki "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [CV (@dagobert)](https://github.com/dagobert "4 total commits to the home-assistant organization: +4 commits to home-assistant.io +") +- [cweakland (@cweakland)](https://github.com/cweakland "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [cxlwill (@cxlwill)](https://github.com/cxlwill "4 total commits to the home-assistant organization: +2 commits to home-assistant-polymer +2 commits to hassbian-scripts +") +- [daemondazz (@daemondazz)](https://github.com/daemondazz "2 total commits to the home-assistant organization: +2 commits to open-zwave +") +- [dainok (@dainok)](https://github.com/dainok "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Dale Higgs (@dale3h)](https://github.com/dale3h "45 total commits to the home-assistant organization: +32 commits to home-assistant.io +11 commits to home-assistant +1 commit to homebridge-homeassistant +1 commit to hassbot +") +- [damarco (@damarco)](https://github.com/damarco "9 total commits to the home-assistant organization: +9 commits to home-assistant +") +- [Dan (@danieljkemp)](https://github.com/danieljkemp "23 total commits to the home-assistant organization: +16 commits to home-assistant +7 commits to home-assistant.io +") +- [Dan Burke (@danburke)](https://github.com/danburke "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Dan C Williams (@dancwilliams)](https://github.com/dancwilliams "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Dan Chen (@djchen)](https://github.com/djchen "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Dan Cinnamon (@Cinntax)](https://github.com/Cinntax "21 total commits to the home-assistant organization: +17 commits to home-assistant +4 commits to home-assistant.io +") +- [Dan Faulknor (@danielfaulknor)](https://github.com/danielfaulknor "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant +") +- [Dan Ferrante (@dferrante)](https://github.com/dferrante "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Dan Ford (@dpford)](https://github.com/dpford "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Dan Klaffenbach (@klada)](https://github.com/klada "8 total commits to the home-assistant organization: +6 commits to home-assistant +2 commits to home-assistant.io +") +- [Dan Lowe (@tangledhelix)](https://github.com/tangledhelix "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Dan Nixon (@DanNixon)](https://github.com/DanNixon "25 total commits to the home-assistant organization: +19 commits to home-assistant +6 commits to home-assistant.io +") +- [Dan Olson (@danielolson13)](https://github.com/danielolson13 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Dan Ports (@drkp)](https://github.com/drkp "15 total commits to the home-assistant organization: +10 commits to open-zwave +4 commits to home-assistant +1 commit to home-assistant.io +") +- [Dan Sarginson (@dansarginson)](https://github.com/dansarginson "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Dan Smith (@kk7ds)](https://github.com/kk7ds "84 total commits to the home-assistant organization: +68 commits to home-assistant +14 commits to home-assistant.io +2 commits to home-assistant-polymer +") +- [Dan Sullivan (@dansullivan86)](https://github.com/dansullivan86 "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant +") +- [Dan Trevino (@dantrevino)](https://github.com/dantrevino "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Dane Peterson (@peterson-dane)](https://github.com/peterson-dane "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [dangyuluo (@left4taco)](https://github.com/left4taco "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Dani (@danichispa)](https://github.com/danichispa "9 total commits to the home-assistant organization: +9 commits to home-assistant.io +") +- [Daniel (@delneet)](https://github.com/delneet "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Daniel (@danimtb)](https://github.com/danimtb "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Daniel Bowman (@vrih)](https://github.com/vrih "5 total commits to the home-assistant organization: +4 commits to home-assistant +1 commit to netdisco +") +- [Daniel Claes (@daenny)](https://github.com/daenny "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Daniel Escoz (@Darkhogg)](https://github.com/Darkhogg "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [Daniel Høyer Iversen (@Danielhiversen)](https://github.com/Danielhiversen "361 total commits to the home-assistant organization: +235 commits to home-assistant +123 commits to home-assistant.io +3 commits to home-assistant-polymer +") +- [Daniel Kalmar (@kalimaul)](https://github.com/kalimaul "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Daniel Lando (@robertsLando)](https://github.com/robertsLando "11 total commits to the home-assistant organization: +11 commits to open-zwave +") +- [Daniel Lashua (@dlashua)](https://github.com/dlashua "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant +") +- [Daniel Matuschek (@usul27)](https://github.com/usul27 "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Daniel Perna (@danielperna84)](https://github.com/danielperna84 "113 total commits to the home-assistant organization: +59 commits to home-assistant +43 commits to home-assistant.io +11 commits to hassio-addons +") +- [Daniel Peukert (@dpeukert)](https://github.com/dpeukert "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant-polymer +") +- [Daniel Reimer (@dreimer1986)](https://github.com/dreimer1986 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Daniel Schaal (@schaal)](https://github.com/schaal "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Daniel Shokouhi (@dshokouhi)](https://github.com/dshokouhi "41 total commits to the home-assistant organization: +23 commits to home-assistant.io +18 commits to home-assistant +") +- [Daniel Stone (@daniel-stoneuk)](https://github.com/daniel-stoneuk "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Daniel Trnka (@trnila)](https://github.com/trnila "2 total commits to the home-assistant organization: +2 commits to appdaemon +") +- [Daniel Watkins (@OddBloke)](https://github.com/OddBloke "3 total commits to the home-assistant organization: +3 commits to home-assistant +") +- [Daniel Welch (@danielwelch)](https://github.com/danielwelch "7 total commits to the home-assistant organization: +3 commits to home-assistant.io +2 commits to homebridge-homeassistant +1 commit to hassio-addons +1 commit to home-assistant +") +- [Daniel Wiberg (@dannew)](https://github.com/dannew "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Daniel Winks (@DanielWinks)](https://github.com/DanielWinks "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [DanielXYZ2000 (@DanielXYZ2000)](https://github.com/DanielXYZ2000 "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to hassio-addons +") +- [Danijel Stojnic (@danijelst)](https://github.com/danijelst "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Daniyar Yeralin (@yeralin)](https://github.com/yeralin "3 total commits to the home-assistant organization: +1 commit to homebridge-homeassistant +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Daniël van de Giessen (@DvdGiessen)](https://github.com/DvdGiessen "2 total commits to the home-assistant organization: +2 commits to open-zwave +") +- [Danny Murphy (@Dmurph24)](https://github.com/Dmurph24 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Daphne Lin (@daphotron)](https://github.com/daphotron "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [dapowers87 (@dapowers87)](https://github.com/dapowers87 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Dara Adib (@daradib)](https://github.com/daradib "2 total commits to the home-assistant organization: +2 commits to open-zwave +") +- [Dario Iacampo (@JackNova)](https://github.com/JackNova "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant +") +- [Darren Reynolds (@reynos)](https://github.com/reynos "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [dasos (@dasos)](https://github.com/dasos "11 total commits to the home-assistant organization: +7 commits to home-assistant +3 commits to home-assistant.io +1 commit to netdisco +") +- [datafx (@datafx)](https://github.com/datafx "6 total commits to the home-assistant organization: +6 commits to home-assistant.io +") +- [Dav0815 (@Dav0815)](https://github.com/Dav0815 "7 total commits to the home-assistant organization: +5 commits to home-assistant.io +2 commits to home-assistant +") +- [dav76df (@dav76df)](https://github.com/dav76df "5 total commits to the home-assistant organization: +5 commits to open-zwave +") +- [Dave (@davidrhunt)](https://github.com/davidrhunt "1 total commits to the home-assistant organization: +1 commit to hassos +") +- [Dave (@d4v3d)](https://github.com/d4v3d "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Dave Banks (@djbanks)](https://github.com/djbanks "3 total commits to the home-assistant organization: +2 commits to appdaemon +1 commit to home-assistant +") +- [Dave Eddy (@bahamas10)](https://github.com/bahamas10 "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [Dave Finlay (@dfinlay)](https://github.com/dfinlay "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Dave J (@kxtcd950)](https://github.com/kxtcd950 "3 total commits to the home-assistant organization: +3 commits to hassbian-scripts +") +- [DaveSergeant (@dethpickle)](https://github.com/dethpickle "3 total commits to the home-assistant organization: +2 commits to home-assistant +1 commit to home-assistant.io +") +- [David (@fanaticDavid)](https://github.com/fanaticDavid "16 total commits to the home-assistant organization: +12 commits to home-assistant.io +3 commits to home-assistant +1 commit to home-assistant-polymer +") +- [David (@dschoorisse)](https://github.com/dschoorisse "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [David Barnett (@dbarnett)](https://github.com/dbarnett "50 total commits to the home-assistant organization: +50 commits to open-zwave +") +- [David Baumann (@daBONDi)](https://github.com/daBONDi "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [David Bilay (@dbilay)](https://github.com/dbilay "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [David Broadfoot (@dlbroadfoot)](https://github.com/dlbroadfoot "6 total commits to the home-assistant organization: +5 commits to home-assistant +1 commit to home-assistant.io +") +- [David Byrne (@David-Byrne)](https://github.com/David-Byrne "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [David De Sloovere (@DavidDeSloovere)](https://github.com/DavidDeSloovere "20 total commits to the home-assistant organization: +18 commits to home-assistant.io +1 commit to developers.home-assistant +1 commit to home-assistant +") +- [David F\. Mulcahey (@dmulcahey)](https://github.com/dmulcahey "5 total commits to the home-assistant organization: +5 commits to home-assistant +") +- [David Fiel (@dfiel)](https://github.com/dfiel "3 total commits to the home-assistant organization: +2 commits to home-assistant +1 commit to home-assistant.io +") +- [David Gibbons (@davidgibbons)](https://github.com/davidgibbons "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [David Grant (@davegravy)](https://github.com/davegravy "6 total commits to the home-assistant organization: +4 commits to home-assistant.io +2 commits to home-assistant +") +- [David Jackson (@David-Jackson)](https://github.com/David-Jackson "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [David K (@neffs)](https://github.com/neffs "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [David Lloyd (@davlloyd)](https://github.com/davlloyd "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [David McNett (@nugget)](https://github.com/nugget "10 total commits to the home-assistant organization: +5 commits to home-assistant +5 commits to home-assistant.io +") +- [David Ohayon (@ohayon)](https://github.com/ohayon "3 total commits to the home-assistant organization: +3 commits to issue-bot +") +- [David Peterson (@dippysan)](https://github.com/dippysan "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [David Ryan (@ptcryan)](https://github.com/ptcryan "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [David Shanske (@dshanske)](https://github.com/dshanske "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [David Steele (@davesteele)](https://github.com/davesteele "4 total commits to the home-assistant organization: +4 commits to pi-gen +") +- [David Straub (@DavidMStraub)](https://github.com/DavidMStraub "10 total commits to the home-assistant organization: +6 commits to home-assistant +4 commits to home-assistant.io +") +- [David Tchepak (@dtchepak)](https://github.com/dtchepak "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [David Thomas (@synth3tk)](https://github.com/synth3tk "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [David Thulke (@dthulke)](https://github.com/dthulke "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [David VINET (@DavZero)](https://github.com/DavZero "4 total commits to the home-assistant organization: +4 commits to open-zwave +") +- [David Wang (@dcwangmit01)](https://github.com/dcwangmit01 "2 total commits to the home-assistant organization: +2 commits to pi-gen +") +- [David Woodhouse (@dwmw2)](https://github.com/dwmw2 "2 total commits to the home-assistant organization: +2 commits to open-zwave +") +- [David Worsham (@arbreng)](https://github.com/arbreng "3 total commits to the home-assistant organization: +2 commits to hassio-build +1 commit to home-assistant +") +- [David\-Leon Pohl (@DavidLP)](https://github.com/DavidLP "15 total commits to the home-assistant organization: +13 commits to home-assistant +2 commits to home-assistant.io +") +- [Davide Setti (@vad)](https://github.com/vad "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [davidedmundson (@davidedmundson)](https://github.com/davidedmundson "7 total commits to the home-assistant organization: +4 commits to home-assistant +3 commits to home-assistant.io +") +- [davidm84 (@davidm84)](https://github.com/davidm84 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Dawid Wróbel (@wrobelda)](https://github.com/wrobelda "6 total commits to the home-assistant organization: +5 commits to home-assistant.io +1 commit to open-zwave +") +- [dayofdoom (@dayofdoom)](https://github.com/dayofdoom "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [dbrowndan (@dbrowndan)](https://github.com/dbrowndan "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [Dean (@FreekingDean)](https://github.com/FreekingDean "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Dean Camera (@abcminiuser)](https://github.com/abcminiuser "4 total commits to the home-assistant organization: +2 commits to home-assistant +2 commits to home-assistant.io +") +- [definitio (@definitio)](https://github.com/definitio "4 total commits to the home-assistant organization: +2 commits to home-assistant +2 commits to home-assistant.io +") +- [deisi (@deisi)](https://github.com/deisi "12 total commits to the home-assistant organization: +10 commits to home-assistant +2 commits to home-assistant.io +") +- [Dejan Dakić (@dejx)](https://github.com/dejx "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Delio Castillo (@jangeador)](https://github.com/jangeador "3 total commits to the home-assistant organization: +2 commits to hassio-addons +1 commit to home-assistant.io +") +- [Delper (@Delper)](https://github.com/Delper "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [demonspork (@demonspork)](https://github.com/demonspork "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Denix (@denics)](https://github.com/denics "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [Dennis (@CookieMonster87)](https://github.com/CookieMonster87 "6 total commits to the home-assistant organization: +6 commits to open-zwave +") +- [Dennis de Greef (@dennisdegreef)](https://github.com/dennisdegreef "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Dennis Karpienski (@TheRealLink)](https://github.com/TheRealLink "24 total commits to the home-assistant organization: +15 commits to home-assistant-polymer +6 commits to home-assistant +2 commits to home-assistant.io +1 commit to netdisco +") +- [Dennis Modig (@techdude200)](https://github.com/techdude200 "2 total commits to the home-assistant organization: +2 commits to open-zwave +") +- [Dennis Sutch (@sutch)](https://github.com/sutch "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [dennisaion (@dennisaion)](https://github.com/dennisaion "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Denver P (@DrTexxOfficial)](https://github.com/DrTexxOfficial "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Department G33k (@department-g33k)](https://github.com/department-g33k "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Derek (@itchaboy)](https://github.com/itchaboy "6 total commits to the home-assistant organization: +5 commits to home-assistant.io +1 commit to home-assistant +") +- [Derek (@KrunchMuffin)](https://github.com/KrunchMuffin "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Derek Brooks (@broox)](https://github.com/broox "40 total commits to the home-assistant organization: +30 commits to home-assistant +9 commits to home-assistant.io +1 commit to open-zwave +") +- [dersger (@dersger)](https://github.com/dersger "4 total commits to the home-assistant organization: +3 commits to home-assistant +1 commit to home-assistant-polymer +") +- [Destix (@Destix)](https://github.com/Destix "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [DetroitEE (@DetroitEE)](https://github.com/DetroitEE "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [devdelay (@devdelay)](https://github.com/devdelay "16 total commits to the home-assistant organization: +7 commits to home-assistant.io +5 commits to home-assistant +4 commits to homebridge-homeassistant +") +- [DeviantEng (@DeviantEng)](https://github.com/DeviantEng "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [devnill (@devnill)](https://github.com/devnill "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Devon Peet (@dpeet)](https://github.com/dpeet "5 total commits to the home-assistant organization: +5 commits to home-assistant.io +") +- [dhaas (@dhaas)](https://github.com/dhaas "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [dickesW (@dickesW)](https://github.com/dickesW "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [digiblur (@digiblur)](https://github.com/digiblur "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Dilepa (@Dilepa)](https://github.com/Dilepa "8 total commits to the home-assistant organization: +8 commits to open-zwave +") +- [Dimitri Pribysh (@dmand)](https://github.com/dmand "1 total commits to the home-assistant organization: +1 commit to hassos +") +- [dimitripb (@dimitripb)](https://github.com/dimitripb "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [dinoaus (@dinoaus)](https://github.com/dinoaus "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Diogo Alves (@killercode)](https://github.com/killercode "2 total commits to the home-assistant organization: +2 commits to open-zwave +") +- [Diogo Gomes (@dgomes)](https://github.com/dgomes "80 total commits to the home-assistant organization: +53 commits to home-assistant +26 commits to home-assistant.io +1 commit to developers.home-assistant +") +- [Diogo Soares (@diogos88)](https://github.com/diogos88 "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [diplix (@diplix)](https://github.com/diplix "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant +") +- [djm300 (@djm300)](https://github.com/djm300 "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [djschaap (@djschaap)](https://github.com/djschaap "2 total commits to the home-assistant organization: +2 commits to open-zwave +") +- [DK (@poldim)](https://github.com/poldim "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Dmitriy (@marcellus00)](https://github.com/marcellus00 "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Dmitriy Shafranskiy (@shafr)](https://github.com/shafr "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Dmitry Avramenko (@B1tMaster)](https://github.com/B1tMaster "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [dmschlab (@dmschlab)](https://github.com/dmschlab "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Dmytro Kytsmen (@Kietzmann)](https://github.com/Kietzmann "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [dnaphreak (@dnaphreak)](https://github.com/dnaphreak "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [dnguyen800 (@dnguyen800)](https://github.com/dnguyen800 "5 total commits to the home-assistant organization: +5 commits to home-assistant.io +") +- [DoloresHA (@DoloresHA)](https://github.com/DoloresHA "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Dom (@domwillcode)](https://github.com/domwillcode "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Domantas (@Dohxis)](https://github.com/Dohxis "1 total commits to the home-assistant organization: +1 commit to home-assistant-polymer +") +- [dominikandreas (@dominikandreas)](https://github.com/dominikandreas "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Donal Phipps (@Phippsy)](https://github.com/Phippsy "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [DonHugo (@DonHugo)](https://github.com/DonHugo "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [doudz (@doudz)](https://github.com/doudz "5 total commits to the home-assistant organization: +4 commits to home-assistant +1 commit to home-assistant.io +") +- [Doug (@douglasbeck)](https://github.com/douglasbeck "2 total commits to the home-assistant organization: +2 commits to open-zwave +") +- [Dougal Matthews (@d0ugal)](https://github.com/d0ugal "7 total commits to the home-assistant organization: +5 commits to home-assistant +2 commits to home-assistant.io +") +- [dpressle (@dpressle)](https://github.com/dpressle "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [dpryor (@dpryor)](https://github.com/dpryor "3 total commits to the home-assistant organization: +3 commits to open-zwave +") +- [dramamoose (@dramamoose)](https://github.com/dramamoose "7 total commits to the home-assistant organization: +4 commits to home-assistant +3 commits to home-assistant.io +") +- [dreizehnelf (@dreizehnelf)](https://github.com/dreizehnelf "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Drew Wells (@drewwells)](https://github.com/drewwells "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [DrewSK (@dzsquared)](https://github.com/dzsquared "8 total commits to the home-assistant organization: +8 commits to home-assistant.io +") +- [drjared88 (@drjared88)](https://github.com/drjared88 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [drogfild (@drogfild)](https://github.com/drogfild "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [drop table USERS; \-\- (@hudashot)](https://github.com/hudashot "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [DrZzs (@Snipercaine)](https://github.com/Snipercaine "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [dtorner (@dtorner)](https://github.com/dtorner "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [DubhAd (@DubhAd)](https://github.com/DubhAd "513 total commits to the home-assistant organization: +507 commits to home-assistant.io +2 commits to hassos +2 commits to developers.home-assistant +1 commit to appdaemon +1 commit to home-assistant +") +- [dunstad (@dunstad)](https://github.com/dunstad "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Duoxilian (@Duoxilian)](https://github.com/Duoxilian "11 total commits to the home-assistant organization: +6 commits to home-assistant.io +5 commits to home-assistant +") +- [Dustin S (@texnofobix)](https://github.com/texnofobix "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Dustin Wyatt (@dmwyatt)](https://github.com/dmwyatt "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [Dylan Barlett (@dbarlett)](https://github.com/dbarlett "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Eamonn O'Connell (@halfbaked)](https://github.com/halfbaked "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [earaya (@earaya)](https://github.com/earaya "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [ebpetway (@ebpetway)](https://github.com/ebpetway "55 total commits to the home-assistant organization: +55 commits to warrant +") +- [ecksun (@ecksun)](https://github.com/ecksun "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Ed Boal (@edwork)](https://github.com/edwork "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Ed Marshall (@logic)](https://github.com/logic "2 total commits to the home-assistant organization: +1 commit to open-zwave +1 commit to home-assistant +") +- [edgimar (@edgimar)](https://github.com/edgimar "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [edif30 (@edif30)](https://github.com/edif30 "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Eduard van Valkenburg (@eavanvalkenburg)](https://github.com/eavanvalkenburg "7 total commits to the home-assistant organization: +4 commits to home-assistant +2 commits to home-assistant.io +1 commit to developers.home-assistant +") +- [Eduardo Fonseca (@ebfio)](https://github.com/ebfio "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Edward Romano (@oudeismetis)](https://github.com/oudeismetis "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Edwin Smulders (@Dutchy-)](https://github.com/Dutchy- "4 total commits to the home-assistant organization: +2 commits to home-assistant +2 commits to home-assistant.io +") +- [efp1 (@efp1)](https://github.com/efp1 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Egor Tsinko (@etsinko)](https://github.com/etsinko "12 total commits to the home-assistant organization: +9 commits to home-assistant +3 commits to home-assistant.io +") +- [ehendrix23 (@ehendrix23)](https://github.com/ehendrix23 "11 total commits to the home-assistant organization: +9 commits to home-assistant +1 commit to home-assistant-polymer +1 commit to home-assistant.io +") +- [eiaro (@eiaro)](https://github.com/eiaro "4 total commits to the home-assistant organization: +4 commits to home-assistant +") +- [eieste (@eieste)](https://github.com/eieste "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Eirik H (@eithe)](https://github.com/eithe "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Eitan Mosenkis (@emosenkis)](https://github.com/emosenkis "6 total commits to the home-assistant organization: +3 commits to home-assistant +2 commits to home-assistant.io +1 commit to netdisco +") +- [eldanb (@eldanb)](https://github.com/eldanb "1 total commits to the home-assistant organization: +1 commit to homebridge-homeassistant +") +- [Eleftherios Chamakiotis (@lexam79)](https://github.com/lexam79 "4 total commits to the home-assistant organization: +2 commits to home-assistant +2 commits to home-assistant.io +") +- [Elelabs\-maintainer (@Elelabs-maintainer)](https://github.com/Elelabs-maintainer "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Elias Karakoulakis (@ekarak)](https://github.com/ekarak "8 total commits to the home-assistant organization: +8 commits to open-zwave +") +- [Ellis Percival (@flyte)](https://github.com/flyte "31 total commits to the home-assistant organization: +25 commits to home-assistant +6 commits to home-assistant.io +") +- [eltoro81 (@eltoro81)](https://github.com/eltoro81 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Elvis (@mu3)](https://github.com/mu3 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Emanuele Palombo (@elbowz)](https://github.com/elbowz "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [emartec\-ca (@emartec-ca)](https://github.com/emartec-ca "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Emeric (@Mryck)](https://github.com/Mryck "29 total commits to the home-assistant organization: +29 commits to home-assistant.io +") +- [Emil Horpen Hetty (@emilhetty)](https://github.com/emilhetty "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant +") +- [Emil Stjerneman (@bratanon)](https://github.com/bratanon "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [emil\-e (@emil-e)](https://github.com/emil-e "1 total commits to the home-assistant organization: +1 commit to python-openzwave +") +- [Emily Cassandra Meeker (@ecmeeker)](https://github.com/ecmeeker "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [EmitKiwi (@EmitKiwi)](https://github.com/EmitKiwi "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [emlt (@emlt)](https://github.com/emlt "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Emmanuel Mwangi (@cloudbring)](https://github.com/cloudbring "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [emontnemery (@emontnemery)](https://github.com/emontnemery "30 total commits to the home-assistant organization: +20 commits to home-assistant +9 commits to home-assistant.io +1 commit to developers.home-assistant +") +- [Emre Saglam (@emresaglam)](https://github.com/emresaglam "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [engrbm87 (@engrbm87)](https://github.com/engrbm87 "6 total commits to the home-assistant organization: +3 commits to appdaemon +2 commits to home-assistant +1 commit to home-assistant.io +") +- [Enrico Berndt (@treehoof)](https://github.com/treehoof "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant +") +- [Enrique Gonzalez (@enriquegh)](https://github.com/enriquegh "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Enu Rist (@enurist)](https://github.com/enurist "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [eresonance (@eresonance)](https://github.com/eresonance "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Eric Clymer (@ericwclymer)](https://github.com/ericwclymer "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Eric Hagan (@ehagan)](https://github.com/ehagan "5 total commits to the home-assistant organization: +3 commits to home-assistant +1 commit to home-assistant-polymer +1 commit to home-assistant.io +") +- [Eric Harris (@ericmharris)](https://github.com/ericmharris "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Eric Hosford (@HosfordDotMe)](https://github.com/HosfordDotMe "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Eric Jansen (@ej81)](https://github.com/ej81 "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Eric Oosting (@eoosting)](https://github.com/eoosting "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [Eric Pignet (@ericpignet)](https://github.com/ericpignet "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Eric Rolf (@xrolfex)](https://github.com/xrolfex "13 total commits to the home-assistant organization: +13 commits to home-assistant +") +- [Eric Thompson (@er0ck)](https://github.com/er0ck "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [ericgingras (@ee1709)](https://github.com/ee1709 "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Erik Eriksson (@molobrakos)](https://github.com/molobrakos "118 total commits to the home-assistant organization: +102 commits to home-assistant +13 commits to home-assistant.io +3 commits to netdisco +") +- [Erik Gustavsson (@cyr123)](https://github.com/cyr123 "2 total commits to the home-assistant organization: +2 commits to open-zwave +") +- [Erik\-jan Riemers (@riemers)](https://github.com/riemers "14 total commits to the home-assistant organization: +13 commits to home-assistant.io +1 commit to hassbian-scripts +") +- [erizhang (@erizhang)](https://github.com/erizhang "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Ernst79 (@Ernst79)](https://github.com/Ernst79 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [ErnstEeldert (@ErnstEeldert)](https://github.com/ErnstEeldert "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [escoand (@escoand)](https://github.com/escoand "13 total commits to the home-assistant organization: +8 commits to home-assistant +3 commits to netdisco +2 commits to home-assistant.io +") +- [EspenT (@EspenT)](https://github.com/EspenT "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Ettienne Gous (@ettiennegous)](https://github.com/ettiennegous "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [ettisan (@ettisan)](https://github.com/ettisan "8 total commits to the home-assistant organization: +8 commits to home-assistant +") +- [Eu (@covrig)](https://github.com/covrig "5 total commits to the home-assistant organization: +2 commits to home-assistant-polymer +2 commits to home-assistant +1 commit to home-assistant.io +") +- [Eugene Kuzin (@kuzin2006)](https://github.com/kuzin2006 "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Eugenio Panadero (@azogue)](https://github.com/azogue "77 total commits to the home-assistant organization: +46 commits to home-assistant +25 commits to home-assistant.io +3 commits to homebridge-homeassistant +3 commits to home-assistant-polymer +") +- [Evan Bruhn (@evanjd)](https://github.com/evanjd "4 total commits to the home-assistant organization: +3 commits to home-assistant +1 commit to home-assistant.io +") +- [everix1992 (@everix1992)](https://github.com/everix1992 "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Evgeni Kunev (@kunev)](https://github.com/kunev "1 total commits to the home-assistant organization: +1 commit to appdaemon +") +- [Evgeniy (@evgeniy-khatko)](https://github.com/evgeniy-khatko "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [ewgast (@ewgast)](https://github.com/ewgast "6 total commits to the home-assistant organization: +6 commits to open-zwave +") +- [eyager1 (@eyager1)](https://github.com/eyager1 "1 total commits to the home-assistant organization: +1 commit to home-assistant-polymer +") +- [Ezra Bowden (@bn0)](https://github.com/bn0 "2 total commits to the home-assistant organization: +2 commits to warrant +") +- [Fabian Affolter (@fabaff)](https://github.com/fabaff "5081 total commits to the home-assistant organization: +3169 commits to home-assistant.io +1765 commits to home-assistant +33 commits to home-assistant-assets +32 commits to home-assistant-notebooks +23 commits to developers.home-assistant +11 commits to home-assistant-polymer +11 commits to hassio-build +10 commits to netdisco +7 commits to hassos +6 commits to hassio +6 commits to hassio-addons +3 commits to hass-release +2 commits to home-assistant-iOS +1 commit to home-assistant-js-websocket +1 commit to example-custom-config +1 commit to ui-schema +") +- [Fabian Fischer (@nodomain)](https://github.com/nodomain "1 total commits to the home-assistant organization: +1 commit to hassio-addons +") +- [Fabian Heredia Montiel (@fabianhjr)](https://github.com/fabianhjr "4 total commits to the home-assistant organization: +4 commits to home-assistant +") +- [Fabien Piuzzi (@reefab)](https://github.com/reefab "8 total commits to the home-assistant organization: +4 commits to home-assistant +3 commits to home-assistant.io +1 commit to home-assistant-polymer +") +- [Fabrice Fontaine (@ffontaine)](https://github.com/ffontaine "7 total commits to the home-assistant organization: +7 commits to open-zwave +") +- [Fabrizio Furnari (@fabfurnari)](https://github.com/fabfurnari "5 total commits to the home-assistant organization: +3 commits to home-assistant.io +2 commits to home-assistant +") +- [fakezeta (@fakezeta)](https://github.com/fakezeta "8 total commits to the home-assistant organization: +7 commits to home-assistant +1 commit to home-assistant.io +") +- [Fares Rihani (@anchepiece)](https://github.com/anchepiece "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [farmous (@farmio)](https://github.com/farmio "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Farzad Noorian (@fnoorian)](https://github.com/fnoorian "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Federico Zivolo (@FezVrasta)](https://github.com/FezVrasta "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant +") +- [fedor1210 (@fedor1210)](https://github.com/fedor1210 "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [Felipe Cypriano (@fcy)](https://github.com/fcy "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Felix (@xifle)](https://github.com/xifle "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Felix Breidenstein (@fleaz)](https://github.com/fleaz "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Felix Fischer (@felixfischer)](https://github.com/felixfischer "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Felix Ippolitov (@fellu)](https://github.com/fellu "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Felix Krause (@KrauseFx)](https://github.com/KrauseFx "48 total commits to the home-assistant organization: +48 commits to issue-bot +") +- [fenner (@fenner)](https://github.com/fenner "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [ferdydek (@ferdydek)](https://github.com/ferdydek "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Fermulator (@fermulator)](https://github.com/fermulator "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Fernando (@ferazambuja)](https://github.com/ferazambuja "4 total commits to the home-assistant organization: +4 commits to home-assistant.io +") +- [Ferry van Zeelst (@StaticCube)](https://github.com/StaticCube "6 total commits to the home-assistant organization: +4 commits to home-assistant.io +2 commits to home-assistant +") +- [fignew (@fignew)](https://github.com/fignew "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Filip Bednárik (@drndos)](https://github.com/drndos "5 total commits to the home-assistant organization: +3 commits to home-assistant +2 commits to home-assistant.io +") +- [Finbarr Brady (@fbradyirl)](https://github.com/fbradyirl "9 total commits to the home-assistant organization: +8 commits to home-assistant +1 commit to home-assistant.io +") +- [flashoftheblades (@TheSwert)](https://github.com/TheSwert "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Flavien Charlon (@Flavien)](https://github.com/Flavien "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Flavien Norindr (@Plumillon)](https://github.com/Plumillon "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Flavio Barisi (@flavio20002)](https://github.com/flavio20002 "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Flavio Castelli (@flavio)](https://github.com/flavio "3 total commits to the home-assistant organization: +2 commits to home-assistant +1 commit to home-assistant.io +") +- [FletcherAU (@FletcherAU)](https://github.com/FletcherAU "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Flip Hess (@fliphess)](https://github.com/fliphess "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [flopp999 (@flopp999)](https://github.com/flopp999 "7 total commits to the home-assistant organization: +7 commits to open-zwave +") +- [Florian Bachmann (@baflo)](https://github.com/baflo "1 total commits to the home-assistant organization: +1 commit to home-assistant-polymer +") +- [Florian Harr (@caffeineflo)](https://github.com/caffeineflo "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Florian Holzapfel (@florianholzapfel)](https://github.com/florianholzapfel "12 total commits to the home-assistant organization: +5 commits to home-assistant.io +4 commits to home-assistant +3 commits to netdisco +") +- [Florian Klien (@flowolf)](https://github.com/flowolf "26 total commits to the home-assistant organization: +19 commits to home-assistant.io +7 commits to home-assistant +") +- [Florian Werner (@flo-wer)](https://github.com/flo-wer "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [florianj1 (@florianj1)](https://github.com/florianj1 "3 total commits to the home-assistant organization: +1 commit to hassio +1 commit to home-assistant +1 commit to home-assistant.io +") +- [florincosta (@florincosta)](https://github.com/florincosta "6 total commits to the home-assistant organization: +3 commits to home-assistant +3 commits to home-assistant.io +") +- [Floyd Pink (@floydpink)](https://github.com/floydpink "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Fonta (@f0nt4)](https://github.com/f0nt4 "4 total commits to the home-assistant organization: +4 commits to home-assistant.io +") +- [fortepc (@fortepc)](https://github.com/fortepc "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [fotoetienne (@fotoetienne)](https://github.com/fotoetienne "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [fran1987 (@fran1987)](https://github.com/fran1987 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Franck Nijhof (@frenck)](https://github.com/frenck "92 total commits to the home-assistant organization: +43 commits to home-assistant.io +20 commits to hassio-cli +11 commits to hassio +8 commits to developers.home-assistant +4 commits to hassio-addons +3 commits to home-assistant +2 commits to home-assistant-polymer +1 commit to appdaemon +") +- [Frank (@syphernl)](https://github.com/syphernl "1 total commits to the home-assistant organization: +1 commit to home-assistant-polymer +") +- [Frank Niesten (@Frankniesten)](https://github.com/Frankniesten "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Frank Wickström (@frwickst)](https://github.com/frwickst "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Frantz (@rofrantz)](https://github.com/rofrantz "17 total commits to the home-assistant organization: +9 commits to home-assistant +4 commits to home-assistant.io +3 commits to netdisco +1 commit to home-assistant-js-websocket +") +- [Fred Smith (@fredsmith)](https://github.com/fredsmith "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Frederic Hemberger (@fhemberger)](https://github.com/fhemberger "93 total commits to the home-assistant organization: +93 commits to home-assistant.io +") +- [Frederik Bolding (@FrederikBolding)](https://github.com/FrederikBolding "6 total commits to the home-assistant organization: +4 commits to home-assistant +2 commits to home-assistant.io +") +- [fredespi (@fredespi)](https://github.com/fredespi "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Fredrik Baberg (@fredrikbaberg)](https://github.com/fredrikbaberg "7 total commits to the home-assistant organization: +5 commits to home-assistant.io +1 commit to developers.home-assistant +1 commit to home-assistant +") +- [Fredrik Erlandsson (@fredrike)](https://github.com/fredrike "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Fredrik Fjeld (@fredrikfjeld)](https://github.com/fredrikfjeld "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Fredrik Haglund (@PetitCircuitLab)](https://github.com/PetitCircuitLab "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Fredrik Lindqvist (@Landrash)](https://github.com/Landrash "256 total commits to the home-assistant organization: +142 commits to hassbian-scripts +73 commits to home-assistant.io +36 commits to pi-gen +4 commits to home-assistant +1 commit to home-assistant-polymer +") +- [FredrikFornstad (@FredrikFornstad)](https://github.com/FredrikFornstad "4 total commits to the home-assistant organization: +4 commits to open-zwave +") +- [freol35241 (@freol35241)](https://github.com/freol35241 "3 total commits to the home-assistant organization: +3 commits to home-assistant +") +- [frittes (@frittes)](https://github.com/frittes "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [froz (@froz)](https://github.com/froz "3 total commits to the home-assistant organization: +2 commits to home-assistant +1 commit to home-assistant.io +") +- [fuga2136 (@fuga2136)](https://github.com/fuga2136 "13 total commits to the home-assistant organization: +13 commits to home-assistant.io +") +- [Gabe (@gives1976)](https://github.com/gives1976 "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Gabor SZOLLOSI (@szogi)](https://github.com/szogi "4 total commits to the home-assistant organization: +2 commits to home-assistant +1 commit to appdaemon +1 commit to home-assistant.io +") +- [Gabriel Oliveira (@gabrielboliveira)](https://github.com/gabrielboliveira "4 total commits to the home-assistant organization: +1 commit to home-assistant-polymer +1 commit to hassio-addons +1 commit to hassos +1 commit to home-assistant.io +") +- [GadgetReactor (@GadgetReactor)](https://github.com/GadgetReactor "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Gaetan Semet (@gsemet)](https://github.com/gsemet "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Galtwise (@Galtwise)](https://github.com/Galtwise "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Garret Heaton (@powdahound)](https://github.com/powdahound "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [garrettbeachy (@garrettbeachy)](https://github.com/garrettbeachy "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [GaryOkie (@GaryOkie)](https://github.com/GaryOkie "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Gaston Dombiak (@gdombiak)](https://github.com/gdombiak "4 total commits to the home-assistant organization: +4 commits to open-zwave +") +- [Gaurav Kulkarni (@gauravkulkarni96)](https://github.com/gauravkulkarni96 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Gavin Mogan (@halkeye)](https://github.com/halkeye "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant +") +- [gazoscalvertos (@gazoscalvertos)](https://github.com/gazoscalvertos "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [geekman2 (@geekman2)](https://github.com/geekman2 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [geekofweek (@geekofweek)](https://github.com/geekofweek "3 total commits to the home-assistant organization: +3 commits to home-assistant +") +- [geirra (@geirra)](https://github.com/geirra "2 total commits to the home-assistant organization: +1 commit to open-zwave +1 commit to home-assistant.io +") +- [Geoff Norton (@kangaroo)](https://github.com/kangaroo "14 total commits to the home-assistant organization: +14 commits to home-assistant +") +- [Geoffrey Westhoff (@GeoffreyWesthoff)](https://github.com/GeoffreyWesthoff "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [George Marshall (@georgemarshall)](https://github.com/georgemarshall "4 total commits to the home-assistant organization: +2 commits to open-zwave +1 commit to hassio-addons +1 commit to home-assistant +") +- [George Vedamanickam (@intractve)](https://github.com/intractve "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [George\.M (@nodinosaur)](https://github.com/nodinosaur "8 total commits to the home-assistant organization: +6 commits to home-assistant.io +2 commits to home-assistant +") +- [Georgi Kirichkov (@kirichkov)](https://github.com/kirichkov "22 total commits to the home-assistant organization: +13 commits to home-assistant.io +7 commits to home-assistant +1 commit to appdaemon +1 commit to developers.home-assistant +") +- [Georgi Todorov (@TeraHz)](https://github.com/TeraHz "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [Georgi Yanev (@jumpalottahigh)](https://github.com/jumpalottahigh "6 total commits to the home-assistant organization: +4 commits to home-assistant.io +2 commits to home-assistant-polymer +") +- [Georgii Staroselskii (@staroselskii)](https://github.com/staroselskii "1 total commits to the home-assistant organization: +1 commit to pi-gen +") +- [Gerard (@gerard33)](https://github.com/gerard33 "22 total commits to the home-assistant organization: +13 commits to home-assistant.io +9 commits to home-assistant +") +- [Gerardo Castillo (@altersis)](https://github.com/altersis "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Gerben Meijer (@infernix)](https://github.com/infernix "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Gergely Imreh (@imrehg)](https://github.com/imrehg "16 total commits to the home-assistant organization: +11 commits to home-assistant +5 commits to home-assistant.io +") +- [Gergely Peidl (@geripgeri)](https://github.com/geripgeri "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Gert (@Gerto)](https://github.com/Gerto "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Gert\-Jan van de Streek (@keerts)](https://github.com/keerts "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [giangvo (@giangvo)](https://github.com/giangvo "4 total commits to the home-assistant organization: +2 commits to home-assistant +2 commits to home-assistant.io +") +- [Gianluca Barbaro (@MrMep)](https://github.com/MrMep "24 total commits to the home-assistant organization: +16 commits to home-assistant +8 commits to home-assistant.io +") +- [Giannie (@Giannie)](https://github.com/Giannie "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Gianpaolo Macario (@gmacario)](https://github.com/gmacario "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Giel Janssens (@gieljnssns)](https://github.com/gieljnssns "7 total commits to the home-assistant organization: +5 commits to home-assistant +2 commits to home-assistant.io +") +- [Gilles Margerie (@Gilles95)](https://github.com/Gilles95 "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [gillkyle (@gillkyle)](https://github.com/gillkyle "1 total commits to the home-assistant organization: +1 commit to developers.home-assistant +") +- [Giorgos Logiotatidis (@glogiotatidis)](https://github.com/glogiotatidis "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [GitBook Bot (@gitbook-bot)](https://github.com/gitbook-bot "1 total commits to the home-assistant organization: +1 commit to developers.home-assistant +") +- [githubbuh (@githubbuh)](https://github.com/githubbuh "5 total commits to the home-assistant organization: +5 commits to home-assistant.io +") +- [gitmopp (@gitmopp)](https://github.com/gitmopp "4 total commits to the home-assistant organization: +3 commits to home-assistant.io +1 commit to home-assistant +") +- [Giuseppe (@glpatcern)](https://github.com/glpatcern "6 total commits to the home-assistant organization: +5 commits to home-assistant +1 commit to home-assistant.io +") +- [gizmocuz (@gizmocuz)](https://github.com/gizmocuz "21 total commits to the home-assistant organization: +21 commits to open-zwave +") +- [Glen Takahashi (@glentakahashi)](https://github.com/glentakahashi "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Glenn Morrison (@atomicpapa)](https://github.com/atomicpapa "7 total commits to the home-assistant organization: +7 commits to home-assistant.io +") +- [Glenn Waters (@gwww)](https://github.com/gwww "16 total commits to the home-assistant organization: +8 commits to home-assistant +6 commits to home-assistant.io +1 commit to home-assistant-polymer +1 commit to developers.home-assistant +") +- [glenn20 (@glenn20)](https://github.com/glenn20 "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Glyn Hudson (@glynhudson)](https://github.com/glynhudson "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [GMFalka (@GMFalka)](https://github.com/GMFalka "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [Goir (@goir)](https://github.com/goir "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [goldminenine (@goldminenine)](https://github.com/goldminenine "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Gopal Kildoliya (@gopalkildoliya)](https://github.com/gopalkildoliya "6 total commits to the home-assistant organization: +4 commits to home-assistant +2 commits to home-assistant.io +") +- [GoSpursGoNL (@GoSpursGoNL)](https://github.com/GoSpursGoNL "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [goto100 (@goto100)](https://github.com/goto100 "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [GP8x (@GP8x)](https://github.com/GP8x "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Graeme Smith (@Instagraeme)](https://github.com/Instagraeme "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Graham Christensen (@grahamc)](https://github.com/grahamc "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Grant McConnaughey (@grantmcconnaughey)](https://github.com/grantmcconnaughey "8 total commits to the home-assistant organization: +8 commits to warrant +") +- [Green Lightning (@GreenLightning)](https://github.com/GreenLightning "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [GreenTurtwig (@GreenTurtwig)](https://github.com/GreenTurtwig "83 total commits to the home-assistant organization: +75 commits to home-assistant.io +8 commits to home-assistant +") +- [Greg (@theCMack)](https://github.com/theCMack "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Greg Dowling (@pavoni)](https://github.com/pavoni "209 total commits to the home-assistant organization: +183 commits to home-assistant +25 commits to home-assistant.io +1 commit to netdisco +") +- [Greg Laabs (@OverloadUT)](https://github.com/OverloadUT "28 total commits to the home-assistant organization: +23 commits to home-assistant +5 commits to home-assistant.io +") +- [Greg MacLellan (@gregmac)](https://github.com/gregmac "1 total commits to the home-assistant organization: +1 commit to pi-gen +") +- [Greg Stevenson (@gstevenson)](https://github.com/gstevenson "6 total commits to the home-assistant organization: +6 commits to home-assistant.io +") +- [Greg\. A (@gautric)](https://github.com/gautric "3 total commits to the home-assistant organization: +2 commits to home-assistant +1 commit to home-assistant.io +") +- [Gregor Gruener (@ggruner)](https://github.com/ggruner "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Gregory Benner (@Klathmon)](https://github.com/Klathmon "6 total commits to the home-assistant organization: +3 commits to home-assistant +2 commits to home-assistant.io +1 commit to open-zwave +") +- [Gregory Dosh (@GregoryDosh)](https://github.com/GregoryDosh "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [gregwis (@gregwis)](https://github.com/gregwis "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [gremblin (@e2m32)](https://github.com/e2m32 "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [groth\-its (@groth-its)](https://github.com/groth-its "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [gstorer (@gstorer)](https://github.com/gstorer "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [GTH (@gunnarhelgason)](https://github.com/gunnarhelgason "6 total commits to the home-assistant organization: +2 commits to appdaemon +2 commits to home-assistant +2 commits to home-assistant.io +") +- [Guilherme Conti Teixeira (@guiconti)](https://github.com/guiconti "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Guillaume Rischard (@grischard)](https://github.com/grischard "3 total commits to the home-assistant organization: +1 commit to home-assistant-polymer +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Guillaume SABBE (@gsabbe)](https://github.com/gsabbe "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Guillaume Zin (@guillaumezin)](https://github.com/guillaumezin "6 total commits to the home-assistant organization: +6 commits to open-zwave +") +- [guillaume1410 (@guillaume1410)](https://github.com/guillaume1410 "4 total commits to the home-assistant organization: +2 commits to home-assistant +2 commits to home-assistant.io +") +- [Gummientchen (@Gummientchen)](https://github.com/Gummientchen "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Gustav Ahlberg (@Gyran)](https://github.com/Gyran "20 total commits to the home-assistant organization: +20 commits to home-assistant +") +- [Guy Khmelnitsky (@GuyKh)](https://github.com/GuyKh "6 total commits to the home-assistant organization: +5 commits to home-assistant.io +1 commit to home-assistant +") +- [Guy Parisi (@Guyanthalas)](https://github.com/Guyanthalas "7 total commits to the home-assistant organization: +7 commits to home-assistant.io +") +- [guygma (@guygma)](https://github.com/guygma "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [gwendalg (@gwendalg)](https://github.com/gwendalg "4 total commits to the home-assistant organization: +3 commits to home-assistant +1 commit to home-assistant.io +") +- [gwhiteCL (@gwhiteCL)](https://github.com/gwhiteCL "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [gwmullin (@gwmullin)](https://github.com/gwmullin "24 total commits to the home-assistant organization: +24 commits to open-zwave +") +- [Haim Gelfenbeyn (@haimgel)](https://github.com/haimgel "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Hamid Elaosta (@hamid-elaosta)](https://github.com/hamid-elaosta "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [Hans Bakker (@hansmbakker)](https://github.com/hansmbakker "5 total commits to the home-assistant organization: +5 commits to home-assistant +") +- [Hans Svedåker (@svedaker)](https://github.com/svedaker "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [hanzoh (@hanzoh)](https://github.com/hanzoh "6 total commits to the home-assistant organization: +5 commits to home-assistant +1 commit to home-assistant.io +") +- [hanzukun (@hanzukun)](https://github.com/hanzukun "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [happyleavesaoc (@happyleavesaoc)](https://github.com/happyleavesaoc "114 total commits to the home-assistant organization: +90 commits to home-assistant +23 commits to home-assistant.io +1 commit to home-assistant-polymer +") +- [Harald Klein (@haklein)](https://github.com/haklein "98 total commits to the home-assistant organization: +98 commits to open-zwave +") +- [Harald Nagel (@haraldnagel)](https://github.com/haraldnagel "8 total commits to the home-assistant organization: +6 commits to home-assistant +2 commits to home-assistant.io +") +- [Harm\-Jan Roskam (@harmjanr)](https://github.com/harmjanr "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Harris Borawski (@hborawski)](https://github.com/hborawski "3 total commits to the home-assistant organization: +2 commits to home-assistant +1 commit to home-assistant.io +") +- [Harry Kantas (@harrykantas)](https://github.com/harrykantas "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Harvtronix (@Harvtronix)](https://github.com/Harvtronix "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Hate\-Usernames (@Hate-Usernames)](https://github.com/Hate-Usernames "3 total commits to the home-assistant organization: +3 commits to home-assistant +") +- [hawk259 (@hawk259)](https://github.com/hawk259 "14 total commits to the home-assistant organization: +7 commits to home-assistant +5 commits to home-assistant.io +1 commit to home-assistant-polymer +1 commit to open-zwave +") +- [haXs (@haXs)](https://github.com/haXs "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [HBDK (@HBDK)](https://github.com/HBDK "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [hblaschka (@hblaschka)](https://github.com/hblaschka "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [hcooper (@hcooper)](https://github.com/hcooper "8 total commits to the home-assistant organization: +5 commits to home-assistant.io +2 commits to open-zwave +1 commit to home-assistant +") +- [Heath Paddock (@heathbar)](https://github.com/heathbar "6 total commits to the home-assistant organization: +6 commits to home-assistant +") +- [Hedda (@Hedda)](https://github.com/Hedda "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Heiko Rothe (@mKeRix)](https://github.com/mKeRix "20 total commits to the home-assistant organization: +15 commits to home-assistant +5 commits to home-assistant.io +") +- [Heiko Thiery (@hthiery)](https://github.com/hthiery "11 total commits to the home-assistant organization: +6 commits to home-assistant +5 commits to home-assistant.io +") +- [Heinrich Dahms (@htdahms)](https://github.com/htdahms "1 total commits to the home-assistant organization: +1 commit to home-assistant-iOS +") +- [Hellowlol (@Hellowlol)](https://github.com/Hellowlol "6 total commits to the home-assistant organization: +3 commits to netdisco +1 commit to appdaemon +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Helmut Januschka (@hjanuschka)](https://github.com/hjanuschka "3 total commits to the home-assistant organization: +3 commits to issue-bot +") +- [Henning Dickten (@hensing)](https://github.com/hensing "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Henrik Aronsson (@heennkkee)](https://github.com/heennkkee "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Henrik Carlioth (@carlioth)](https://github.com/carlioth "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Henrik Nicolaisen (@hmn)](https://github.com/hmn "10 total commits to the home-assistant organization: +8 commits to home-assistant +2 commits to home-assistant.io +") +- [henryk (@henryk)](https://github.com/henryk "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Hermann Kraus (@herm)](https://github.com/herm "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Hernán (@hmronline)](https://github.com/hmronline "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [heydonms (@heydonms)](https://github.com/heydonms "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [heytcass (@heytcass)](https://github.com/heytcass "6 total commits to the home-assistant organization: +5 commits to home-assistant.io +1 commit to home-assistant +") +- [HFeenstra (@HFeenstra)](https://github.com/HFeenstra "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Hillary Fraley (@hillaryfraley)](https://github.com/hillaryfraley "12 total commits to the home-assistant organization: +12 commits to home-assistant.io +") +- [hitokiri8x (@hitokiri8x)](https://github.com/hitokiri8x "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Hmmbob (@hmmbob)](https://github.com/hmmbob "12 total commits to the home-assistant organization: +9 commits to home-assistant.io +2 commits to home-assistant +1 commit to home-assistant-polymer +") +- [hokagegano (@hokagegano)](https://github.com/hokagegano "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [holelattanuttin (@holelattanuttin)](https://github.com/holelattanuttin "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [honcheng (@honcheng)](https://github.com/honcheng "3 total commits to the home-assistant organization: +2 commits to homebridge-homeassistant +1 commit to home-assistant.io +") +- [HoppingMonk (@HoppingMonk)](https://github.com/HoppingMonk "1 total commits to the home-assistant organization: +1 commit to developers.home-assistant +") +- [horga83 (@horga83)](https://github.com/horga83 "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Hovo \(Luke\) (@lhovo)](https://github.com/lhovo "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [hSATAC (@hSATAC)](https://github.com/hSATAC "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Hu Hao (@howiehu)](https://github.com/howiehu "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [huangyupeng (@huangyupeng)](https://github.com/huangyupeng "15 total commits to the home-assistant organization: +8 commits to home-assistant +7 commits to home-assistant.io +") +- [hubertbanas (@hubertbanas)](https://github.com/hubertbanas "2 total commits to the home-assistant organization: +2 commits to open-zwave +") +- [Hugo Dupras (@jabesq)](https://github.com/jabesq "29 total commits to the home-assistant organization: +21 commits to home-assistant +8 commits to home-assistant.io +") +- [Hugo Gresse (@HugoGresse)](https://github.com/HugoGresse "8 total commits to the home-assistant organization: +8 commits to home-assistant.io +") +- [Hugo Herter (@hoh)](https://github.com/hoh "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Hugo Hromic (@hhromic)](https://github.com/hhromic "4 total commits to the home-assistant organization: +4 commits to pi-gen +") +- [Hung Le (@hungle)](https://github.com/hungle "1 total commits to the home-assistant organization: +1 commit to libcoap +") +- [Hunter Horsman (@kariudo)](https://github.com/kariudo "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [husky\-koglhof (@husky-koglhof)](https://github.com/husky-koglhof "4 total commits to the home-assistant organization: +4 commits to open-zwave +") +- [Huw Davies (@beardedgeek)](https://github.com/beardedgeek "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [hwmland (@hwmland)](https://github.com/hwmland "1 total commits to the home-assistant organization: +1 commit to appdaemon +") +- [Hydreliox (@HydrelioxGitHub)](https://github.com/HydrelioxGitHub "46 total commits to the home-assistant organization: +34 commits to home-assistant +12 commits to home-assistant.io +") +- [i\-am\-shodan (@i-am-shodan)](https://github.com/i-am-shodan "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Iain Matchett (@matchett808)](https://github.com/matchett808 "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [IainPHay (@IainPHay)](https://github.com/IainPHay "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Ian (@Apocrathia)](https://github.com/Apocrathia "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Ian Copp (@icopp)](https://github.com/icopp "3 total commits to the home-assistant organization: +3 commits to home-assistant +") +- [Ian Darwin (@IanDarwin)](https://github.com/IanDarwin "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Ian Richardson (@iantrich)](https://github.com/iantrich "50 total commits to the home-assistant organization: +46 commits to home-assistant-polymer +3 commits to home-assistant.io +1 commit to developers.home-assistant +") +- [Ian Slinger (@ianjs)](https://github.com/ianjs "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [ianj001 (@ianj001)](https://github.com/ianj001 "7 total commits to the home-assistant organization: +7 commits to home-assistant.io +") +- [ic3cool (@ic3cool)](https://github.com/ic3cool "2 total commits to the home-assistant organization: +2 commits to open-zwave +") +- [IceOnly (@IceOnly)](https://github.com/IceOnly "1 total commits to the home-assistant organization: +1 commit to hassio-addons +") +- [icovada (@icovada)](https://github.com/icovada "6 total commits to the home-assistant organization: +3 commits to home-assistant +3 commits to home-assistant.io +") +- [idfxken (@idfxken)](https://github.com/idfxken "5 total commits to the home-assistant organization: +4 commits to open-zwave +1 commit to home-assistant.io +") +- [iDVB (@iDVB)](https://github.com/iDVB "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Igor Bernstein (@igorbernstein2)](https://github.com/igorbernstein2 "3 total commits to the home-assistant organization: +2 commits to home-assistant +1 commit to home-assistant.io +") +- [Igor Motov (@imotov)](https://github.com/imotov "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Igor Shults (@ishults)](https://github.com/ishults "12 total commits to the home-assistant organization: +6 commits to home-assistant +5 commits to home-assistant.io +1 commit to home-assistant-polymer +") +- [IIIdefconIII (@IIIdefconIII)](https://github.com/IIIdefconIII "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [ikifar2012 (@ikifar2012)](https://github.com/ikifar2012 "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [ikonixx (@ikonixx)](https://github.com/ikonixx "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Iku (@yokattana)](https://github.com/yokattana "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [ikucuze (@ikucuze)](https://github.com/ikucuze "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [iliketoprogram14 (@iliketoprogram14)](https://github.com/iliketoprogram14 "3 total commits to the home-assistant organization: +2 commits to home-assistant +1 commit to home-assistant.io +") +- [Illia Grybkov (@igrybkov)](https://github.com/igrybkov "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Ing\. Jaroslav Šafka (@jedi7)](https://github.com/jedi7 "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [InovelliUSA (@InovelliUSA)](https://github.com/InovelliUSA "2 total commits to the home-assistant organization: +2 commits to open-zwave +") +- [insajd (@insajd)](https://github.com/insajd "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Ioan Loosley (@ioangogo)](https://github.com/ioangogo "19 total commits to the home-assistant organization: +16 commits to home-assistant.io +3 commits to home-assistant +") +- [ionred (@ionred)](https://github.com/ionred "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [IoTmessenger (@IoTmessenger)](https://github.com/IoTmessenger "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [irvingwa (@irvingwa)](https://github.com/irvingwa "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Isabella Gross Alström (@isabellaalstrom)](https://github.com/isabellaalstrom "5 total commits to the home-assistant organization: +5 commits to home-assistant.io +") +- [Issac Kelly (@issackelly)](https://github.com/issackelly "3 total commits to the home-assistant organization: +3 commits to home-assistant +") +- [itineric (@itineric)](https://github.com/itineric "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Ivo Wever (@Confusion)](https://github.com/Confusion "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [j james (@wakeuplaughing)](https://github.com/wakeuplaughing "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [J4nsen (@J4nsen)](https://github.com/J4nsen "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [J\-CMartin (@J-CMartin)](https://github.com/J-CMartin "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [J\. B\. Rainsberger (@jbrains)](https://github.com/jbrains "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [J\.A\.P\. Klessens (@JKlessens)](https://github.com/JKlessens "40 total commits to the home-assistant organization: +40 commits to open-zwave +") +- [Jaak Laineste (@jaakla)](https://github.com/jaakla "1 total commits to the home-assistant organization: +1 commit to home-assistant-polymer +") +- [jaburges (@jaburges)](https://github.com/jaburges "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Jacen (@jacen92)](https://github.com/jacen92 "2 total commits to the home-assistant organization: +2 commits to pi-gen +") +- [Jack (@jackjohnsonuk)](https://github.com/jackjohnsonuk "6 total commits to the home-assistant organization: +6 commits to home-assistant.io +") +- [jack (@jackmakesthings)](https://github.com/jackmakesthings "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [Jack (@iamjackg)](https://github.com/iamjackg "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Jack Chapple (@jchapple)](https://github.com/jchapple "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Jack Fan (@JackWindows)](https://github.com/JackWindows "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Jack Minardi (@jminardi)](https://github.com/jminardi "9 total commits to the home-assistant organization: +8 commits to home-assistant +1 commit to home-assistant.io +") +- [Jack Wilsdon (@jackwilsdon)](https://github.com/jackwilsdon "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Jacob Mansfield (@cyberjacob)](https://github.com/cyberjacob "6 total commits to the home-assistant organization: +3 commits to home-assistant +3 commits to home-assistant.io +") +- [Jacob Minnis (@jminn)](https://github.com/jminn "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Jacob Siverskog (@jsiverskog)](https://github.com/jsiverskog "1 total commits to the home-assistant organization: +1 commit to pi-gen +") +- [Jacob Tomlinson (@jacobtomlinson)](https://github.com/jacobtomlinson "9 total commits to the home-assistant organization: +7 commits to home-assistant.io +2 commits to home-assistant +") +- [Jacques\-D\. Piguet (@jdpiguet)](https://github.com/jdpiguet "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [jagjordi (@jagjordi)](https://github.com/jagjordi "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Jaimyn Mayer (@jabelone)](https://github.com/jabelone "1 total commits to the home-assistant organization: +1 commit to hassbian-scripts +") +- [Jake McCrary (@jakemcc)](https://github.com/jakemcc "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Jakob Reiter (@jakommo)](https://github.com/jakommo "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Jakub Bittner (@rexcze)](https://github.com/rexcze "2 total commits to the home-assistant organization: +2 commits to home-assistant-polymer +") +- [jakubradziwon (@jakubradziwon)](https://github.com/jakubradziwon "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [James Clancey (@Clancey)](https://github.com/Clancey "2 total commits to the home-assistant organization: +2 commits to open-zwave +") +- [James Cole (@jamespcole)](https://github.com/jamespcole "94 total commits to the home-assistant organization: +93 commits to home-assistant +1 commit to home-assistant-js +") +- [James Crook (@cooljimy84)](https://github.com/cooljimy84 "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [James Marsh (@doctorjames)](https://github.com/doctorjames "3 total commits to the home-assistant organization: +2 commits to home-assistant +1 commit to home-assistant.io +") +- [James Milligan (@nightowlengineer)](https://github.com/nightowlengineer "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [James Ruan (@jamesruan)](https://github.com/jamesruan "2 total commits to the home-assistant organization: +2 commits to pi-gen +") +- [james\-fry (@james-fry)](https://github.com/james-fry "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Jamie Shaw (@jamieshaw)](https://github.com/jamieshaw "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Jamie van Dyke (@fearoffish)](https://github.com/fearoffish "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant-iOS +") +- [jaminh (@jaminh)](https://github.com/jaminh "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [JammyDodger231 (@JammyDodger231)](https://github.com/JammyDodger231 "6 total commits to the home-assistant organization: +6 commits to home-assistant.io +") +- [Jan Almeroth (@jalmeroth)](https://github.com/jalmeroth "8 total commits to the home-assistant organization: +5 commits to home-assistant +2 commits to home-assistant.io +1 commit to home-assistant-polymer +") +- [Jan Collijs (@visibilityspots)](https://github.com/visibilityspots "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Jan Harkes (@jaharkes)](https://github.com/jaharkes "111 total commits to the home-assistant organization: +100 commits to home-assistant +10 commits to netdisco +1 commit to home-assistant.io +") +- [Jan Losinski (@janLo)](https://github.com/janLo "22 total commits to the home-assistant organization: +16 commits to home-assistant +6 commits to home-assistant.io +") +- [Jan Pobořil (@iBobik)](https://github.com/iBobik "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [Jan Sepke (@jansepke)](https://github.com/jansepke "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Jan van Helvoort (@janvanhelvoort)](https://github.com/janvanhelvoort "4 total commits to the home-assistant organization: +2 commits to home-assistant +2 commits to home-assistant.io +") +- [Jan Willhaus (@janw)](https://github.com/janw "4 total commits to the home-assistant organization: +4 commits to home-assistant.io +") +- [Jan\-Preben Mossin (@jpmossin)](https://github.com/jpmossin "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Janne Grunau (@jannau)](https://github.com/jannau "6 total commits to the home-assistant organization: +4 commits to home-assistant +2 commits to home-assistant.io +") +- [Janos Racz (@rczjns)](https://github.com/rczjns "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Jared Beckham (@jtbeckha)](https://github.com/jtbeckha "4 total commits to the home-assistant organization: +2 commits to home-assistant +2 commits to home-assistant.io +") +- [Jared J (@jjensn)](https://github.com/jjensn "2 total commits to the home-assistant organization: +1 commit to netdisco +1 commit to home-assistant +") +- [Jared Quinn (@jaredquinn)](https://github.com/jaredquinn "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Jari Ylimäinen (@JariInc)](https://github.com/JariInc "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Jason Albert (@thejta)](https://github.com/thejta "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Jason Antman (@jantman)](https://github.com/jantman "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Jason Carter (@JasonCarter80)](https://github.com/JasonCarter80 "7 total commits to the home-assistant organization: +4 commits to home-assistant +3 commits to home-assistant.io +") +- [Jason Hite (@jasonmhite)](https://github.com/jasonmhite "6 total commits to the home-assistant organization: +6 commits to appdaemon +") +- [Jason Hu (@awarecan)](https://github.com/awarecan "166 total commits to the home-assistant organization: +107 commits to home-assistant +27 commits to home-assistant.io +21 commits to home-assistant-polymer +9 commits to developers.home-assistant +1 commit to netdisco +1 commit to home-assistant-js-websocket +") +- [Jason Hunter (@hunterjm)](https://github.com/hunterjm "3 total commits to the home-assistant organization: +1 commit to home-assistant-polymer +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Jason Kingsbury (@relvacode)](https://github.com/relvacode "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Jason Kölker (@jkoelker)](https://github.com/jkoelker "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Jason Lawrence (@jjlawren)](https://github.com/jjlawren "5 total commits to the home-assistant organization: +4 commits to home-assistant +1 commit to home-assistant.io +") +- [Jason Schollenberger (@jschollenberger)](https://github.com/jschollenberger "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Jason Wells (@singularitycoder)](https://github.com/singularitycoder "3 total commits to the home-assistant organization: +3 commits to open-zwave +") +- [Jason Woodford (@jwood55812)](https://github.com/jwood55812 "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Jason Woodward (@woodwardjd)](https://github.com/woodwardjd "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [javicalle (@javicalle)](https://github.com/javicalle "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Javier Gonel (@graffic)](https://github.com/graffic "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Javier González Calleja (@gonzalezcalleja)](https://github.com/gonzalezcalleja "3 total commits to the home-assistant organization: +2 commits to home-assistant +1 commit to home-assistant.io +") +- [Jaxom Nutt (@JaxomCS)](https://github.com/JaxomCS "3 total commits to the home-assistant organization: +2 commits to home-assistant +1 commit to home-assistant.io +") +- [Jay Love (@jslove)](https://github.com/jslove "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Jay Stevens (@Jay2645)](https://github.com/Jay2645 "4 total commits to the home-assistant organization: +3 commits to home-assistant.io +1 commit to home-assistant +") +- [Jaydev Shiroya (@jaydev1997)](https://github.com/jaydev1997 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [JAYMAN\-ATX (@JAYMAN-ATX)](https://github.com/JAYMAN-ATX "2 total commits to the home-assistant organization: +2 commits to homebridge-homeassistant +") +- [jazzaj (@jazzaj)](https://github.com/jazzaj "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [jbcodemonkey (@jbcodemonkey)](https://github.com/jbcodemonkey "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [JC Connell (@jcconnell)](https://github.com/jcconnell "12 total commits to the home-assistant organization: +7 commits to home-assistant.io +5 commits to home-assistant +") +- [jchasey (@jchasey)](https://github.com/jchasey "1 total commits to the home-assistant organization: +1 commit to developers.home-assistant +") +- [jcrowegitHu8 (@jcrowegitHu8)](https://github.com/jcrowegitHu8 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [jdegraef (@jdegraef)](https://github.com/jdegraef "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Jean Regisser (@jeanregisser)](https://github.com/jeanregisser "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Jean\-François Auger (@nechry)](https://github.com/nechry "884 total commits to the home-assistant organization: +878 commits to open-zwave +6 commits to python-openzwave +") +- [Jean\-Michel Julien (@KurdyMalloy)](https://github.com/KurdyMalloy "1 total commits to the home-assistant organization: +1 commit to libcoap +") +- [Jean\-Michel Ruiz (@coolcow)](https://github.com/coolcow "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Jean\-Paul van Ravensberg (@jvravensberg)](https://github.com/jvravensberg "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Jean\-Philippe Bouillot (@Jypy)](https://github.com/Jypy "3 total commits to the home-assistant organization: +2 commits to home-assistant +1 commit to home-assistant.io +") +- [Jean\-Philippe Jodoin (@jpjodoin)](https://github.com/jpjodoin "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Jed Lippold (@jlippold)](https://github.com/jlippold "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Jedmeng (@jedmeng)](https://github.com/jedmeng "3 total commits to the home-assistant organization: +2 commits to home-assistant +1 commit to home-assistant.io +") +- [Jeena Paradies (@jeena)](https://github.com/jeena "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Jeff Irion (@JeffLIrion)](https://github.com/JeffLIrion "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Jeff Lewis (@Jeff-Lewis)](https://github.com/Jeff-Lewis "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Jeff McGehee (@jlmcgehee21)](https://github.com/jlmcgehee21 "3 total commits to the home-assistant organization: +2 commits to home-assistant +1 commit to home-assistant.io +") +- [Jeff Schroeder (@SEJeff)](https://github.com/SEJeff "18 total commits to the home-assistant organization: +17 commits to home-assistant +1 commit to home-assistant.io +") +- [jeff tapia (@jtmoderate876)](https://github.com/jtmoderate876 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Jeff Wilson (@jawilson)](https://github.com/jawilson "26 total commits to the home-assistant organization: +20 commits to home-assistant +6 commits to home-assistant.io +") +- [Jeffrey Lin (@linjef)](https://github.com/linjef "3 total commits to the home-assistant organization: +2 commits to home-assistant +1 commit to home-assistant.io +") +- [Jelmer Tiete (@JelmerT)](https://github.com/JelmerT "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Jens (@jhoepken)](https://github.com/jhoepken "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [Jens Kohl (@jk)](https://github.com/jk "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Jens Østergaard Nielsen (@dingusdk)](https://github.com/dingusdk "8 total commits to the home-assistant organization: +4 commits to home-assistant +4 commits to home-assistant.io +") +- [jensjakob (@jensjakob)](https://github.com/jensjakob "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Jenya Y (@jenyayel)](https://github.com/jenyayel "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Jeppe Ladefoged (@ladefoged81)](https://github.com/ladefoged81 "11 total commits to the home-assistant organization: +11 commits to home-assistant.io +") +- [Jerad Meisner (@jeradM)](https://github.com/jeradM "62 total commits to the home-assistant organization: +37 commits to home-assistant-polymer +13 commits to home-assistant +12 commits to home-assistant.io +") +- [Jeremiah Wuenschel (@jer)](https://github.com/jer "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [Jeremy (@Wutname1)](https://github.com/Wutname1 "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Jeremy (@jeremyowens)](https://github.com/jeremyowens "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Jeremy Bunting (@qbunt)](https://github.com/qbunt "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Jeremy Klein (@jeremydk)](https://github.com/jeremydk "5 total commits to the home-assistant organization: +3 commits to home-assistant.io +2 commits to home-assistant +") +- [Jeremy Roe (@jeremyroe)](https://github.com/jeremyroe "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Jeremy Volkman (@jvolkman)](https://github.com/jvolkman "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Jeremy Williams (@jwillaz)](https://github.com/jwillaz "6 total commits to the home-assistant organization: +5 commits to home-assistant.io +1 commit to home-assistant +") +- [jeremysv (@jeremysv)](https://github.com/jeremysv "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [Jerod Santo (@jerodsanto)](https://github.com/jerodsanto "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Jeroen St (@jeroenst)](https://github.com/jeroenst "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [Jeroen ter Heerdt (@jeroenterheerdt)](https://github.com/jeroenterheerdt "40 total commits to the home-assistant organization: +21 commits to home-assistant +19 commits to home-assistant.io +") +- [Jerold Albertson (@jeroldalbertson-wf)](https://github.com/jeroldalbertson-wf "5 total commits to the home-assistant organization: +5 commits to home-assistant.io +") +- [Jerrod Lankford (@Jerrkawz)](https://github.com/Jerrkawz "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Jerry Workman (@JerryWorkman)](https://github.com/JerryWorkman "9 total commits to the home-assistant organization: +9 commits to home-assistant.io +") +- [Jesse Hills (@jesserockz)](https://github.com/jesserockz "13 total commits to the home-assistant organization: +10 commits to home-assistant +3 commits to home-assistant.io +") +- [Jesse Newland (@jnewland)](https://github.com/jnewland "17 total commits to the home-assistant organization: +13 commits to home-assistant +3 commits to hubot-home-assistant +1 commit to home-assistant.io +") +- [Jesse O'Connor (@jessexoc)](https://github.com/jessexoc "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Jesse Osiecki (@stratosmacker)](https://github.com/stratosmacker "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Jesse Rizzo (@jesserizzo)](https://github.com/jesserizzo "4 total commits to the home-assistant organization: +2 commits to home-assistant +2 commits to home-assistant.io +") +- [Jesse Ruiter (@jesseruiter)](https://github.com/jesseruiter "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Jesse Zoldak (@jzoldak)](https://github.com/jzoldak "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [JesseWebDotCom (@JesseWebDotCom)](https://github.com/JesseWebDotCom "16 total commits to the home-assistant organization: +8 commits to home-assistant +8 commits to home-assistant.io +") +- [jessyjones (@jessyjones)](https://github.com/jessyjones "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [jgrieger1 (@jgrieger1)](https://github.com/jgrieger1 "2 total commits to the home-assistant organization: +2 commits to appdaemon +") +- [jgriff2 (@jgriff2)](https://github.com/jgriff2 "3 total commits to the home-assistant organization: +2 commits to home-assistant +1 commit to home-assistant.io +") +- [jhemzal (@jhemzal)](https://github.com/jhemzal "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [jiafengwang (@jiafengwang)](https://github.com/jiafengwang "1 total commits to the home-assistant organization: +1 commit to appdaemon +") +- [Jim Rollenhagen (@jimrollenhagen)](https://github.com/jimrollenhagen "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [jimbob1001 (@jimbob1001)](https://github.com/jimbob1001 "4 total commits to the home-assistant organization: +4 commits to home-assistant.io +") +- [Jimmy Tang (@jcftang)](https://github.com/jcftang "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Jiri Cincura ↹ (@cincuranet)](https://github.com/cincuranet "13 total commits to the home-assistant organization: +13 commits to open-zwave +") +- [jma89 (@jma89)](https://github.com/jma89 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [jmgarciamari (@jmgarciamari)](https://github.com/jmgarciamari "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [jmtatsch (@jmtatsch)](https://github.com/jmtatsch "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [jmvermeulen (@jmvermeulen)](https://github.com/jmvermeulen "4 total commits to the home-assistant organization: +2 commits to home-assistant +2 commits to home-assistant.io +") +- [jnimmo (@jnimmo)](https://github.com/jnimmo "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant +") +- [Jo Liss (@joliss)](https://github.com/joliss "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Joakim af Sandeberg (@jotunacorn)](https://github.com/jotunacorn "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Joakim Nohlgård (@gebart)](https://github.com/gebart "2 total commits to the home-assistant organization: +2 commits to libcoap +") +- [Joakim Plate (@elupus)](https://github.com/elupus "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Joakim Sørensen (@ludeeus)](https://github.com/ludeeus "182 total commits to the home-assistant organization: +138 commits to hassbian-scripts +30 commits to home-assistant.io +14 commits to home-assistant +") +- [Joaquín (@joaqtor)](https://github.com/joaqtor "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Jochen Martin Eppler (@jougs)](https://github.com/jougs "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [jodur (@jodur)](https://github.com/jodur "4 total commits to the home-assistant organization: +3 commits to home-assistant.io +1 commit to home-assistant +") +- [Joe Francis (@lostapathy)](https://github.com/lostapathy "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Joe Gross (@joegross)](https://github.com/joegross "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Joe Lee (@xnoodle)](https://github.com/xnoodle "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Joe Lu (@snjoetw)](https://github.com/snjoetw "25 total commits to the home-assistant organization: +19 commits to home-assistant +5 commits to home-assistant.io +1 commit to appdaemon +") +- [Joe McMonagle (@joemcmonagle)](https://github.com/joemcmonagle "13 total commits to the home-assistant organization: +13 commits to home-assistant.io +") +- [Joe Rocklin (@joerocklin)](https://github.com/joerocklin "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [joe248 (@joe248)](https://github.com/joe248 "4 total commits to the home-assistant organization: +3 commits to home-assistant +1 commit to home-assistant.io +") +- [Joeboyc2 (@Joeboyc2)](https://github.com/Joeboyc2 "16 total commits to the home-assistant organization: +15 commits to home-assistant.io +1 commit to home-assistant +") +- [Joel Asher Friedman (@joelash)](https://github.com/joelash "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Joel Clermont (@joelclermont)](https://github.com/joelclermont "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Johan Bloemberg (@aequitas)](https://github.com/aequitas "45 total commits to the home-assistant organization: +36 commits to home-assistant +8 commits to home-assistant.io +1 commit to netdisco +") +- [Johan Carlquist (@theseal)](https://github.com/theseal "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Johan Eliasson (@jeliasson)](https://github.com/jeliasson "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Johan Elmerfjord (@JohanElmis)](https://github.com/JohanElmis "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Johan Haals (@jhaals)](https://github.com/jhaals "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to appdaemon +") +- [Johan Klintberg (@moogblob)](https://github.com/moogblob "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Johan Lindström (@bhaap)](https://github.com/bhaap "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Johan Ström (@stromnet)](https://github.com/stromnet "13 total commits to the home-assistant organization: +13 commits to open-zwave +") +- [Johan Svensson (@jsvensson)](https://github.com/jsvensson "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Johan van der Kuijl (@Rubyan)](https://github.com/Rubyan "4 total commits to the home-assistant organization: +3 commits to home-assistant.io +1 commit to appdaemon +") +- [Johann Kellerman (@kellerza)](https://github.com/kellerza "186 total commits to the home-assistant organization: +151 commits to home-assistant +34 commits to home-assistant.io +1 commit to developers.home-assistant +") +- [Johannes Innerbichler (@jinnerbichler)](https://github.com/jinnerbichler "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Johannes K\. (@roadrash2108)](https://github.com/roadrash2108 "4 total commits to the home-assistant organization: +4 commits to home-assistant.io +") +- [Johannes Truschnigg (@jtru)](https://github.com/jtru "4 total commits to the home-assistant organization: +4 commits to hassos +") +- [John (@J-C-B)](https://github.com/J-C-B "5 total commits to the home-assistant organization: +5 commits to home-assistant.io +") +- [John Allen (@jra3)](https://github.com/jra3 "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [John Arild Berentsen (@turbokongen)](https://github.com/turbokongen "225 total commits to the home-assistant organization: +156 commits to home-assistant +45 commits to home-assistant.io +24 commits to home-assistant-polymer +") +- [John Boiles (@johnboiles)](https://github.com/johnboiles "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [John Coggeshall (@coogle)](https://github.com/coogle "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [John Evans (@GrandadEvans)](https://github.com/GrandadEvans "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [John K\. Luebs (@jkl1337)](https://github.com/jkl1337 "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [John L (@jplafonta)](https://github.com/jplafonta "24 total commits to the home-assistant organization: +24 commits to open-zwave +") +- [John Lindley (@jwl17330536)](https://github.com/jwl17330536 "1 total commits to the home-assistant organization: +1 commit to appdaemon +") +- [John McLaughlin (@loghound)](https://github.com/loghound "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [John Mihalic (@mezz64)](https://github.com/mezz64 "51 total commits to the home-assistant organization: +37 commits to home-assistant +12 commits to home-assistant.io +1 commit to home-assistant-polymer +1 commit to hadashboard +") +- [John W\. Long (@jlong)](https://github.com/jlong "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [John Williams (@Jaidan)](https://github.com/Jaidan "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [johnappletree (@johnappletree)](https://github.com/johnappletree "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Johnny Chadda (@joch)](https://github.com/joch "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant-polymer +") +- [JohnnyCAPSLOCK (@JohnnyCAPSLOCK)](https://github.com/JohnnyCAPSLOCK "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Jon (@JonMurphy)](https://github.com/JonMurphy "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [Jon Calderín Goñi (@jcalderin)](https://github.com/jcalderin "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Jon Caruana (@joncar)](https://github.com/joncar "5 total commits to the home-assistant organization: +3 commits to home-assistant +2 commits to home-assistant.io +") +- [Jon Evans (@craftyjon)](https://github.com/craftyjon "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Jon Griffith (@arretx)](https://github.com/arretx "15 total commits to the home-assistant organization: +14 commits to home-assistant.io +1 commit to appdaemon +") +- [Jon Maddox (@maddox)](https://github.com/maddox "107 total commits to the home-assistant organization: +82 commits to home-assistant +16 commits to homebridge-homeassistant +9 commits to home-assistant.io +") +- [Jonas Karlsson (@endor-force)](https://github.com/endor-force "13 total commits to the home-assistant organization: +6 commits to home-assistant.io +5 commits to hassio-addons +1 commit to hassio-build +1 commit to home-assistant +") +- [Jonas Pedersen (@JonasPed)](https://github.com/JonasPed "2 total commits to the home-assistant organization: +1 commit to appdaemon +1 commit to home-assistant.io +") +- [Jonas Skoogh (@hAmpzter)](https://github.com/hAmpzter "6 total commits to the home-assistant organization: +5 commits to home-assistant.io +1 commit to home-assistant +") +- [Jonatan Castro (@jcastro)](https://github.com/jcastro "7 total commits to the home-assistant organization: +7 commits to home-assistant.io +") +- [Jonathan (@jlauwers)](https://github.com/jlauwers "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Jonathan Batchelor (@jmb)](https://github.com/jmb "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Jonathan Herlin (@Jonher937)](https://github.com/Jonher937 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Jonathan Keljo (@jkeljo)](https://github.com/jkeljo "4 total commits to the home-assistant organization: +2 commits to home-assistant +2 commits to home-assistant.io +") +- [Jonathan Martens (@jmartens)](https://github.com/jmartens "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Jonathan Weinberg (@jonathanweinberg)](https://github.com/jonathanweinberg "4 total commits to the home-assistant organization: +4 commits to home-assistant.io +") +- [Jonathan Wukitsch (@insleep)](https://github.com/insleep "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [jonne013 (@jonne013)](https://github.com/jonne013 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [JonnyaiR (@jonnyair)](https://github.com/jonnyair "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [joopster (@joopert)](https://github.com/joopert "7 total commits to the home-assistant organization: +6 commits to home-assistant +1 commit to home-assistant.io +") +- [Joost D (@jmjdamen)](https://github.com/jmjdamen "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Jordan Hotmann (@jhotmann)](https://github.com/jhotmann "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Jordan Keith (@zeddD1abl0)](https://github.com/zeddD1abl0 "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Jordi (@hokus15)](https://github.com/hokus15 "4 total commits to the home-assistant organization: +4 commits to home-assistant.io +") +- [Jordy (@jbarrancos)](https://github.com/jbarrancos "43 total commits to the home-assistant organization: +40 commits to home-assistant +3 commits to home-assistant.io +") +- [Jorim Tielemans (@tjorim)](https://github.com/tjorim "75 total commits to the home-assistant organization: +61 commits to home-assistant.io +5 commits to home-assistant +2 commits to hassio +2 commits to hassio-addons +2 commits to hassio-cli +2 commits to developers.home-assistant +1 commit to hassio-build +") +- [jorisc90 (@jorisc90)](https://github.com/jorisc90 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Josa Gesell (@josa42)](https://github.com/josa42 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Jose Juan Montes (@jjmontesl)](https://github.com/jjmontesl "9 total commits to the home-assistant organization: +6 commits to home-assistant +3 commits to home-assistant.io +") +- [Josep del Rio (@joseprio)](https://github.com/joseprio "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Joseph Carter (@iKarith)](https://github.com/iKarith "9 total commits to the home-assistant organization: +9 commits to pi-gen +") +- [Joseph Hassell (@poster983)](https://github.com/poster983 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Joseph Piron (@eagleamon)](https://github.com/eagleamon "3 total commits to the home-assistant organization: +3 commits to home-assistant +") +- [Josh (@karlw00t)](https://github.com/karlw00t "3 total commits to the home-assistant organization: +2 commits to home-assistant +1 commit to home-assistant.io +") +- [Josh Anderson (@andersonshatch)](https://github.com/andersonshatch "10 total commits to the home-assistant organization: +6 commits to home-assistant +3 commits to homebridge-homeassistant +1 commit to home-assistant.io +") +- [Josh Cooper (@cooperj)](https://github.com/cooperj "5 total commits to the home-assistant organization: +4 commits to home-assistant.io +1 commit to hassos +") +- [Josh McCarty (@joshmcrty)](https://github.com/joshmcrty "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant-polymer +") +- [Josh Nichols (@technicalpickles)](https://github.com/technicalpickles "28 total commits to the home-assistant organization: +15 commits to home-assistant +13 commits to home-assistant.io +") +- [Josh Shoemaker (@shoejosh)](https://github.com/shoejosh "4 total commits to the home-assistant organization: +2 commits to home-assistant +2 commits to home-assistant.io +") +- [Josh Wright (@JshWright)](https://github.com/JshWright "30 total commits to the home-assistant organization: +21 commits to home-assistant +8 commits to home-assistant.io +1 commit to python-openzwave +") +- [Josh Wyse (@jwyse)](https://github.com/jwyse "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Joshi (@Joshi425)](https://github.com/Joshi425 "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Joshua (@JoshuaGarrison27)](https://github.com/JoshuaGarrison27 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Joshua Jack (@joshuaja)](https://github.com/joshuaja "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [joshua stein (@jcs)](https://github.com/jcs "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [jowieweb (@jowieweb)](https://github.com/jowieweb "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [jpcomtois (@jpcomtois)](https://github.com/jpcomtois "1 total commits to the home-assistant organization: +1 commit to libcoap +") +- [jschwalbe (@jschwalbe)](https://github.com/jschwalbe "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [jshore1296 (@jshore1296)](https://github.com/jshore1296 "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [JSprengard (@JSprengard)](https://github.com/JSprengard "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [JTimNolan (@JTimNolan)](https://github.com/JTimNolan "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [JTruj1ll0923 (@JTruj1ll0923)](https://github.com/JTruj1ll0923 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [jtscott (@jtscott)](https://github.com/jtscott "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [JudgeDredd (@JudgeDreddKLC)](https://github.com/JudgeDreddKLC "22 total commits to the home-assistant organization: +12 commits to home-assistant.io +8 commits to open-zwave +1 commit to python-openzwave +1 commit to home-assistant +") +- [Juggels (@Juggels)](https://github.com/Juggels "11 total commits to the home-assistant organization: +7 commits to home-assistant +4 commits to home-assistant.io +") +- [juggie (@juggie)](https://github.com/juggie "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Juha Niemi (@juhaniemi)](https://github.com/juhaniemi "3 total commits to the home-assistant organization: +2 commits to home-assistant +1 commit to home-assistant.io +") +- [julesverhaeren (@julesverhaeren)](https://github.com/julesverhaeren "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Julian Kaffke (@jaykay)](https://github.com/jaykay "1 total commits to the home-assistant organization: +1 commit to hassio-addons +") +- [Julian Kahnert (@JulianKahnert)](https://github.com/JulianKahnert "7 total commits to the home-assistant organization: +4 commits to home-assistant.io +3 commits to home-assistant +") +- [Julian Knauer (@jaypikay)](https://github.com/jaypikay "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Julien Danjou (@jd)](https://github.com/jd "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Julien Debaru (@Debaru)](https://github.com/Debaru "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Julien Wajsberg (@julienw)](https://github.com/julienw "8 total commits to the home-assistant organization: +8 commits to open-zwave +") +- [Julio Guerra (@Julio-Guerra)](https://github.com/Julio-Guerra "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Julius Mittenzwei (@Julius2342)](https://github.com/Julius2342 "35 total commits to the home-assistant organization: +28 commits to home-assistant +7 commits to home-assistant.io +") +- [jumpkick (@jumpkick)](https://github.com/jumpkick "15 total commits to the home-assistant organization: +12 commits to home-assistant +3 commits to home-assistant.io +") +- [Junian Triajianto (@junian)](https://github.com/junian "1 total commits to the home-assistant organization: +1 commit to pi-gen +") +- [jurafxp (@jurafxp)](https://github.com/jurafxp "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Justin Bassett (@JBassett)](https://github.com/JBassett "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Justin Dray (@justin8)](https://github.com/justin8 "9 total commits to the home-assistant organization: +7 commits to home-assistant.io +2 commits to home-assistant +") +- [Justin Good (@justingood)](https://github.com/justingood "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Justin Hammond (@Fishwaldo)](https://github.com/Fishwaldo "1208 total commits to the home-assistant organization: +1208 commits to open-zwave +") +- [Justin Hayes (@GussyH)](https://github.com/GussyH "8 total commits to the home-assistant organization: +7 commits to hadashboard +1 commit to appdaemon +") +- [Justin Huff (@jjhuff)](https://github.com/jjhuff "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [Justin Loutsenhizer (@jloutsenhizer)](https://github.com/jloutsenhizer "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Justin Weberg (@justweb1)](https://github.com/justweb1 "28 total commits to the home-assistant organization: +13 commits to home-assistant-polymer +7 commits to hassbot +4 commits to home-assistant +2 commits to home-assistant.io +1 commit to home-assistant-js +1 commit to hassio +") +- [justinedelson (@justinedelson)](https://github.com/justinedelson "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Justyn Shull (@justyns)](https://github.com/justyns "7 total commits to the home-assistant organization: +6 commits to home-assistant +1 commit to home-assistant.io +") +- [jvimont (@jvimont)](https://github.com/jvimont "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [jxwolstenholme (@jxwolstenholme)](https://github.com/jxwolstenholme "3 total commits to the home-assistant organization: +2 commits to home-assistant +1 commit to home-assistant.io +") +- [Jérémie Klein (@grm)](https://github.com/grm "1 total commits to the home-assistant organization: +1 commit to appdaemon +") +- [Jürgen W (@jurgenweber)](https://github.com/jurgenweber "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Ka (@KaSt)](https://github.com/KaSt "4 total commits to the home-assistant organization: +4 commits to open-zwave +") +- [Kai (@luxus)](https://github.com/luxus "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant +") +- [KaiboshOz (@KaiboshOz)](https://github.com/KaiboshOz "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [kaiomatico (@kaiomatico)](https://github.com/kaiomatico "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Kalen Johnson (@kalenjohnson)](https://github.com/kalenjohnson "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [kalkih (@kalkih)](https://github.com/kalkih "4 total commits to the home-assistant organization: +3 commits to home-assistant-polymer +1 commit to home-assistant.io +") +- [Kallum Burgin (@Kallb123)](https://github.com/Kallb123 "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [KAMAL AWASTHI (@KamalAwasthi)](https://github.com/KamalAwasthi "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Kame (@tobiasgraf)](https://github.com/tobiasgraf "14 total commits to the home-assistant organization: +14 commits to open-zwave +") +- [Kamil Warguła (@quamilek)](https://github.com/quamilek "2 total commits to the home-assistant organization: +1 commit to hassio-cli +1 commit to home-assistant +") +- [Kareem Sultan (@kareem613)](https://github.com/kareem613 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Karen Goode (@kfgoode)](https://github.com/kfgoode "5 total commits to the home-assistant organization: +4 commits to home-assistant +1 commit to home-assistant.io +") +- [Karim Geiger (@KarimGeiger)](https://github.com/KarimGeiger "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [karlkar (@karlkar)](https://github.com/karlkar "15 total commits to the home-assistant organization: +10 commits to home-assistant +5 commits to home-assistant.io +") +- [Karsten Nerdinger (@Piratonym)](https://github.com/Piratonym "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [kaustubhphatak (@kaustubhphatak)](https://github.com/kaustubhphatak "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant +") +- [kbickar (@kbickar)](https://github.com/kbickar "7 total commits to the home-assistant organization: +5 commits to home-assistant +2 commits to home-assistant.io +") +- [KD4SIR (@scotthibbs)](https://github.com/scotthibbs "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Keaton Taylor (@keatontaylor)](https://github.com/keatontaylor "7 total commits to the home-assistant organization: +4 commits to home-assistant +3 commits to home-assistant.io +") +- [Kees Schollaart (@keesschollaart81)](https://github.com/keesschollaart81 "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Keiran S (@keirans)](https://github.com/keirans "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant +") +- [Keith (@seedzero)](https://github.com/seedzero "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant +") +- [keith (@afex)](https://github.com/afex "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Keith Lamprecht (@Nixon506E)](https://github.com/Nixon506E "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Keith Pine (@kpine)](https://github.com/kpine "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [Ken Bannister (@kb2ma)](https://github.com/kb2ma "1 total commits to the home-assistant organization: +1 commit to libcoap +") +- [Ken Carpenter (@mindjuice)](https://github.com/mindjuice "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Ken Davidson (@kwdavidson)](https://github.com/kwdavidson "15 total commits to the home-assistant organization: +13 commits to home-assistant.io +2 commits to appdaemon +") +- [kennedyshead (@kennedyshead)](https://github.com/kennedyshead "33 total commits to the home-assistant organization: +29 commits to home-assistant +4 commits to home-assistant.io +") +- [Kenny Millington (@kmdm)](https://github.com/kmdm "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Kent Fenwick (@kent)](https://github.com/kent "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Kent Hua (@kenthua)](https://github.com/kenthua "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [kernehed (@kernehed)](https://github.com/kernehed "7 total commits to the home-assistant organization: +7 commits to home-assistant.io +") +- [Kerwin Bryant (@ileler)](https://github.com/ileler "3 total commits to the home-assistant organization: +2 commits to home-assistant +1 commit to home-assistant.io +") +- [Kevin (@Mister-Espria)](https://github.com/Mister-Espria "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Kevin (@roofuskit)](https://github.com/roofuskit "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Kevin Christensen (@nivekmai)](https://github.com/nivekmai "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Kevin Delaney (@kevindelaney)](https://github.com/kevindelaney "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Kevin Duong (@kevinduong)](https://github.com/kevinduong "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Kevin Eifinger (@eifinger)](https://github.com/eifinger "2 total commits to the home-assistant organization: +1 commit to appdaemon +1 commit to home-assistant.io +") +- [Kevin Fowlks (@kfowlks)](https://github.com/kfowlks "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Kevin Fronczak (@fronzbot)](https://github.com/fronzbot "28 total commits to the home-assistant organization: +16 commits to home-assistant +12 commits to home-assistant.io +") +- [Kevin Gisi (@gisikw)](https://github.com/gisikw "5 total commits to the home-assistant organization: +5 commits to home-assistant.io +") +- [Kevin Goff (@kevindgoff)](https://github.com/kevindgoff "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Kevin Gottsman (@gottsman)](https://github.com/gottsman "9 total commits to the home-assistant organization: +8 commits to home-assistant.io +1 commit to home-assistant +") +- [Kevin Raddatz (@chronm)](https://github.com/chronm "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Kevin Schlosser (@kdschlosser)](https://github.com/kdschlosser "8 total commits to the home-assistant organization: +8 commits to python-openzwave +") +- [Kevin Siml (@appzer)](https://github.com/appzer "7 total commits to the home-assistant organization: +4 commits to home-assistant +3 commits to home-assistant.io +") +- [Kevin Tawaststjerna (@ktawaststjerna)](https://github.com/ktawaststjerna "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Kevin Tuhumury (@kevintuhumury)](https://github.com/kevintuhumury "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [kevinpanaro (@kevinpanaro)](https://github.com/kevinpanaro "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [kevjs1982 (@kevjs1982)](https://github.com/kevjs1982 "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Keyasha Brothern (@KMBrothern)](https://github.com/KMBrothern "4 total commits to the home-assistant organization: +4 commits to home-assistant.io +") +- [kfcook (@kfcook)](https://github.com/kfcook "4 total commits to the home-assistant organization: +3 commits to home-assistant +1 commit to home-assistant.io +") +- [Khalid (@GotoCode)](https://github.com/GotoCode "5 total commits to the home-assistant organization: +4 commits to home-assistant +1 commit to home-assistant.io +") +- [Khole (@KJonline)](https://github.com/KJonline "4 total commits to the home-assistant organization: +2 commits to home-assistant +2 commits to home-assistant.io +") +- [Kip (@kipwittchen)](https://github.com/kipwittchen "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [kireyeu (@kireyeu)](https://github.com/kireyeu "4 total commits to the home-assistant organization: +4 commits to home-assistant-notebooks +") +- [kitcorey (@kitcorey)](https://github.com/kitcorey "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Kitti L (@Kiaaz)](https://github.com/Kiaaz "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Kjetil (@kjetilmjos)](https://github.com/kjetilmjos "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Klaas Hoekema (@KlaasH)](https://github.com/KlaasH "12 total commits to the home-assistant organization: +5 commits to home-assistant +5 commits to home-assistant.io +2 commits to home-assistant-polymer +") +- [Klaas Schoute (@klaasnicolaas)](https://github.com/klaasnicolaas "219 total commits to the home-assistant organization: +219 commits to home-assistant.io +") +- [Klaudiusz Staniek (@kstaniek)](https://github.com/kstaniek "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Klaus (@k-laus)](https://github.com/k-laus "1 total commits to the home-assistant organization: +1 commit to appdaemon +") +- [kllngtme (@kllngtme)](https://github.com/kllngtme "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [kloggy (@kloggy)](https://github.com/kloggy "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Koen Ekelschot (@peckham)](https://github.com/peckham "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [koen01 (@koen01)](https://github.com/koen01 "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Konstantin Belyalov (@belyalov)](https://github.com/belyalov "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [koolsb (@koolsb)](https://github.com/koolsb "5 total commits to the home-assistant organization: +3 commits to home-assistant +2 commits to home-assistant.io +") +- [kophinos (@kophinos)](https://github.com/kophinos "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [koreth (@koreth)](https://github.com/koreth "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Kory Prince (@korylprince)](https://github.com/korylprince "4 total commits to the home-assistant organization: +4 commits to home-assistant-polymer +") +- [Krasimir Chariyski (@Chariyski)](https://github.com/Chariyski "5 total commits to the home-assistant organization: +4 commits to home-assistant.io +1 commit to home-assistant +") +- [Krasimir Zhelev (@zhelev)](https://github.com/zhelev "5 total commits to the home-assistant organization: +3 commits to home-assistant +1 commit to netdisco +1 commit to home-assistant.io +") +- [Kris Molendyke (@krismolendyke)](https://github.com/krismolendyke "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Kristian (@krisnyse)](https://github.com/krisnyse "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [KristjanLaane (@KristjanLaane)](https://github.com/KristjanLaane "8 total commits to the home-assistant organization: +8 commits to open-zwave +") +- [kroimon (@kroimon)](https://github.com/kroimon "1 total commits to the home-assistant organization: +1 commit to netdisco +") +- [Kumar Gaurav Pandey (@gaurav1911)](https://github.com/gaurav1911 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [kunago (@kunago)](https://github.com/kunago "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Kyle Decot (@kyledecot)](https://github.com/kyledecot "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Kyle Gordon (@kylegordon)](https://github.com/kylegordon "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Kyle Hendricks (@kylehendricks)](https://github.com/kylehendricks "8 total commits to the home-assistant organization: +6 commits to home-assistant +1 commit to open-zwave +1 commit to home-assistant.io +") +- [Kyle Niewiada (@aav7fl)](https://github.com/aav7fl "3 total commits to the home-assistant organization: +2 commits to home-assistant +1 commit to home-assistant.io +") +- [Kyle R (@qcryptic)](https://github.com/qcryptic "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Kyle Rector (@KyleARector)](https://github.com/KyleARector "8 total commits to the home-assistant organization: +8 commits to open-zwave +") +- [kylerw (@kylerw)](https://github.com/kylerw "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [lamiskin (@lamiskin)](https://github.com/lamiskin "6 total commits to the home-assistant organization: +4 commits to home-assistant.io +2 commits to home-assistant +") +- [Lance Haynie (@lancehaynie)](https://github.com/lancehaynie "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [lance36 (@lance36)](https://github.com/lance36 "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Laqoore (@Laqoore)](https://github.com/Laqoore "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Lars Alexander Blumberg (@larsblumberg)](https://github.com/larsblumberg "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Lars Englund (@larsenglund)](https://github.com/larsenglund "1 total commits to the home-assistant organization: +1 commit to appdaemon +") +- [Lars Kerick (@Brice187)](https://github.com/Brice187 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Lasse Korpela (@bobotus)](https://github.com/bobotus "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [LaurensBot (@LaurensBot)](https://github.com/LaurensBot "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [LavaGlass (@LavaGlass)](https://github.com/LavaGlass "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [lbouriez (@lbouriez)](https://github.com/lbouriez "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [lcersly (@lcersly)](https://github.com/lcersly "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [leaen (@leaen)](https://github.com/leaen "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Leandro (@leofuscaldi)](https://github.com/leofuscaldi "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [led\-spb (@led-spb)](https://github.com/led-spb "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Ledernacken6 (@Ledernacken6)](https://github.com/Ledernacken6 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [lee\-js (@lee-js)](https://github.com/lee-js "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [lekobob (@lekobob)](https://github.com/lekobob "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [lenardteri (@lenardteri)](https://github.com/lenardteri "1 total commits to the home-assistant organization: +1 commit to python-openzwave +") +- [Lennart Bernhardt (@LennyPenny)](https://github.com/LennyPenny "1 total commits to the home-assistant organization: +1 commit to hassio-build +") +- [lennartk (@lennart-k)](https://github.com/lennart-k "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [LeoDJ (@LeoDJ)](https://github.com/LeoDJ "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Leon99 (@Leon99)](https://github.com/Leon99 "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to appdaemon +") +- [Leonardo Bellettini (@leobel96)](https://github.com/leobel96 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Leonardo Brondani Schenkel (@lbschenkel)](https://github.com/lbschenkel "4 total commits to the home-assistant organization: +3 commits to home-assistant +1 commit to home-assistant.io +") +- [Leonardo Saraiva (@vyper)](https://github.com/vyper "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [Leothlon (@leothlon)](https://github.com/leothlon "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [leschekfm (@leschekfm)](https://github.com/leschekfm "3 total commits to the home-assistant organization: +3 commits to hassbian-scripts +") +- [Lev Aronsky (@aronsky)](https://github.com/aronsky "17 total commits to the home-assistant organization: +14 commits to home-assistant +3 commits to home-assistant.io +") +- [Lewis Juggins (@lwis)](https://github.com/lwis "69 total commits to the home-assistant organization: +56 commits to home-assistant +12 commits to home-assistant.io +1 commit to home-assistant-polymer +") +- [Li\-Wen Yip (@liwenyip)](https://github.com/liwenyip "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [liaanvdm (@liaanvdm)](https://github.com/liaanvdm "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Liang Sun (@leonsim)](https://github.com/leonsim "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [lich (@mu4yu3)](https://github.com/mu4yu3 "4 total commits to the home-assistant organization: +2 commits to home-assistant +2 commits to home-assistant.io +") +- [lightbullet (@lightbullet)](https://github.com/lightbullet "10 total commits to the home-assistant organization: +10 commits to open-zwave +") +- [LightIsLife (@LightIsLife)](https://github.com/LightIsLife "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Lincoln Kirchoff (@Kirchoff)](https://github.com/Kirchoff "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Lindsay Ward (@lindsaymarkward)](https://github.com/lindsaymarkward "23 total commits to the home-assistant organization: +17 commits to home-assistant.io +6 commits to home-assistant +") +- [linuxlurak (@linuxlurak)](https://github.com/linuxlurak "5 total commits to the home-assistant organization: +3 commits to home-assistant.io +2 commits to hadashboard +") +- [linvinus (@linvinus)](https://github.com/linvinus "1 total commits to the home-assistant organization: +1 commit to home-assistant-polymer +") +- [lizaoreo (@lizaoreo)](https://github.com/lizaoreo "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [lolouk44 (@lolouk44)](https://github.com/lolouk44 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [longman391 (@longman391)](https://github.com/longman391 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [lordneon (@lordneon)](https://github.com/lordneon "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Lorenz Schmid (@lorenzschmid)](https://github.com/lorenzschmid "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [lorenzofattori (@lorenzofattori)](https://github.com/lorenzofattori "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Louis Laureys (@louis-lau)](https://github.com/louis-lau "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Louis Orleans (@dudeofawesome)](https://github.com/dudeofawesome "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Louis\-Dominique Dubeau (@lddubeau)](https://github.com/lddubeau "3 total commits to the home-assistant organization: +1 commit to open-zwave +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Lovro Oreskovic (@oresk)](https://github.com/oresk "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [lrmate (@lrmate)](https://github.com/lrmate "3 total commits to the home-assistant organization: +3 commits to home-assistant +") +- [Luar Roji (@cyberplant)](https://github.com/cyberplant "6 total commits to the home-assistant organization: +4 commits to home-assistant.io +2 commits to home-assistant +") +- [Luc Touraille (@stilllman)](https://github.com/stilllman "5 total commits to the home-assistant organization: +3 commits to home-assistant +1 commit to netdisco +1 commit to home-assistant.io +") +- [Luca Adrian Lindhorst (@lal12)](https://github.com/lal12 "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Luca Simonetti @Nohup (@luca-simonetti)](https://github.com/luca-simonetti "1 total commits to the home-assistant organization: +1 commit to hassio +") +- [luca\-angemi (@luca-angemi)](https://github.com/luca-angemi "6 total commits to the home-assistant organization: +3 commits to home-assistant.io +2 commits to home-assistant +1 commit to home-assistant-polymer +") +- [Lucas Nussbaum (@lnussbaum)](https://github.com/lnussbaum "26 total commits to the home-assistant organization: +26 commits to open-zwave +") +- [LucaSoldi (@LucaSoldi)](https://github.com/LucaSoldi "7 total commits to the home-assistant organization: +6 commits to home-assistant +1 commit to home-assistant.io +") +- [Lucien Guimier (@guimier)](https://github.com/guimier "1 total commits to the home-assistant organization: +1 commit to libcoap +") +- [Ludovic (@ldvc)](https://github.com/ldvc "3 total commits to the home-assistant organization: +1 commit to home-assistant-polymer +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Ludovico de Nittis (@RyuzakiKK)](https://github.com/RyuzakiKK "6 total commits to the home-assistant organization: +4 commits to home-assistant.io +2 commits to home-assistant +") +- [Ludwig Hubert (@lud-hu)](https://github.com/lud-hu "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Lukas Barth (@tinloaf)](https://github.com/tinloaf "37 total commits to the home-assistant organization: +23 commits to home-assistant +12 commits to home-assistant.io +2 commits to home-assistant-polymer +") +- [Lukas Hetzenecker (@lukas-hetzenecker)](https://github.com/lukas-hetzenecker "15 total commits to the home-assistant organization: +10 commits to home-assistant +5 commits to home-assistant.io +") +- [Lukas Porubcan (@Luc3as)](https://github.com/Luc3as "1 total commits to the home-assistant organization: +1 commit to home-assistant-polymer +") +- [Luke Armstrong (@lukearmstrong)](https://github.com/lukearmstrong "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [Luke Fritz (@lukiffer)](https://github.com/lukiffer "4 total commits to the home-assistant organization: +3 commits to home-assistant +1 commit to home-assistant.io +") +- [Luke Karrys (@lukekarrys)](https://github.com/lukekarrys "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [lukie80 (@lukie80)](https://github.com/lukie80 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [lunar\-consultancy (@lunar-consultancy)](https://github.com/lunar-consultancy "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [LuPa (@lupa18)](https://github.com/lupa18 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Lupin Demid (@lupin-de-mid)](https://github.com/lupin-de-mid "5 total commits to the home-assistant organization: +3 commits to home-assistant.io +2 commits to home-assistant +") +- [Luuk (@luukd)](https://github.com/luukd "4 total commits to the home-assistant organization: +3 commits to home-assistant.io +1 commit to home-assistant +") +- [Luuk (@Maharball1)](https://github.com/Maharball1 "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [LvivEchoes (@LvivEchoes)](https://github.com/LvivEchoes "8 total commits to the home-assistant organization: +4 commits to home-assistant +3 commits to home-assistant.io +1 commit to home-assistant-polymer +") +- [lwad (@lwad)](https://github.com/lwad "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [m4dmin (@m4dmin)](https://github.com/m4dmin "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [m4tek (@m4tek)](https://github.com/m4tek "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Maarten Damen (@maartendamen)](https://github.com/maartendamen "6 total commits to the home-assistant organization: +6 commits to open-zwave +") +- [Maarten Groeneweg (@lazytesting)](https://github.com/lazytesting "1 total commits to the home-assistant organization: +1 commit to hassio-addons +") +- [Maciej Bieniek (@bieniu)](https://github.com/bieniu "9 total commits to the home-assistant organization: +6 commits to home-assistant +2 commits to home-assistant.io +1 commit to home-assistant-polymer +") +- [Maciej Sokołowski (@matemaciek)](https://github.com/matemaciek "5 total commits to the home-assistant organization: +4 commits to home-assistant +1 commit to hassio-build +") +- [Maciej Wasilak (@mwasilak)](https://github.com/mwasilak "1 total commits to the home-assistant organization: +1 commit to libcoap +") +- [MacKaarstad (@MacKaarstad)](https://github.com/MacKaarstad "2 total commits to the home-assistant organization: +2 commits to open-zwave +") +- [Madd\.is (@EyMaddis)](https://github.com/EyMaddis "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Madhan Sundaram (@madhan5000)](https://github.com/madhan5000 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Magas (@magas0)](https://github.com/magas0 "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Maggi Trymbill (@trymbill)](https://github.com/trymbill "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [magnjo (@magnjo)](https://github.com/magnjo "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [Magnus Ihse Bursie (@magicus)](https://github.com/magicus "16 total commits to the home-assistant organization: +9 commits to home-assistant +4 commits to netdisco +3 commits to home-assistant.io +") +- [Magnus Lyckå (@magnus-lycka)](https://github.com/magnus-lycka "1 total commits to the home-assistant organization: +1 commit to netdisco +") +- [Magnus Månsson (@magma1447)](https://github.com/magma1447 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [MagnusKnutas (@MagnusKnutas)](https://github.com/MagnusKnutas "29 total commits to the home-assistant organization: +29 commits to home-assistant +") +- [magreen24 (@magreen24)](https://github.com/magreen24 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Mahasri Kalavala (@skalavala)](https://github.com/skalavala "33 total commits to the home-assistant organization: +32 commits to home-assistant.io +1 commit to home-assistant +") +- [Mahesh Subramaniya (@msubra)](https://github.com/msubra "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Maido Käära (@v3rm0n)](https://github.com/v3rm0n "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Maikel Punie (@Cereal2nd)](https://github.com/Cereal2nd "6 total commits to the home-assistant organization: +3 commits to home-assistant +3 commits to home-assistant.io +") +- [Maikel Wever (@maikelwever)](https://github.com/maikelwever "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [majuss (@majuss)](https://github.com/majuss "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [MaKin211 (@MaKin211)](https://github.com/MaKin211 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Makrand Gupta (@makrandgupta)](https://github.com/makrandgupta "1 total commits to the home-assistant organization: +1 commit to hassos +") +- [Mal Curtis (@snikch)](https://github.com/snikch "5 total commits to the home-assistant organization: +3 commits to home-assistant +2 commits to home-assistant.io +") +- [Malte Franken (@exxamalte)](https://github.com/exxamalte "34 total commits to the home-assistant organization: +23 commits to home-assistant +9 commits to home-assistant.io +1 commit to developers.home-assistant +1 commit to home-assistant-polymer +") +- [Manoj (@vmulpuru)](https://github.com/vmulpuru "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Manuel de la Rosa (@manuel-jrs)](https://github.com/manuel-jrs "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Marat Levit (@mlevit)](https://github.com/mlevit "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Marc (@marc-gist)](https://github.com/marc-gist "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Marc Egli (@frog32)](https://github.com/frog32 "12 total commits to the home-assistant organization: +8 commits to home-assistant +3 commits to home-assistant.io +1 commit to hassio-addons-example +") +- [Marc Forth (@mf-social)](https://github.com/mf-social "29 total commits to the home-assistant organization: +27 commits to home-assistant.io +1 commit to fabric-home-assistant +1 commit to home-assistant +") +- [Marc Goodner (@robotdad)](https://github.com/robotdad "1 total commits to the home-assistant organization: +1 commit to scenegen +") +- [Marc Pabst (@marcpabst)](https://github.com/marcpabst "2 total commits to the home-assistant organization: +1 commit to home-assistant-polymer +1 commit to home-assistant +") +- [Marc Plano\-Lesay (@Kernald)](https://github.com/Kernald "12 total commits to the home-assistant organization: +10 commits to home-assistant.io +2 commits to home-assistant +") +- [Marcel (@MTRNord)](https://github.com/MTRNord "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Marcel Holle (@multiholle)](https://github.com/multiholle "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Marcel Hoppe (@hobbypunk90)](https://github.com/hobbypunk90 "17 total commits to the home-assistant organization: +9 commits to home-assistant +8 commits to home-assistant.io +") +- [Marcel030nl (@Marcel030nl)](https://github.com/Marcel030nl "6 total commits to the home-assistant organization: +5 commits to home-assistant.io +1 commit to home-assistant +") +- [Marcelo Moreira de Mello (@tchellomello)](https://github.com/tchellomello "159 total commits to the home-assistant organization: +89 commits to home-assistant +67 commits to home-assistant.io +1 commit to home-assistant-assets +1 commit to hassio-build +1 commit to home-assistant-polymer +") +- [Marcin Domański (@kabturek)](https://github.com/kabturek "4 total commits to the home-assistant organization: +4 commits to appdaemon +") +- [Marcin Jaworski (@yawor)](https://github.com/yawor "12 total commits to the home-assistant organization: +12 commits to appdaemon +") +- [Marco (@marconett)](https://github.com/marconett "6 total commits to the home-assistant organization: +5 commits to appdaemon +1 commit to home-assistant.io +") +- [Marco (@Marco98)](https://github.com/Marco98 "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Marco Bakera (@pintman)](https://github.com/pintman "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Marco Nuñez (@setterlee)](https://github.com/setterlee "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Marco Orovecchia (@Oro)](https://github.com/Oro "9 total commits to the home-assistant organization: +6 commits to home-assistant +3 commits to home-assistant.io +") +- [Marco Sirabella (@mjsir911)](https://github.com/mjsir911 "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Marco Sousa (@marcomsousa)](https://github.com/marcomsousa "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [marcolertora (@marcolertora)](https://github.com/marcolertora "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [marconfus (@marconfus)](https://github.com/marconfus "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [MarcSN311 (@MarcSN311)](https://github.com/MarcSN311 "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Marcus (@dgraye)](https://github.com/dgraye "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Marcus Schmidt (@mar-schmidt)](https://github.com/mar-schmidt "3 total commits to the home-assistant organization: +2 commits to home-assistant +1 commit to home-assistant.io +") +- [Marcus Young (@myoung34)](https://github.com/myoung34 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Marek Lewandowski (@mlewand)](https://github.com/mlewand "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Marijn Giesen (@marijngiesen)](https://github.com/marijngiesen "7 total commits to the home-assistant organization: +5 commits to hadashboard +2 commits to home-assistant.io +") +- [Mario Di Raimondo (@diraimondo)](https://github.com/diraimondo "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Mario Villavecchia (@lichtteil)](https://github.com/lichtteil "6 total commits to the home-assistant organization: +4 commits to home-assistant.io +2 commits to home-assistant +") +- [Mario Wenzel (@maweki)](https://github.com/maweki "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Marius (@ciotlosm)](https://github.com/ciotlosm "39 total commits to the home-assistant organization: +14 commits to home-assistant-polymer +12 commits to home-assistant.io +8 commits to home-assistant +3 commits to developers.home-assistant +2 commits to ui-schema +") +- [Marius Kotlarz (@kotlarz)](https://github.com/kotlarz "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Mariusz Łuciów (@mariuszluciow)](https://github.com/mariuszluciow "5 total commits to the home-assistant organization: +3 commits to home-assistant +1 commit to home-assistant-polymer +1 commit to home-assistant.io +") +- [mariwing (@mariwing)](https://github.com/mariwing "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Mark (@scmmmh)](https://github.com/scmmmh "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Mark Grimes (@mvgrimes)](https://github.com/mvgrimes "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Mark Grosen (@mgsb)](https://github.com/mgsb "2 total commits to the home-assistant organization: +1 commit to netdisco +1 commit to home-assistant.io +") +- [Mark Harrison (@MarkSHarrison)](https://github.com/MarkSHarrison "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Mark Huson (@mehuman)](https://github.com/mehuman "11 total commits to the home-assistant organization: +11 commits to home-assistant.io +") +- [Mark Jozefiak (@ImEmJay)](https://github.com/ImEmJay "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Mark King (@vemek)](https://github.com/vemek "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Mark Lambert (@dude0001)](https://github.com/dude0001 "7 total commits to the home-assistant organization: +7 commits to python-openzwave +") +- [Mark Leenaerts (@mleenaerts)](https://github.com/mleenaerts "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Mark Nichols (@zanshin)](https://github.com/zanshin "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Mark Oude Veldhuis (@markoudev)](https://github.com/markoudev "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant +") +- [Mark Perdue (@markperdue)](https://github.com/markperdue "4 total commits to the home-assistant organization: +3 commits to home-assistant.io +1 commit to home-assistant +") +- [mark9white (@mark9white)](https://github.com/mark9white "1 total commits to the home-assistant organization: +1 commit to hassio +") +- [markcarline (@markcarline)](https://github.com/markcarline "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [markferry (@markferry)](https://github.com/markferry "4 total commits to the home-assistant organization: +3 commits to home-assistant +1 commit to home-assistant.io +") +- [Marko Korhonen (@ReekyMarko)](https://github.com/ReekyMarko "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Markus (@iMarkus)](https://github.com/iMarkus "4 total commits to the home-assistant organization: +2 commits to home-assistant +1 commit to hassio +1 commit to home-assistant.io +") +- [Markus Becker (@markushx)](https://github.com/markushx "6 total commits to the home-assistant organization: +6 commits to libcoap +") +- [Markus Ijäs (@mtijas)](https://github.com/mtijas "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Markus Nigbur (@mnigbur)](https://github.com/mnigbur "6 total commits to the home-assistant organization: +3 commits to home-assistant +3 commits to home-assistant.io +") +- [Markus Peter (@bimbar)](https://github.com/bimbar "5 total commits to the home-assistant organization: +3 commits to home-assistant +2 commits to home-assistant.io +") +- [Markus Stenberg (@fingon)](https://github.com/fingon "6 total commits to the home-assistant organization: +6 commits to home-assistant +") +- [Markus Thiel (@mackelito)](https://github.com/mackelito "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [marthoc (@marthoc)](https://github.com/marthoc "16 total commits to the home-assistant organization: +8 commits to home-assistant +4 commits to open-zwave +4 commits to home-assistant.io +") +- [Martin Ayotte (@martinayotte)](https://github.com/martinayotte "3 total commits to the home-assistant organization: +3 commits to python-openzwave +") +- [Martin Berg (@mbrrg)](https://github.com/mbrrg "12 total commits to the home-assistant organization: +9 commits to home-assistant +3 commits to home-assistant.io +") +- [Martin Donlon (@wickerwaka)](https://github.com/wickerwaka "4 total commits to the home-assistant organization: +2 commits to home-assistant +2 commits to home-assistant.io +") +- [Martin Eberhardt (@DarkFox)](https://github.com/DarkFox "6 total commits to the home-assistant organization: +5 commits to home-assistant.io +1 commit to home-assistant +") +- [Martin Elwin (@melwin)](https://github.com/melwin "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Martin Fuchs (@fucm)](https://github.com/fucm "5 total commits to the home-assistant organization: +4 commits to home-assistant +1 commit to home-assistant.io +") +- [Martin Hjelmare (@MartinHjelmare)](https://github.com/MartinHjelmare "186 total commits to the home-assistant organization: +149 commits to home-assistant +32 commits to home-assistant.io +5 commits to developers.home-assistant +") +- [Martin J\. Laubach (@mjl)](https://github.com/mjl "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Martin Mois (@siom79)](https://github.com/siom79 "3 total commits to the home-assistant organization: +2 commits to home-assistant +1 commit to home-assistant.io +") +- [Martin Nöhrer (@matrixx567)](https://github.com/matrixx567 "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Martin Rowan (@shortbloke)](https://github.com/shortbloke "6 total commits to the home-assistant organization: +3 commits to home-assistant +3 commits to home-assistant.io +") +- [Martin Tremblay (@MartyTremblay)](https://github.com/MartyTremblay "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Martin Treml (@Munsio)](https://github.com/Munsio "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Martin Vacula (@MatoKafkac)](https://github.com/MatoKafkac "3 total commits to the home-assistant organization: +2 commits to home-assistant +1 commit to home-assistant.io +") +- [Martin Weinelt (@mweinelt)](https://github.com/mweinelt "19 total commits to the home-assistant organization: +10 commits to home-assistant +8 commits to home-assistant.io +1 commit to home-assistant-polymer +") +- [martinfrancois (@martinfrancois)](https://github.com/martinfrancois "4 total commits to the home-assistant organization: +2 commits to home-assistant +2 commits to home-assistant.io +") +- [MartinP (@mplinuxgeek)](https://github.com/mplinuxgeek "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Martokk (@martokk)](https://github.com/martokk "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [martst (@martst)](https://github.com/martst "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [marutanm (@marutanm)](https://github.com/marutanm "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Masahiro Kamata (@kamatari)](https://github.com/kamatari "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Mason Garrison (@smasongarrison)](https://github.com/smasongarrison "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Mason Stewart (@masondesu)](https://github.com/masondesu "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [masukomi (@masukomi)](https://github.com/masukomi "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Mateusz Drab (@mateuszdrab)](https://github.com/mateuszdrab "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Mathew Peterson (@mathewpeterson)](https://github.com/mathewpeterson "4 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to homebridge-homeassistant +1 commit to home-assistant +") +- [Mathieu Maret (@mmaret)](https://github.com/mmaret "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Mathieu Maret (@mmaret-geny)](https://github.com/mmaret-geny "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Mathieu Velten (@MatMaul)](https://github.com/MatMaul "5 total commits to the home-assistant organization: +4 commits to home-assistant +1 commit to home-assistant.io +") +- [Matouš Bečvář (@MattXcz)](https://github.com/MattXcz "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Matt Cahill (@matt-cahill)](https://github.com/matt-cahill "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Matt Caminiti (@mcaminiti)](https://github.com/mcaminiti "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Matt Colyer (@mcolyer)](https://github.com/mcolyer "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Matt D (@matt1)](https://github.com/matt1 "1 total commits to the home-assistant organization: +1 commit to hassio-cli +") +- [Matt Enright (@wickedshimmy)](https://github.com/wickedshimmy "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Matt F (@flamingm0e)](https://github.com/flamingm0e "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to developers.home-assistant +") +- [Matt Farmer (@m14t)](https://github.com/m14t "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Matt Hall (@Neko22)](https://github.com/Neko22 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Matt Hamilton (@Eriner)](https://github.com/Eriner "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Matt Hamrick (@diminishedprime)](https://github.com/diminishedprime "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Matt LeBrun (@mlebrun)](https://github.com/mlebrun "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Matt N\. (@mnoorenberghe)](https://github.com/mnoorenberghe "58 total commits to the home-assistant organization: +28 commits to home-assistant-iOS +18 commits to home-assistant.io +9 commits to home-assistant +2 commits to home-assistant-polymer +1 commit to homebridge-homeassistant +") +- [Matt Rogers (@rogersmj)](https://github.com/rogersmj "20 total commits to the home-assistant organization: +20 commits to hadashboard +") +- [Matt Schmitt (@schmittx)](https://github.com/schmittx "94 total commits to the home-assistant organization: +52 commits to homebridge-homeassistant +24 commits to home-assistant +13 commits to home-assistant.io +3 commits to home-assistant-polymer +2 commits to developers.home-assistant +") +- [Matt Snyder (@oblogic7)](https://github.com/oblogic7 "10 total commits to the home-assistant organization: +6 commits to home-assistant +4 commits to home-assistant.io +") +- [Matt White (@matt-FFFFFF)](https://github.com/matt-FFFFFF "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to hassio-addons +") +- [Matt White (@mw-white)](https://github.com/mw-white "10 total commits to the home-assistant organization: +5 commits to home-assistant +5 commits to home-assistant.io +") +- [MatteGary (@MatteGary)](https://github.com/MatteGary "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Matthew Bowen (@mgbowen)](https://github.com/mgbowen "4 total commits to the home-assistant organization: +3 commits to home-assistant.io +1 commit to home-assistant +") +- [Matthew Breedlove (@sirmalloc)](https://github.com/sirmalloc "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Matthew Donoughe (@mdonoughe)](https://github.com/mdonoughe "5 total commits to the home-assistant organization: +4 commits to home-assistant.io +1 commit to home-assistant +") +- [Matthew Garrett (@mjg59)](https://github.com/mjg59 "36 total commits to the home-assistant organization: +26 commits to home-assistant +8 commits to home-assistant.io +2 commits to netdisco +") +- [Matthew Grimes (@cybergrimes)](https://github.com/cybergrimes "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [Matthew Hilton (@matt2005)](https://github.com/matt2005 "5 total commits to the home-assistant organization: +3 commits to home-assistant +2 commits to home-assistant.io +") +- [Matthew Miller (@MasterKale)](https://github.com/MasterKale "6 total commits to the home-assistant organization: +6 commits to open-zwave +") +- [Matthew Parlane (@Parlane)](https://github.com/Parlane "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Matthew Rollings (@stealthcopter)](https://github.com/stealthcopter "5 total commits to the home-assistant organization: +5 commits to home-assistant.io +") +- [Matthew Schick (@mattsch)](https://github.com/mattsch "3 total commits to the home-assistant organization: +2 commits to home-assistant +1 commit to home-assistant.io +") +- [Matthew T\. Kelley (@mkelley88)](https://github.com/mkelley88 "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Matthew Treinish (@mtreinish)](https://github.com/mtreinish "25 total commits to the home-assistant organization: +16 commits to home-assistant +9 commits to home-assistant.io +") +- [Matthew Wire (@mattwire)](https://github.com/mattwire "6 total commits to the home-assistant organization: +6 commits to open-zwave +") +- [matthewcky2k (@matthewcky2k)](https://github.com/matthewcky2k "16 total commits to the home-assistant organization: +15 commits to open-zwave +1 commit to home-assistant +") +- [Matthias Dötsch (@brainexe)](https://github.com/brainexe "2 total commits to the home-assistant organization: +1 commit to home-assistant-polymer +1 commit to home-assistant +") +- [Matthias Grawinkel (@meatz)](https://github.com/meatz "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Matthias Urlichs (@smurfix)](https://github.com/smurfix "10 total commits to the home-assistant organization: +6 commits to home-assistant +3 commits to appdaemon +1 commit to home-assistant.io +") +- [Mattias Ryrlén (@mattiasr)](https://github.com/mattiasr "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Mattias Welponer (@mxworm)](https://github.com/mxworm "25 total commits to the home-assistant organization: +15 commits to home-assistant +9 commits to home-assistant.io +1 commit to home-assistant-polymer +") +- [mattie47 (@mattie47)](https://github.com/mattie47 "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [mattlongman (@mattlongman)](https://github.com/mattlongman "3 total commits to the home-assistant organization: +3 commits to open-zwave +") +- [mattn (@mattn)](https://github.com/mattn "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [mattwing (@mattwing)](https://github.com/mattwing "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Mauricio Vidal (@MrMauro)](https://github.com/MrMauro "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Max (@max-te)](https://github.com/max-te "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Max Laverse (@maxlaverse)](https://github.com/maxlaverse "9 total commits to the home-assistant organization: +6 commits to home-assistant +3 commits to home-assistant.io +") +- [Max Mudde (@makzdot)](https://github.com/makzdot "1 total commits to the home-assistant organization: +1 commit to developers.home-assistant +") +- [Max Muth (@mammuth)](https://github.com/mammuth "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Max Prokhorov (@mcspr)](https://github.com/mcspr "3 total commits to the home-assistant organization: +1 commit to home-assistant-polymer +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Max Rumpf (@Maxr1998)](https://github.com/Maxr1998 "7 total commits to the home-assistant organization: +7 commits to home-assistant.io +") +- [Max Rydahl Andersen (@maxandersen)](https://github.com/maxandersen "3 total commits to the home-assistant organization: +2 commits to developers.home-assistant +1 commit to home-assistant.io +") +- [Max von Webel (@343max)](https://github.com/343max "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [maxclaey (@maxclaey)](https://github.com/maxclaey "8 total commits to the home-assistant organization: +5 commits to home-assistant +3 commits to home-assistant.io +") +- [Maxim Krušina (@maximkrusina)](https://github.com/maximkrusina "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Maximilian Ertl (@Sirs0ri)](https://github.com/Sirs0ri "2 total commits to the home-assistant organization: +2 commits to hassbian-scripts +") +- [Maximilian Früh (@mfrueh)](https://github.com/mfrueh "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Maximilien Cuony (@the-glu)](https://github.com/the-glu "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [mbo18 (@mbo18)](https://github.com/mbo18 "1 total commits to the home-assistant organization: +1 commit to hassio +") +- [mboeru (@mboeru)](https://github.com/mboeru "1 total commits to the home-assistant organization: +1 commit to home-assistant-iOS +") +- [mcfrojd (@mcfrojd)](https://github.com/mcfrojd "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [mchen6 (@mchen6)](https://github.com/mchen6 "2 total commits to the home-assistant organization: +2 commits to open-zwave +") +- [mclem (@mclem)](https://github.com/mclem "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [MeIchthys (@meichthys)](https://github.com/meichthys "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [meijerwynand (@meijerwynand)](https://github.com/meijerwynand "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Mel Riffe (@melriffe)](https://github.com/melriffe "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Menno Blom (@b10m)](https://github.com/b10m "6 total commits to the home-assistant organization: +3 commits to home-assistant.io +2 commits to home-assistant +1 commit to netdisco +") +- [Meow (@GrumpyMeow)](https://github.com/GrumpyMeow "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [mertenats (@mertenats)](https://github.com/mertenats "4 total commits to the home-assistant organization: +4 commits to home-assistant.io +") +- [MGWGIT (@MGWGIT)](https://github.com/MGWGIT "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [mh\-daedalus (@mh-daedalus)](https://github.com/mh-daedalus "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Micha LaQua (@milaq)](https://github.com/milaq "4 total commits to the home-assistant organization: +3 commits to home-assistant +1 commit to home-assistant.io +") +- [Michael (@hartmms)](https://github.com/hartmms "6 total commits to the home-assistant organization: +4 commits to home-assistant.io +2 commits to home-assistant +") +- [Michael (@splunty)](https://github.com/splunty "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Michael Auchter (@auchter)](https://github.com/auchter "13 total commits to the home-assistant organization: +13 commits to home-assistant +") +- [Michael Buffington (@elbowdonkey)](https://github.com/elbowdonkey "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Michael Chang (@micbase)](https://github.com/micbase "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Michael Fester (@michaelfester)](https://github.com/michaelfester "6 total commits to the home-assistant organization: +4 commits to home-assistant.io +2 commits to home-assistant +") +- [Michael Furtak (@mfurtak)](https://github.com/mfurtak "5 total commits to the home-assistant organization: +5 commits to issue-bot +") +- [Michael G\. Schwern (@schwern)](https://github.com/schwern "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Michael Gilbert (@Zyell)](https://github.com/Zyell "8 total commits to the home-assistant organization: +8 commits to home-assistant +") +- [Michael Hertig (@hertg)](https://github.com/hertg "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Michael Irigoyen (@goyney)](https://github.com/goyney "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Michael Kutý (@michaelkuty)](https://github.com/michaelkuty "3 total commits to the home-assistant organization: +3 commits to home-assistant +") +- [Michael Liu (@icefalcn)](https://github.com/icefalcn "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Michael Luggen (@l00mi)](https://github.com/l00mi "4 total commits to the home-assistant organization: +4 commits to home-assistant.io +") +- [Michael Nosthoff (@heinemml)](https://github.com/heinemml "5 total commits to the home-assistant organization: +3 commits to home-assistant +2 commits to home-assistant.io +") +- [Michael Pfister (@pfista)](https://github.com/pfista "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Michael Pollett (@pollett)](https://github.com/pollett "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Michael Prokop (@mika)](https://github.com/mika "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Michael Pusterhofer (@feanor12)](https://github.com/feanor12 "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Michael R\. Davis (@mrdvt92)](https://github.com/mrdvt92 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Michael Requeny (@requenym)](https://github.com/requenym "15 total commits to the home-assistant organization: +15 commits to home-assistant.io +") +- [Michael Scherer (@schmic)](https://github.com/schmic "3 total commits to the home-assistant organization: +3 commits to home-assistant-polymer +") +- [Michael Schulze (@michsch)](https://github.com/michsch "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Michael Shim (@shimeez)](https://github.com/shimeez "1 total commits to the home-assistant organization: +1 commit to fabric-home-assistant +") +- [Michael Stovenour (@mstovenour)](https://github.com/mstovenour "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Michael Wei (@no2chem)](https://github.com/no2chem "5 total commits to the home-assistant organization: +3 commits to home-assistant +2 commits to home-assistant.io +") +- [Michael Wheeler (@TheSkorm)](https://github.com/TheSkorm "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [michaeldavie (@michaeldavie)](https://github.com/michaeldavie "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [MichaelSprague (@MichaelSprague)](https://github.com/MichaelSprague "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Michal (@Dinth)](https://github.com/Dinth "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [Michaël Arnauts (@michaelarnauts)](https://github.com/michaelarnauts "65 total commits to the home-assistant organization: +34 commits to home-assistant +27 commits to home-assistant.io +3 commits to home-assistant-polymer +1 commit to netdisco +") +- [Michel Settembrino (@Michel-Settembrino)](https://github.com/Michel-Settembrino "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [Mick Vleeshouwer (@iMicknl)](https://github.com/iMicknl "3 total commits to the home-assistant organization: +2 commits to home-assistant +1 commit to home-assistant.io +") +- [micw (@micw)](https://github.com/micw "8 total commits to the home-assistant organization: +5 commits to home-assistant +3 commits to home-assistant.io +") +- [Miguel Gil Martínez (@miguelgilmartinez)](https://github.com/miguelgilmartinez "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Miha Lunar (@SmilyOrg)](https://github.com/SmilyOrg "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant +") +- [mihalski (@mihalski)](https://github.com/mihalski "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [Mikael Svensson (@Nossnevs)](https://github.com/Nossnevs "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Mikayla Hutchinson (@mhutch)](https://github.com/mhutch "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to open-zwave +") +- [Mike (@mradziwo)](https://github.com/mradziwo "1 total commits to the home-assistant organization: +1 commit to appdaemon +") +- [Mike (@mikedm139)](https://github.com/mikedm139 "3 total commits to the home-assistant organization: +2 commits to home-assistant +1 commit to home-assistant.io +") +- [Mike (@mikenolet)](https://github.com/mikenolet "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Mike Ballou (@ballou88)](https://github.com/ballou88 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Mike Christianson (@MikeChristianson)](https://github.com/MikeChristianson "6 total commits to the home-assistant organization: +6 commits to home-assistant +") +- [Mike G Chambers (@mikegchambers)](https://github.com/mikegchambers "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Mike Hennessy (@henworth)](https://github.com/henworth "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Mike Megally (@cmsimike)](https://github.com/cmsimike "16 total commits to the home-assistant organization: +10 commits to home-assistant +6 commits to home-assistant.io +") +- [Mike Nicholson (@themikenicholson)](https://github.com/themikenicholson "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Mike O'Driscoll (@mikeodr)](https://github.com/mikeodr "9 total commits to the home-assistant organization: +5 commits to home-assistant.io +4 commits to home-assistant +") +- [mikebarris (@mikebarris)](https://github.com/mikebarris "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Mikkel Høgh (@mikl)](https://github.com/mikl "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [Mikko Tapionlinna (@Arkkimaagi)](https://github.com/Arkkimaagi "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Milan V\. (@milanvo)](https://github.com/milanvo "18 total commits to the home-assistant organization: +10 commits to home-assistant +7 commits to home-assistant.io +1 commit to home-assistant-polymer +") +- [Milas Bowman (@milas)](https://github.com/milas "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Miloš Bunčić (@psyhomb)](https://github.com/psyhomb "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [MinchinWeb (@MinchinWeb)](https://github.com/MinchinWeb "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [miniconfig (@miniconfig)](https://github.com/miniconfig "27 total commits to the home-assistant organization: +20 commits to home-assistant +7 commits to home-assistant.io +") +- [minida28 (@minida28)](https://github.com/minida28 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Minims (@Minims)](https://github.com/Minims "3 total commits to the home-assistant organization: +3 commits to homebridge-homeassistant +") +- [Mischa Gruber (@GruberMischa)](https://github.com/GruberMischa "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [MissingDLL (@MissingDLL)](https://github.com/MissingDLL "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Mister Wil (@MisterWil)](https://github.com/MisterWil "21 total commits to the home-assistant organization: +15 commits to home-assistant +6 commits to home-assistant.io +") +- [misterbenj34 (@misterbenj34)](https://github.com/misterbenj34 "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Mitch Dempsey (@webdestroya)](https://github.com/webdestroya "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [Mitch Schwenk (@yombo)](https://github.com/yombo "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [Mitchell Cash (@MitchellCash)](https://github.com/MitchellCash "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Mitesh Patel (@gurumitts)](https://github.com/gurumitts "9 total commits to the home-assistant organization: +5 commits to home-assistant +4 commits to home-assistant.io +") +- [MithrasPan (@MithrasPan)](https://github.com/MithrasPan "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Mitko Masarliev (@masarliev)](https://github.com/masarliev "12 total commits to the home-assistant organization: +8 commits to home-assistant +4 commits to home-assistant.io +") +- [MizterB (@MizterB)](https://github.com/MizterB "3 total commits to the home-assistant organization: +3 commits to home-assistant +") +- [mje\-nz (@mje-nz)](https://github.com/mje-nz "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [mjj4791 (@mjj4791)](https://github.com/mjj4791 "23 total commits to the home-assistant organization: +15 commits to home-assistant.io +8 commits to home-assistant +") +- [mkfink (@mkfink)](https://github.com/mkfink "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant +") +- [mlambert\-zotec (@mlambert-zotec)](https://github.com/mlambert-zotec "2 total commits to the home-assistant organization: +2 commits to python-openzwave +") +- [mmmmmtasty (@mmmmmtasty)](https://github.com/mmmmmtasty "8 total commits to the home-assistant organization: +8 commits to appdaemon +") +- [mnestor (@mnestor)](https://github.com/mnestor "7 total commits to the home-assistant organization: +5 commits to home-assistant +1 commit to home-assistant-polymer +1 commit to home-assistant.io +") +- [Mohamad Tarbin (@meauxt)](https://github.com/meauxt "4 total commits to the home-assistant organization: +2 commits to home-assistant +2 commits to home-assistant.io +") +- [mojotaker (@mojotaker)](https://github.com/mojotaker "1 total commits to the home-assistant organization: +1 commit to developers.home-assistant +") +- [Mokilok (@Jake-Mok-Nelson)](https://github.com/Jake-Mok-Nelson "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Moksh Mridul (@mokshmridul)](https://github.com/mokshmridul "4 total commits to the home-assistant organization: +4 commits to home-assistant.io +") +- [Molodax (@Molodax)](https://github.com/Molodax "7 total commits to the home-assistant organization: +7 commits to home-assistant.io +") +- [Momotica (@Momotica)](https://github.com/Momotica "5 total commits to the home-assistant organization: +5 commits to open-zwave +") +- [mooninite (@mooninite)](https://github.com/mooninite "2 total commits to the home-assistant organization: +2 commits to open-zwave +") +- [Moonshot (@moonshot)](https://github.com/moonshot "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Moos (@moos)](https://github.com/moos "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [MORITA Hajime (@omo)](https://github.com/omo "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [Morten Lied Johansen (@mortenlj)](https://github.com/mortenlj "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [mortenmathiasen (@mortenmathiasen)](https://github.com/mortenmathiasen "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Morvan LEPANNETIER (@armaesiea)](https://github.com/armaesiea "4 total commits to the home-assistant organization: +4 commits to open-zwave +") +- [moskovskiy82 (@moskovskiy82)](https://github.com/moskovskiy82 "6 total commits to the home-assistant organization: +6 commits to home-assistant.io +") +- [motir (@motir)](https://github.com/motir "1 total commits to the home-assistant organization: +1 commit to appdaemon +") +- [mountainsandcode (@mountainsandcode)](https://github.com/mountainsandcode "9 total commits to the home-assistant organization: +6 commits to home-assistant.io +3 commits to home-assistant +") +- [mrosseel (@mrosseel)](https://github.com/mrosseel "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [MrRemmers (@MrRemmers)](https://github.com/MrRemmers "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [mrtncls (@mrtncls)](https://github.com/mrtncls "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [mruss (@mruss)](https://github.com/mruss "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [mtl010957 (@mtl010957)](https://github.com/mtl010957 "3 total commits to the home-assistant organization: +3 commits to home-assistant +") +- [muerzi (@muerzi)](https://github.com/muerzi "4 total commits to the home-assistant organization: +4 commits to open-zwave +") +- [mueslo (@mueslo)](https://github.com/mueslo "7 total commits to the home-assistant organization: +5 commits to home-assistant.io +2 commits to home-assistant +") +- [Muhammad Sheraz Lodhi (@sherazlodhi)](https://github.com/sherazlodhi "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [mukundv (@mukundv)](https://github.com/mukundv "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [mvillarejo (@mvillarejo)](https://github.com/mvillarejo "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [mvn23 (@mvn23)](https://github.com/mvn23 "19 total commits to the home-assistant organization: +10 commits to home-assistant.io +9 commits to home-assistant +") +- [mweimerskirch (@mweimerskirch)](https://github.com/mweimerskirch "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant +") +- [mwsluis (@mwsluis)](https://github.com/mwsluis "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Myles Eftos (@madpilot)](https://github.com/madpilot "2 total commits to the home-assistant organization: +1 commit to appdaemon +1 commit to home-assistant +") +- [Myrddyn (@Myrddyn1)](https://github.com/Myrddyn1 "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Mārtiņš Grunskis (@grunskis)](https://github.com/grunskis "1 total commits to the home-assistant organization: +1 commit to netdisco +") +- [n0dyjeff (@n0dyjeff)](https://github.com/n0dyjeff "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [nagimov (@nagimov-blog)](https://github.com/nagimov-blog "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [namadori (@namadori)](https://github.com/namadori "5 total commits to the home-assistant organization: +4 commits to home-assistant.io +1 commit to home-assistant +") +- [Naren Salem (@naren8642)](https://github.com/naren8642 "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [narfight (@narfight)](https://github.com/narfight "8 total commits to the home-assistant organization: +8 commits to open-zwave +") +- [Nash Kaminski (@nkaminski)](https://github.com/nkaminski "5 total commits to the home-assistant organization: +2 commits to home-assistant +2 commits to home-assistant.io +1 commit to home-assistant-polymer +") +- [Nate (@BillyNate)](https://github.com/BillyNate "3 total commits to the home-assistant organization: +2 commits to home-assistant +1 commit to home-assistant.io +") +- [Nate Clark (@heythisisnate)](https://github.com/heythisisnate "19 total commits to the home-assistant organization: +13 commits to home-assistant +6 commits to home-assistant.io +") +- [natemason (@natemason)](https://github.com/natemason "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Nathan Broadbent (@ndbroadbent)](https://github.com/ndbroadbent "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Nathan Flynn (@eperdeme)](https://github.com/eperdeme "2 total commits to the home-assistant organization: +1 commit to hassio-addons +1 commit to home-assistant.io +") +- [Nathan Freitas (@n8fr8)](https://github.com/n8fr8 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Nathan Henrie (@n8henrie)](https://github.com/n8henrie "23 total commits to the home-assistant organization: +10 commits to home-assistant +9 commits to home-assistant.io +2 commits to homebridge-homeassistant +1 commit to appdaemon +1 commit to home-assistant-polymer +") +- [Nathan Knotts (@nknotts)](https://github.com/nknotts "1 total commits to the home-assistant organization: +1 commit to home-assistant-polymer +") +- [Nathan Long (@nathanl)](https://github.com/nathanl "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Nathan W (@itsamenathan)](https://github.com/itsamenathan "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [nau\-mll (@nau-mll)](https://github.com/nau-mll "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Neil Crosby (@NeilCrosby)](https://github.com/NeilCrosby "6 total commits to the home-assistant organization: +2 commits to developers.home-assistant +2 commits to home-assistant +2 commits to home-assistant.io +") +- [Neil du Toit (@NeilDuToit92)](https://github.com/NeilDuToit92 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Neil Lathwood (@laf)](https://github.com/laf "5 total commits to the home-assistant organization: +3 commits to home-assistant.io +2 commits to home-assistant +") +- [Nelis Willers (@NelisW)](https://github.com/NelisW "2 total commits to the home-assistant organization: +1 commit to fabric-home-assistant +1 commit to home-assistant.io +") +- [NeLLyMerC (@NeLLyMerC)](https://github.com/NeLLyMerC "5 total commits to the home-assistant organization: +5 commits to home-assistant.io +") +- [Nelson Chen (@nelsonjchen)](https://github.com/nelsonjchen "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Nemanja Stefanovic (@nemik)](https://github.com/nemik "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [neonbunny (@neonbunny)](https://github.com/neonbunny "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [Ness (@Xx-Ness-xX)](https://github.com/Xx-Ness-xX "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [nhendin (@nhendin)](https://github.com/nhendin "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [niai (@niai)](https://github.com/niai "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Niccolò Maggioni (@nmaggioni)](https://github.com/nmaggioni "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Nicholas Griffin (@nicholasgriffintn)](https://github.com/nicholasgriffintn "6 total commits to the home-assistant organization: +6 commits to home-assistant.io +") +- [Nicholas Sideras (@nsideras)](https://github.com/nsideras "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Nicholas Sielicki (@sielicki)](https://github.com/sielicki "4 total commits to the home-assistant organization: +2 commits to home-assistant +2 commits to home-assistant.io +") +- [Nicholas Westerhausen (@nwesterhausen)](https://github.com/nwesterhausen "10 total commits to the home-assistant organization: +10 commits to home-assistant.io +") +- [Nick Chamberlin (@NickChamberlin)](https://github.com/NickChamberlin "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Nick Hammond (@nickhammond)](https://github.com/nickhammond "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Nick Horvath (@nhorvath)](https://github.com/nhorvath "4 total commits to the home-assistant organization: +2 commits to home-assistant +2 commits to home-assistant.io +") +- [Nick Oliver (@PixnBits)](https://github.com/PixnBits "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Nick Sabinske (@quadportnick)](https://github.com/quadportnick "4 total commits to the home-assistant organization: +2 commits to home-assistant +2 commits to home-assistant.io +") +- [Nick Touran (@partofthething)](https://github.com/partofthething "41 total commits to the home-assistant organization: +27 commits to home-assistant +14 commits to home-assistant.io +") +- [Nick Waring (@nickwaring)](https://github.com/nickwaring "5 total commits to the home-assistant organization: +3 commits to home-assistant.io +2 commits to home-assistant +") +- [Nick Whyte (@nickw444)](https://github.com/nickw444 "8 total commits to the home-assistant organization: +5 commits to home-assistant +3 commits to home-assistant.io +") +- [Nick Zelei (@zelein)](https://github.com/zelein "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Nicko van Someren (@nickovs)](https://github.com/nickovs "9 total commits to the home-assistant organization: +7 commits to home-assistant +2 commits to home-assistant.io +") +- [Niclas (@nicmar)](https://github.com/nicmar "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Nico (@NicoHood)](https://github.com/NicoHood "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Nico0084 (@Nico0084)](https://github.com/Nico0084 "5 total commits to the home-assistant organization: +5 commits to python-openzwave +") +- [Nicolae Vlădescu (@nicolaevladescu)](https://github.com/nicolaevladescu "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant +") +- [Nicolas Bougues (@nbougues)](https://github.com/nbougues "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Nicolas Graziano (@ngraziano)](https://github.com/ngraziano "4 total commits to the home-assistant organization: +3 commits to home-assistant +1 commit to open-zwave +") +- [Nicolas Martignoni (@martignoni)](https://github.com/martignoni "1 total commits to the home-assistant organization: +1 commit to pi-gen +") +- [Nicolas Quiénot (@niQo)](https://github.com/niQo "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [nicxvan (@nicxvan)](https://github.com/nicxvan "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Niels Keurentjes (@curry684)](https://github.com/curry684 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [nielstron (@nielstron)](https://github.com/nielstron "23 total commits to the home-assistant organization: +17 commits to home-assistant +3 commits to netdisco +3 commits to home-assistant.io +") +- [Nigel Rook (@NigelRook)](https://github.com/NigelRook "2 total commits to the home-assistant organization: +1 commit to home-assistant-polymer +1 commit to home-assistant +") +- [Nik Klever (@nklever)](https://github.com/nklever "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Niklas (@niklaswa)](https://github.com/niklaswa "6 total commits to the home-assistant organization: +5 commits to home-assistant.io +1 commit to home-assistant +") +- [Niklas Grebe (@ThYpHo0n)](https://github.com/ThYpHo0n "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Niklas Janz (@Alphakilo)](https://github.com/Alphakilo "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Niklas Morberg (@morberg)](https://github.com/morberg "4 total commits to the home-assistant organization: +3 commits to home-assistant +1 commit to home-assistant.io +") +- [Niklas V (@Nicxe)](https://github.com/Nicxe "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Niklas Wagner (@Skaronator)](https://github.com/Skaronator "10 total commits to the home-assistant organization: +9 commits to home-assistant.io +1 commit to home-assistant +") +- [Nikolas Beutler (@biacz)](https://github.com/biacz "4 total commits to the home-assistant organization: +2 commits to home-assistant +2 commits to home-assistant.io +") +- [Nikolay Kasyanov (@nikolaykasyanov)](https://github.com/nikolaykasyanov "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Nikolay Vasilchuk (@Anonym-tsk)](https://github.com/Anonym-tsk "11 total commits to the home-assistant organization: +8 commits to home-assistant +2 commits to home-assistant-polymer +1 commit to home-assistant.io +") +- [Nils Kristian Brekke (@Brekkjern)](https://github.com/Brekkjern "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Nils Uliczka (@darookee)](https://github.com/darookee "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant +") +- [nilzen (@nilzen)](https://github.com/nilzen "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [nkrauss (@nkrauss)](https://github.com/nkrauss "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [NMA (@nma83)](https://github.com/nma83 "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Nolan Darilek (@ndarilek)](https://github.com/ndarilek "1 total commits to the home-assistant organization: +1 commit to hassio +") +- [Nolan Gilley (@nkgilley)](https://github.com/nkgilley "123 total commits to the home-assistant organization: +95 commits to home-assistant +28 commits to home-assistant.io +") +- [nordeep (@nordeep)](https://github.com/nordeep "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [nordlead2005 (@nordlead2005)](https://github.com/nordlead2005 "7 total commits to the home-assistant organization: +4 commits to home-assistant.io +3 commits to home-assistant +") +- [Norien (@Norien)](https://github.com/Norien "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [normakm (@normakm)](https://github.com/normakm "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [NotoriousBDG (@notoriousbdg)](https://github.com/notoriousbdg "6 total commits to the home-assistant organization: +3 commits to hassio-addons +2 commits to home-assistant.io +1 commit to home-assistant +") +- [NovapaX (@NovapaX)](https://github.com/NovapaX "60 total commits to the home-assistant organization: +50 commits to home-assistant-polymer +8 commits to home-assistant +1 commit to home-assistant-assets +1 commit to home-assistant.io +") +- [noxhirsch (@noxhirsch)](https://github.com/noxhirsch "6 total commits to the home-assistant organization: +5 commits to home-assistant.io +1 commit to home-assistant +") +- [nsimb (@nsimb)](https://github.com/nsimb "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [ntalekt (@ntalekt)](https://github.com/ntalekt "6 total commits to the home-assistant organization: +6 commits to home-assistant.io +") +- [Nuno Sousa (@nunofgs)](https://github.com/nunofgs "7 total commits to the home-assistant organization: +4 commits to home-assistant +2 commits to home-assistant.io +1 commit to homebridge-homeassistant +") +- [nunojusto (@nunojusto)](https://github.com/nunojusto "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [NWiBGRsK (@NWiBGRsK)](https://github.com/NWiBGRsK "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [oa\- (@oa-)](https://github.com/oa- "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [obgm (@obgm)](https://github.com/obgm "480 total commits to the home-assistant organization: +480 commits to libcoap +") +- [Odianosen Ejale (@Odianosen25)](https://github.com/Odianosen25 "37 total commits to the home-assistant organization: +37 commits to appdaemon +") +- [Odin Ugedal (@odinuge)](https://github.com/odinuge "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [officiallybob (@officiallybob)](https://github.com/officiallybob "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [OGINO Masanori (@omasanori)](https://github.com/omasanori "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [ohadbenita (@ohadbenita)](https://github.com/ohadbenita "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [ohm (@nohm)](https://github.com/nohm "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [ohmer1 (@ohmer1)](https://github.com/ohmer1 "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Olaf Conradi (@oohlaf)](https://github.com/oohlaf "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Olaf van Zandwijk (@olafz)](https://github.com/olafz "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Olav Alexander Mjelde (@olavxxx)](https://github.com/olavxxx "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Ole\-Kenneth (@olekenneth)](https://github.com/olekenneth "2 total commits to the home-assistant organization: +1 commit to homebridge-homeassistant +1 commit to home-assistant +") +- [Oleg (@5LICK)](https://github.com/5LICK "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Oleksii Serdiuk (@leppa)](https://github.com/leppa "11 total commits to the home-assistant organization: +8 commits to home-assistant +3 commits to home-assistant.io +") +- [Olifant1990 (@Olifant1990)](https://github.com/Olifant1990 "5 total commits to the home-assistant organization: +5 commits to open-zwave +") +- [Olimpiu Rob (@olimpiurob)](https://github.com/olimpiurob "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Oliv3rDog (@Oliv3rDog)](https://github.com/Oliv3rDog "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [Oliver (@scarface-4711)](https://github.com/scarface-4711 "29 total commits to the home-assistant organization: +19 commits to home-assistant +9 commits to home-assistant.io +1 commit to netdisco +") +- [Oliver van Porten (@mcdeck)](https://github.com/mcdeck "10 total commits to the home-assistant organization: +10 commits to home-assistant +") +- [Oliver Voelker (@magenbrot)](https://github.com/magenbrot "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [oliverhg1 (@oliverhg1)](https://github.com/oliverhg1 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [oliverscu (@oliverscu)](https://github.com/oliverscu "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Olivier DEBAUCHE (@Smartappli)](https://github.com/Smartappli "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Olivier Guerriat (@olivierguerriat)](https://github.com/olivierguerriat "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Omar Usman (@omarusman)](https://github.com/omarusman "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant +") +- [Omen Wild (@OmenWild)](https://github.com/OmenWild "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [On Freund (@OnFreund)](https://github.com/OnFreund "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Oncleben31 (@oncleben31)](https://github.com/oncleben31 "9 total commits to the home-assistant organization: +9 commits to home-assistant.io +") +- [Ong Vairoj (@ejel)](https://github.com/ejel "3 total commits to the home-assistant organization: +2 commits to home-assistant +1 commit to home-assistant.io +") +- [onsmam (@onsmam)](https://github.com/onsmam "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Open Home Automation (@open-homeautomation)](https://github.com/open-homeautomation "41 total commits to the home-assistant organization: +29 commits to home-assistant +12 commits to home-assistant.io +") +- [OpenDave15 (@OpenDave15)](https://github.com/OpenDave15 "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Oscar Tin Lai (@soraxas)](https://github.com/soraxas "5 total commits to the home-assistant organization: +3 commits to home-assistant.io +2 commits to home-assistant +") +- [ottersen (@ottersen)](https://github.com/ottersen "11 total commits to the home-assistant organization: +11 commits to home-assistant.io +") +- [Otto Winter (@OttoWinter)](https://github.com/OttoWinter "107 total commits to the home-assistant organization: +77 commits to home-assistant +24 commits to home-assistant.io +4 commits to home-assistant-polymer +2 commits to developers.home-assistant +") +- [Otto\-G (@Otto-G)](https://github.com/Otto-G "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [overkill32 (@overkill32)](https://github.com/overkill32 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [oznu (@oznu)](https://github.com/oznu "1 total commits to the home-assistant organization: +1 commit to homebridge-homeassistant +") +- [Paolo Bonzini (@bonzini)](https://github.com/bonzini "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Parker Moore (@parkr)](https://github.com/parkr "62 total commits to the home-assistant organization: +62 commits to home-assistant.io +") +- [pascal (@passie)](https://github.com/passie "6 total commits to the home-assistant organization: +3 commits to home-assistant +2 commits to home-assistant.io +1 commit to home-assistant-polymer +") +- [Pascal (@p4sI)](https://github.com/p4sI "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Pascal Bach (@bachp)](https://github.com/bachp "10 total commits to the home-assistant organization: +9 commits to home-assistant +1 commit to netdisco +") +- [Pascal de Ladurantaye (@pascal-de-ladurantaye)](https://github.com/pascal-de-ladurantaye "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Pascal Hahn (@pascalhahn)](https://github.com/pascalhahn "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Pascal Vizeli (@pvizeli)](https://github.com/pvizeli "3880 total commits to the home-assistant organization: +1357 commits to hassio +686 commits to hassos +497 commits to home-assistant +469 commits to hassio-build +387 commits to hassio-addons +340 commits to home-assistant.io +48 commits to hassio-homeassistant +29 commits to developers.home-assistant +20 commits to hassio-cli +17 commits to hassio-addons-example +12 commits to hassio-auth-pam +11 commits to hassio-base +3 commits to hassio-addons-development +2 commits to home-assistant-polymer +1 commit to netdisco +1 commit to home-assistant-js-websocket +") +- [pascalsaul (@pascalsaul)](https://github.com/pascalsaul "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [pat (@ptc)](https://github.com/ptc "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Pat Thoyts (@patthoyts)](https://github.com/patthoyts "2 total commits to the home-assistant organization: +2 commits to netdisco +") +- [patkap (@patkap)](https://github.com/patkap "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [patock (@patock)](https://github.com/patock "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Patrick (@tradiuz)](https://github.com/tradiuz "5 total commits to the home-assistant organization: +5 commits to home-assistant.io +") +- [Patrick Aikens (@duckpuppy)](https://github.com/duckpuppy "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [Patrick Easters (@patrickeasters)](https://github.com/patrickeasters "6 total commits to the home-assistant organization: +5 commits to home-assistant.io +1 commit to home-assistant +") +- [Patrick Hobusch (@pathob)](https://github.com/pathob "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Patrick Hofmann (@PH89)](https://github.com/PH89 "3 total commits to the home-assistant organization: +2 commits to home-assistant +1 commit to home-assistant.io +") +- [Patrick White (@pw)](https://github.com/pw "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Patrik (@ggravlingen)](https://github.com/ggravlingen "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Patrik Ekström (@patrik3k)](https://github.com/patrik3k "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Patrik Hermansson (@bphermansson)](https://github.com/bphermansson "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [Patryk Gałczyński (@evemorgen)](https://github.com/evemorgen "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [pattyland (@pattyland)](https://github.com/pattyland "6 total commits to the home-assistant organization: +6 commits to home-assistant.io +") +- [Paul Annekov (@PaulAnnekov)](https://github.com/PaulAnnekov "11 total commits to the home-assistant organization: +8 commits to home-assistant +3 commits to home-assistant.io +") +- [Paul Archer (@geek65535)](https://github.com/geek65535 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Paul Biester (@isonet)](https://github.com/isonet "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Paul Davis (@paulbdavis)](https://github.com/paulbdavis "1 total commits to the home-assistant organization: +1 commit to home-assistant-polymer +") +- [Paul Hendry (@pshendry)](https://github.com/pshendry "1 total commits to the home-assistant organization: +1 commit to warrant +") +- [Paul Jimenez (@pjz)](https://github.com/pjz "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [Paul Kline (@paul-kline)](https://github.com/paul-kline "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Paul Klingelhuber (@NoUsername)](https://github.com/NoUsername "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Paul Krischer (@SqyD)](https://github.com/SqyD "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Paul Nicholls (@pauln)](https://github.com/pauln "2 total commits to the home-assistant organization: +2 commits to netdisco +") +- [Paul Philippov (@themactep)](https://github.com/themactep "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Paul Rabahy (@PRabahy)](https://github.com/PRabahy "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Paul Sokolovsky (@pfalcon)](https://github.com/pfalcon "6 total commits to the home-assistant organization: +3 commits to netdisco +3 commits to home-assistant +") +- [Paul Stenius (@stenius)](https://github.com/stenius "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Paul Tarjan (@ptarjan)](https://github.com/ptarjan "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [pavanagrawal123 (@pavanagrawal123)](https://github.com/pavanagrawal123 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Pavel Pletenev (@ASMfreaK)](https://github.com/ASMfreaK "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Pavel Ponomarev (@awsum)](https://github.com/awsum "2 total commits to the home-assistant organization: +2 commits to home-assistant-polymer +") +- [Pawel (@pszafer)](https://github.com/pszafer "6 total commits to the home-assistant organization: +3 commits to home-assistant +3 commits to home-assistant.io +") +- [Pawel Winogrodzki (@PawelWMS)](https://github.com/PawelWMS "12 total commits to the home-assistant organization: +12 commits to libcoap +") +- [Paxy (@Paxy)](https://github.com/Paxy "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [pdanilew (@pdanilew)](https://github.com/pdanilew "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Pedro Navarro (@pedronavf)](https://github.com/pedronavf "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [Pedro Pombeiro (@PombeirP)](https://github.com/PombeirP "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [Penny Wood (@Swamp-Ig)](https://github.com/Swamp-Ig "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [pepeEL (@pepeEL)](https://github.com/pepeEL "18 total commits to the home-assistant organization: +16 commits to open-zwave +2 commits to home-assistant +") +- [Per Osbäck (@perosb)](https://github.com/perosb "21 total commits to the home-assistant organization: +19 commits to home-assistant +2 commits to home-assistant.io +") +- [Per Sandström (@persandstrom)](https://github.com/persandstrom "132 total commits to the home-assistant organization: +102 commits to home-assistant +18 commits to home-assistant.io +12 commits to home-assistant-polymer +") +- [pereiraru (@pereiraru)](https://github.com/pereiraru "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [perfalk (@perfalk)](https://github.com/perfalk "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Petar Petrov (@MindFreeze)](https://github.com/MindFreeze "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Pete Peterson (@petey)](https://github.com/petey "1 total commits to the home-assistant organization: +1 commit to home-assistant-polymer +") +- [PeteBa (@PeteBa)](https://github.com/PeteBa "11 total commits to the home-assistant organization: +5 commits to home-assistant +4 commits to home-assistant-polymer +2 commits to home-assistant.io +") +- [PetePriority (@PetePriority)](https://github.com/PetePriority "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant +") +- [Peter (@AnderssonPeter)](https://github.com/AnderssonPeter "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Peter Epley (@epleypa)](https://github.com/epleypa "7 total commits to the home-assistant organization: +6 commits to home-assistant.io +1 commit to home-assistant +") +- [Peter Golm (@pgolm)](https://github.com/pgolm "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Peter Kyrkos (@KmanOz)](https://github.com/KmanOz "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Peter Nijssen (@peternijssen)](https://github.com/peternijssen "7 total commits to the home-assistant organization: +4 commits to home-assistant.io +3 commits to home-assistant +") +- [Peter Ragone (@pcragone)](https://github.com/pcragone "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [Peter Tisovčík (@mienkofax)](https://github.com/mienkofax "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [Peter Weidenkaff (@hansgans)](https://github.com/hansgans "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Peter Zsak (@wroadd)](https://github.com/wroadd "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [petkov (@petkov)](https://github.com/petkov "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Petr Vraník (@konikvranik)](https://github.com/konikvranik "11 total commits to the home-assistant organization: +6 commits to home-assistant +5 commits to home-assistant.io +") +- [Petro31 (@Petro31)](https://github.com/Petro31 "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [pezinek (@pezinek)](https://github.com/pezinek "9 total commits to the home-assistant organization: +8 commits to home-assistant +1 commit to home-assistant.io +") +- [pgenera (@pgenera)](https://github.com/pgenera "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [phardy (@phardy)](https://github.com/phardy "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [phfix (@phfix)](https://github.com/phfix "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Phi Dong (@pdong)](https://github.com/pdong "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [Phil (@godloth)](https://github.com/godloth "10 total commits to the home-assistant organization: +10 commits to home-assistant.io +") +- [Phil (@pnbruckner)](https://github.com/pnbruckner "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Phil Cole (@filcole)](https://github.com/filcole "9 total commits to the home-assistant organization: +6 commits to home-assistant.io +3 commits to home-assistant +") +- [Phil Elson (@pelson)](https://github.com/pelson "3 total commits to the home-assistant organization: +3 commits to home-assistant +") +- [Phil Frost (@bitglue)](https://github.com/bitglue "14 total commits to the home-assistant organization: +12 commits to home-assistant +2 commits to home-assistant.io +") +- [Phil Haack (@Haacked)](https://github.com/Haacked "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [Phil Hansen (@Hansen8601)](https://github.com/Hansen8601 "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Phil Hawthorne (@philhawthorne)](https://github.com/philhawthorne "32 total commits to the home-assistant organization: +21 commits to home-assistant.io +7 commits to home-assistant +4 commits to open-zwave +") +- [Phil Kates (@philk)](https://github.com/philk "11 total commits to the home-assistant organization: +8 commits to home-assistant +3 commits to home-assistant.io +") +- [Phil Lavin (@phil-lavin)](https://github.com/phil-lavin "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Phil Nelson (@phil-nelson)](https://github.com/phil-nelson "2 total commits to the home-assistant organization: +2 commits to open-zwave +") +- [phileaton (@phileaton)](https://github.com/phileaton "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Phileep (@Phileep)](https://github.com/Phileep "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Philip Hofstetter (@pilif)](https://github.com/pilif "6 total commits to the home-assistant organization: +6 commits to home-assistant.io +") +- [Philip Howard (@Gadgetoid)](https://github.com/Gadgetoid "1 total commits to the home-assistant organization: +1 commit to pi-gen +") +- [Philip Kleimeyer (@philklei)](https://github.com/philklei "5 total commits to the home-assistant organization: +4 commits to home-assistant +1 commit to home-assistant.io +") +- [Philip Lundrigan (@philipbl)](https://github.com/philipbl "65 total commits to the home-assistant organization: +56 commits to home-assistant +9 commits to home-assistant.io +") +- [Philip Rosenberg\-Watt (@PhilRW)](https://github.com/PhilRW "22 total commits to the home-assistant organization: +14 commits to home-assistant +8 commits to home-assistant.io +") +- [Philip Søeberg (@philipsoeberg)](https://github.com/philipsoeberg "2 total commits to the home-assistant organization: +2 commits to open-zwave +") +- [Philipp Schmitt (@pschmitt)](https://github.com/pschmitt "40 total commits to the home-assistant organization: +27 commits to home-assistant +11 commits to home-assistant.io +1 commit to appdaemon +1 commit to hassio-build +") +- [Philipp Temminghoff (@phil65)](https://github.com/phil65 "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Philipp Wensauer (@ultrara1n)](https://github.com/ultrara1n "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Phill Price (@phillprice)](https://github.com/phillprice "12 total commits to the home-assistant organization: +12 commits to home-assistant.io +") +- [phispi (@phispi)](https://github.com/phispi "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [phithor (@phithor)](https://github.com/phithor "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [phlet (@phlet)](https://github.com/phlet "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [PhracturedBlue (@PhracturedBlue)](https://github.com/PhracturedBlue "43 total commits to the home-assistant organization: +25 commits to home-assistant +13 commits to home-assistant.io +5 commits to home-assistant-polymer +") +- [Pier\-Luc Charbonneau (@plcharbonneau)](https://github.com/plcharbonneau "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [Pierre Ståhl (@postlund)](https://github.com/postlund "50 total commits to the home-assistant organization: +33 commits to home-assistant +11 commits to home-assistant.io +4 commits to netdisco +2 commits to home-assistant-polymer +") +- [Pierre\-Jean Leger (@Caligone)](https://github.com/Caligone "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [pinksocks (@pinksocks)](https://github.com/pinksocks "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Piotr Dobrowolski (@Informatic)](https://github.com/Informatic "1 total commits to the home-assistant organization: +1 commit to home-assistant-polymer +") +- [Piotr Miazga (@polishdeveloper)](https://github.com/polishdeveloper "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Pipiche (@pipiche38)](https://github.com/pipiche38 "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [pixelasticity (@pixelasticity)](https://github.com/pixelasticity "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [pkonnekermetametrics (@pkonnekermetametrics)](https://github.com/pkonnekermetametrics "5 total commits to the home-assistant organization: +5 commits to warrant +") +- [PlanetJ (@PlanetJ)](https://github.com/PlanetJ "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [pleeja (@pleeja)](https://github.com/pleeja "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [plyblu (@plyblu)](https://github.com/plyblu "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [pocek (@pocek)](https://github.com/pocek "6 total commits to the home-assistant organization: +6 commits to open-zwave +") +- [PollieKrismis (@PollieKrismis)](https://github.com/PollieKrismis "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [pplucky (@pplucky)](https://github.com/pplucky "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Pratyush Mohapatra (@Ativerc)](https://github.com/Ativerc "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [priiduonu (@priiduonu)](https://github.com/priiduonu "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [PriMachVisSys (@PriMachVisSys)](https://github.com/PriMachVisSys "2 total commits to the home-assistant organization: +2 commits to open-zwave +") +- [printzlau (@printzlau)](https://github.com/printzlau "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [prophit987 (@prophit987)](https://github.com/prophit987 "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Przemek Więch (@PeWu)](https://github.com/PeWu "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [psike (@psike)](https://github.com/psike "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [psixilambda (@psixilambda)](https://github.com/psixilambda "4 total commits to the home-assistant organization: +4 commits to open-zwave +") +- [Pteranodon (@Pteranodon)](https://github.com/Pteranodon "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [PuckStar (@PuckStar)](https://github.com/PuckStar "7 total commits to the home-assistant organization: +7 commits to home-assistant.io +") +- [pyitphyoaung (@pyitphyoaung)](https://github.com/pyitphyoaung "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [qinghuangchan (@qinghuangchan)](https://github.com/qinghuangchan "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [qrionic labs (@qrioniclabs)](https://github.com/qrioniclabs "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [quaec (@quaec)](https://github.com/quaec "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Questler (@Questler)](https://github.com/Questler "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [quthla (@quthla)](https://github.com/quthla "16 total commits to the home-assistant organization: +6 commits to home-assistant +5 commits to home-assistant-polymer +4 commits to home-assistant-iOS +1 commit to home-assistant.io +") +- [Qwertee (@Qwertee)](https://github.com/Qwertee "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Qxlkdr (@Qxlkdr)](https://github.com/Qxlkdr "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [R Huish (@genestealer)](https://github.com/genestealer "24 total commits to the home-assistant organization: +24 commits to home-assistant.io +") +- [r4nd0mbr1ck (@r4nd0mbr1ck)](https://github.com/r4nd0mbr1ck "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant +") +- [r\-jordan (@r-jordan)](https://github.com/r-jordan "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [radinsky (@radinsky)](https://github.com/radinsky "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [rafale77 (@rafale77)](https://github.com/rafale77 "7 total commits to the home-assistant organization: +4 commits to home-assistant.io +3 commits to home-assistant +") +- [Raiford (@raiford)](https://github.com/raiford "2 total commits to the home-assistant organization: +1 commit to hassio-addons +1 commit to home-assistant.io +") +- [rainlake (@rainlake)](https://github.com/rainlake "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [Ralph Hopman (@rhopman)](https://github.com/rhopman "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Randall Mason (@ClashTheBunny)](https://github.com/ClashTheBunny "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [randellhodges (@randellhodges)](https://github.com/randellhodges "8 total commits to the home-assistant organization: +3 commits to home-assistant-polymer +3 commits to home-assistant +2 commits to home-assistant.io +") +- [Raoul Teeuwen (@raoulteeuwen)](https://github.com/raoulteeuwen "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Rashmi Yadav (@raysrashmi)](https://github.com/raysrashmi "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Rasmus (@rasmusbe)](https://github.com/rasmusbe "3 total commits to the home-assistant organization: +2 commits to home-assistant +1 commit to home-assistant.io +") +- [ratcash (@ratcashdev)](https://github.com/ratcashdev "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Ravi K (@shreram)](https://github.com/shreram "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Ray (@raymck)](https://github.com/raymck "2 total commits to the home-assistant organization: +2 commits to open-zwave +") +- [Ray Goat (@raygoat)](https://github.com/raygoat "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [ray0711 (@ray0711)](https://github.com/ray0711 "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [raymccarthy (@raymccarthy)](https://github.com/raymccarthy "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Raymon de Looff (@raymondelooff)](https://github.com/raymondelooff "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Raymond Ng (@RaymondNg2)](https://github.com/RaymondNg2 "2 total commits to the home-assistant organization: +2 commits to open-zwave +") +- [rbflurry (@rbflurry)](https://github.com/rbflurry "17 total commits to the home-assistant organization: +14 commits to home-assistant.io +3 commits to home-assistant +") +- [RBHR (@rbhr)](https://github.com/rbhr "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [rcmdnk (@rcmdnk)](https://github.com/rcmdnk "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [rctgamer3 (@rctgamer3)](https://github.com/rctgamer3 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Rebecca Cran (@bcran)](https://github.com/bcran "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [redbeard (@brianredbeard)](https://github.com/brianredbeard "1 total commits to the home-assistant organization: +1 commit to appdaemon +") +- [reductio (@reductio)](https://github.com/reductio "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Reed Riley (@reedriley)](https://github.com/reedriley "3 total commits to the home-assistant organization: +3 commits to home-assistant +") +- [Reinhard Tartler (@siretart)](https://github.com/siretart "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [remc0 (@remc0)](https://github.com/remc0 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Rendili (@Rendili)](https://github.com/Rendili "4 total commits to the home-assistant organization: +3 commits to home-assistant +1 commit to home-assistant.io +") +- [Rene Nulsch (@ReneNulschDE)](https://github.com/ReneNulschDE "22 total commits to the home-assistant organization: +15 commits to home-assistant +7 commits to home-assistant.io +") +- [Rene Tode (@ReneTode)](https://github.com/ReneTode "42 total commits to the home-assistant organization: +42 commits to appdaemon +") +- [René (@rretsiem)](https://github.com/rretsiem "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [René Kliment (@renekliment)](https://github.com/renekliment "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Rev Michael Greb (@mikegrb)](https://github.com/mikegrb "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [Reza Moallemi (@moallemi)](https://github.com/moallemi "2 total commits to the home-assistant organization: +1 commit to home-assistant-polymer +1 commit to home-assistant.io +") +- [rhooper (@rhooper)](https://github.com/rhooper "30 total commits to the home-assistant organization: +25 commits to home-assistant +3 commits to home-assistant.io +2 commits to hadashboard +") +- [Riccardo Canta (@commento)](https://github.com/commento "3 total commits to the home-assistant organization: +3 commits to home-assistant +") +- [Riccardo Massari (@maxdrift)](https://github.com/maxdrift "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Richard (@EarthlingRich)](https://github.com/EarthlingRich "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Richard (@ainen)](https://github.com/ainen "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Richard Arends (@Mosibi)](https://github.com/Mosibi "8 total commits to the home-assistant organization: +8 commits to home-assistant +") +- [Richard Cox (@Khabi)](https://github.com/Khabi "15 total commits to the home-assistant organization: +9 commits to home-assistant +6 commits to home-assistant.io +") +- [Richard Cunningham (@rythie)](https://github.com/rythie "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Richard Evans (@rmevans9)](https://github.com/rmevans9 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Richard Lucas (@lucasweb78)](https://github.com/lucasweb78 "9 total commits to the home-assistant organization: +9 commits to home-assistant +") +- [Richard Niemand (@rniemand)](https://github.com/rniemand "1 total commits to the home-assistant organization: +1 commit to example-custom-config +") +- [Richard Orr (@rorr73)](https://github.com/rorr73 "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Richard Patel (@terorie)](https://github.com/terorie "4 total commits to the home-assistant organization: +2 commits to home-assistant +2 commits to home-assistant.io +") +- [richo (@richo)](https://github.com/richo "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Rick (@rcuddy)](https://github.com/rcuddy "1 total commits to the home-assistant organization: +1 commit to pi-gen +") +- [Rick Sharp (@ricksharp)](https://github.com/ricksharp "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Rick van Hattem (@WoLpH)](https://github.com/WoLpH "3 total commits to the home-assistant organization: +1 commit to scenegen +1 commit to home-assistant +1 commit to home-assistant.io +") +- [RickyTaterSalad (@RickyTaterSalad)](https://github.com/RickyTaterSalad "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [ricmik (@ricmik)](https://github.com/ricmik "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [rkabadi (@rkabadi)](https://github.com/rkabadi "17 total commits to the home-assistant organization: +17 commits to home-assistant +") +- [rkuijer (@rkuijer)](https://github.com/rkuijer "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [rmacklin (@rmacklin)](https://github.com/rmacklin "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [rnizametdinov (@rnizametdinov)](https://github.com/rnizametdinov "1 total commits to the home-assistant organization: +1 commit to hassio-addons +") +- [Rob Capellini (@capellini)](https://github.com/capellini "3 total commits to the home-assistant organization: +3 commits to home-assistant +") +- [Rob Connolly (@webworxshop)](https://github.com/webworxshop "4 total commits to the home-assistant organization: +2 commits to home-assistant +2 commits to home-assistant.io +") +- [Rob Cranfill (@RobCranfill)](https://github.com/RobCranfill "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [Rob Johnson (@robjohnson189)](https://github.com/robjohnson189 "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Rob Slifka (@rslifka)](https://github.com/rslifka "5 total commits to the home-assistant organization: +5 commits to home-assistant.io +") +- [Robbert Müller (@mjrider)](https://github.com/mjrider "6 total commits to the home-assistant organization: +5 commits to hassio-cli +1 commit to home-assistant.io +") +- [Robbie Page (@rorpage)](https://github.com/rorpage "3 total commits to the home-assistant organization: +3 commits to hassbian-scripts +") +- [Robbie Trencheny (@robbiet480)](https://github.com/robbiet480 "1454 total commits to the home-assistant organization: +771 commits to home-assistant-iOS +260 commits to home-assistant +251 commits to home-assistant.io +93 commits to homebridge-homeassistant +15 commits to home-assistant-polymer +14 commits to hubot-home-assistant +8 commits to Analytics-Receiver +6 commits to netdisco +3 commits to home-assistant-js +3 commits to scenegen +3 commits to hadashboard +3 commits to hassbot +3 commits to appdaemon +3 commits to organization +3 commits to home-assistant-js-websocket +3 commits to open-zwave +2 commits to home-assistant-assets +2 commits to micropython-home-assistant +2 commits to lambda-home-assistant-github +2 commits to home-assistant-notebooks +2 commits to fabric-home-assistant +2 commits to LabelBot +") +- [Robby Grossman (@freerobby)](https://github.com/freerobby "3 total commits to the home-assistant organization: +2 commits to home-assistant +1 commit to home-assistant.io +") +- [Robert (@metbril)](https://github.com/metbril "8 total commits to the home-assistant organization: +8 commits to home-assistant.io +") +- [Robert (@rbrtio)](https://github.com/rbrtio "2 total commits to the home-assistant organization: +2 commits to open-zwave +") +- [Robert Accettura (@raccettura)](https://github.com/raccettura "2 total commits to the home-assistant organization: +1 commit to home-assistant-polymer +1 commit to home-assistant +") +- [Robert Beal (@robertbeal)](https://github.com/robertbeal "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Robert Kiss (@kepten)](https://github.com/kepten "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Robert Kowalski (@robertkowalski)](https://github.com/robertkowalski "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Robert Schindler (@efficiosoft)](https://github.com/efficiosoft "2 total commits to the home-assistant organization: +1 commit to appdaemon +1 commit to hassos +") +- [Robert Schütz (@dotlambda)](https://github.com/dotlambda "4 total commits to the home-assistant organization: +2 commits to netdisco +1 commit to appdaemon +1 commit to home-assistant +") +- [Robert Svensson (@Kane610)](https://github.com/Kane610 "96 total commits to the home-assistant organization: +62 commits to home-assistant +30 commits to home-assistant.io +2 commits to developers.home-assistant +1 commit to netdisco +1 commit to home-assistant-polymer +") +- [robhuls (@robhuls)](https://github.com/robhuls "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Robin (@robmarkcole)](https://github.com/robmarkcole "57 total commits to the home-assistant organization: +35 commits to home-assistant.io +19 commits to home-assistant +2 commits to home-assistant-assets +1 commit to hassos +") +- [Robin (@kloknibor)](https://github.com/kloknibor "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Robin Clarke (@robin13)](https://github.com/robin13 "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Robin Laurén (@llauren)](https://github.com/llauren "2 total commits to the home-assistant organization: +1 commit to appdaemon +1 commit to home-assistant.io +") +- [Robin Migalski (@RobinMglsk)](https://github.com/RobinMglsk "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [robybob64 (@robybob64)](https://github.com/robybob64 "4 total commits to the home-assistant organization: +4 commits to open-zwave +") +- [Roddie Hasan (@eiddor)](https://github.com/eiddor "9 total commits to the home-assistant organization: +6 commits to home-assistant.io +3 commits to open-zwave +") +- [Rohan Kapoor (@rohankapoorcom)](https://github.com/rohankapoorcom "35 total commits to the home-assistant organization: +27 commits to home-assistant +8 commits to home-assistant.io +") +- [Roi Dayan (@roidayan)](https://github.com/roidayan "7 total commits to the home-assistant organization: +6 commits to home-assistant +1 commit to home-assistant.io +") +- [roiff (@roiff)](https://github.com/roiff "3 total commits to the home-assistant organization: +2 commits to home-assistant +1 commit to homebridge-homeassistant +") +- [Rolf Schäuble (@rschaeuble)](https://github.com/rschaeuble "6 total commits to the home-assistant organization: +6 commits to appdaemon +") +- [rollbrettler (@rollbrettler)](https://github.com/rollbrettler "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [romain38 (@romain38)](https://github.com/romain38 "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [Roman (@HerrHofrat)](https://github.com/HerrHofrat "5 total commits to the home-assistant organization: +3 commits to home-assistant +2 commits to home-assistant.io +") +- [Roman (@Roemer)](https://github.com/Roemer "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Ron Klinkien (@cyberjunky)](https://github.com/cyberjunky "5 total commits to the home-assistant organization: +3 commits to home-assistant.io +2 commits to home-assistant +") +- [Ron Miller (@brainyron)](https://github.com/brainyron "1 total commits to the home-assistant organization: +1 commit to hassio-addons +") +- [Ron Schaeffer (@ronschaeffer)](https://github.com/ronschaeffer "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Ron Šmeral (@rsmeral)](https://github.com/rsmeral "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Ronald Dehuysser (@rdehuyss)](https://github.com/rdehuyss "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Ronen Hayun (@rhayun)](https://github.com/rhayun "1 total commits to the home-assistant organization: +1 commit to home-assistant-polymer +") +- [Ronnie Garcia (@ronniegarcia)](https://github.com/ronniegarcia "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [roqeer (@roqeer)](https://github.com/roqeer "3 total commits to the home-assistant organization: +3 commits to home-assistant +") +- [Ross Dargan (@rossdargan)](https://github.com/rossdargan "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Ross Schulman (@rschulman)](https://github.com/rschulman "1 total commits to the home-assistant organization: +1 commit to pi-gen +") +- [Roy (@twoez)](https://github.com/twoez "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Roy Duineveld (@royduin)](https://github.com/royduin "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Roy Tomeij (@roytomeij)](https://github.com/roytomeij "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [rpitera (@rpitera)](https://github.com/rpitera "6 total commits to the home-assistant organization: +6 commits to home-assistant.io +") +- [rpr69 (@rpr69)](https://github.com/rpr69 "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [rrubin0 (@rrubin0)](https://github.com/rrubin0 "4 total commits to the home-assistant organization: +4 commits to home-assistant.io +") +- [Ruben (@rubenvandeven)](https://github.com/rubenvandeven "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [RubenKelevra (@RubenKelevra)](https://github.com/RubenKelevra "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Rubens Panfili (@rpanfili)](https://github.com/rpanfili "1 total commits to the home-assistant organization: +1 commit to hassio-addons +") +- [rubenverhoef (@rubenverhoef)](https://github.com/rubenverhoef "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [rubund (@rubund)](https://github.com/rubund "6 total commits to the home-assistant organization: +4 commits to home-assistant +2 commits to home-assistant.io +") +- [Rubén Infante (@ruben0909)](https://github.com/ruben0909 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Rudi Middel (@mrBussy)](https://github.com/mrBussy "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [runningman84 (@runningman84)](https://github.com/runningman84 "5 total commits to the home-assistant organization: +4 commits to home-assistant.io +1 commit to home-assistant +") +- [RunOnGitHub (@RunOnGitHub)](https://github.com/RunOnGitHub "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [runraid (@runraid)](https://github.com/runraid "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [ruohan\.chen (@crhan)](https://github.com/crhan "5 total commits to the home-assistant organization: +3 commits to home-assistant +2 commits to home-assistant.io +") +- [Ruslan Sayfutdinov (@KapJI)](https://github.com/KapJI "2 total commits to the home-assistant organization: +1 commit to developers.home-assistant +1 commit to home-assistant +") +- [Russ K (@rkubes)](https://github.com/rkubes "2 total commits to the home-assistant organization: +2 commits to pi-gen +") +- [Russ Nelson (@RussNelson)](https://github.com/RussNelson "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [russdan (@russdan)](https://github.com/russdan "4 total commits to the home-assistant organization: +4 commits to open-zwave +") +- [Russell Cloran (@rcloran)](https://github.com/rcloran "40 total commits to the home-assistant organization: +33 commits to home-assistant +4 commits to homebridge-homeassistant +3 commits to home-assistant.io +") +- [Ryan (@ryanwinter)](https://github.com/ryanwinter "2 total commits to the home-assistant organization: +2 commits to open-zwave +") +- [Ryan Bahm (@rdbahm)](https://github.com/rdbahm "7 total commits to the home-assistant organization: +5 commits to home-assistant.io +2 commits to home-assistant +") +- [Ryan Bray (@rbray89)](https://github.com/rbray89 "16 total commits to the home-assistant organization: +13 commits to hassos +2 commits to home-assistant.io +1 commit to hassio-build +") +- [Ryan Daigle (@rwdaigle)](https://github.com/rwdaigle "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [Ryan Davies (@PrimusNZ)](https://github.com/PrimusNZ "4 total commits to the home-assistant organization: +2 commits to home-assistant +2 commits to home-assistant.io +") +- [Ryan Gibbons (@rtgibbons)](https://github.com/rtgibbons "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Ryan Hunt (@nayrnet)](https://github.com/nayrnet "8 total commits to the home-assistant organization: +8 commits to open-zwave +") +- [Ryan Jarvis (@Cabalist)](https://github.com/Cabalist "1 total commits to the home-assistant organization: +1 commit to hassbian-scripts +") +- [Ryan Kladar (@Kladar)](https://github.com/Kladar "1 total commits to the home-assistant organization: +1 commit to hassos +") +- [Ryan Kraus (@rmkraus)](https://github.com/rmkraus "195 total commits to the home-assistant organization: +163 commits to home-assistant +17 commits to home-assistant.io +14 commits to home-assistant-polymer +1 commit to home-assistant-notebooks +") +- [Ryan McLean (@ryanm101)](https://github.com/ryanm101 "99 total commits to the home-assistant organization: +77 commits to hassio-cli +16 commits to home-assistant +6 commits to home-assistant.io +") +- [Ryan Mounce (@rmounce)](https://github.com/rmounce "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Ryan Nazaretian (@ryannazaretian)](https://github.com/ryannazaretian "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Ryan Nowakowski (@tubaman)](https://github.com/tubaman "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Ryan Parrish (@stickystyle)](https://github.com/stickystyle "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [Ryan Sandridge (@dissolved)](https://github.com/dissolved "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Ryan Spicer (@alterscape)](https://github.com/alterscape "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Ryan Turner (@turnrye)](https://github.com/turnrye "7 total commits to the home-assistant organization: +6 commits to home-assistant +1 commit to home-assistant.io +") +- [Ryan Wagoner (@rwagoner)](https://github.com/rwagoner "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [ryqiem (@ryqiem)](https://github.com/ryqiem "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Ryszard Trojnacki (@Ryszard-Trojnacki)](https://github.com/Ryszard-Trojnacki "5 total commits to the home-assistant organization: +5 commits to open-zwave +") +- [Róbert Nagy (@vrnagy)](https://github.com/vrnagy "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Sabesto (@Sabesto)](https://github.com/Sabesto "4 total commits to the home-assistant organization: +3 commits to home-assistant +1 commit to home-assistant.io +") +- [Sacha Telgenhof (@stelgenhof)](https://github.com/stelgenhof "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [sagilo (@sagilo)](https://github.com/sagilo "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [saintman23 (@saintman23)](https://github.com/saintman23 "10 total commits to the home-assistant organization: +10 commits to open-zwave +") +- [Salman Shah (@salman-bhai)](https://github.com/salman-bhai "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Sam Birch (@hotplot)](https://github.com/hotplot "4 total commits to the home-assistant organization: +2 commits to home-assistant +2 commits to home-assistant.io +") +- [Sam Holmes (@sam3d)](https://github.com/sam3d "4 total commits to the home-assistant organization: +4 commits to pi-gen +") +- [Sam Jongenelen (@SamJongenelen)](https://github.com/SamJongenelen "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Sam Riley (@samriley)](https://github.com/samriley "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Sam Whited (@SamWhited)](https://github.com/SamWhited "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [sam\-io (@sam-io)](https://github.com/sam-io "5 total commits to the home-assistant organization: +3 commits to home-assistant +2 commits to home-assistant.io +") +- [Samar Dhwoj Acharya (@techgaun)](https://github.com/techgaun "53 total commits to the home-assistant organization: +40 commits to python-openzwave +13 commits to open-zwave +") +- [Samuel Bétrisey (@betrisey)](https://github.com/betrisey "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant +") +- [Samuel Maggs (@samuelmaggs)](https://github.com/samuelmaggs "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [samuelsson86 (@samuelsson86)](https://github.com/samuelsson86 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Sander de Leeuw (@sdeleeuw)](https://github.com/sdeleeuw "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [sander76 (@sander76)](https://github.com/sander76 "44 total commits to the home-assistant organization: +40 commits to home-assistant +4 commits to home-assistant.io +") +- [Sangwon Kim (@pueue)](https://github.com/pueue "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [sapph42 (@sapph42)](https://github.com/sapph42 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [sarakha63 (@sarakha63)](https://github.com/sarakha63 "130 total commits to the home-assistant organization: +130 commits to open-zwave +") +- [Saumya Balodi (@saumya1906)](https://github.com/saumya1906 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Saurabh Sharma (@saurabhsharma001)](https://github.com/saurabhsharma001 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [sbYm (@GongT)](https://github.com/GongT "1 total commits to the home-assistant organization: +1 commit to home-assistant-polymer +") +- [scaarup (@scaarup)](https://github.com/scaarup "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [schferbe (@schferbe)](https://github.com/schferbe "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Schmackos (@Schmackos)](https://github.com/Schmackos "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [schneefux (@schneefux)](https://github.com/schneefux "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [schnoetz (@schnoetz)](https://github.com/schnoetz "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Scholli (@ScholliYT)](https://github.com/ScholliYT "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [schumpeter2 (@schumpeter2)](https://github.com/schumpeter2 "1 total commits to the home-assistant organization: +1 commit to home-assistant-polymer +") +- [SchumyHao (@SchumyHao)](https://github.com/SchumyHao "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Scott (@lostage)](https://github.com/lostage "2 total commits to the home-assistant organization: +1 commit to developers.home-assistant +1 commit to home-assistant.io +") +- [Scott Albertson (@salbertson)](https://github.com/salbertson "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Scott Bartuska (@bing281)](https://github.com/bing281 "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Scott Bradshaw (@swbradshaw)](https://github.com/swbradshaw "6 total commits to the home-assistant organization: +4 commits to home-assistant +2 commits to home-assistant.io +") +- [Scott Gauche (@sgauche)](https://github.com/sgauche "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Scott Griffin (@scottocs11)](https://github.com/scottocs11 "7 total commits to the home-assistant organization: +7 commits to home-assistant.io +") +- [Scott Henning (@shenning00)](https://github.com/shenning00 "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Scott O'Neil (@americanwookie)](https://github.com/americanwookie "7 total commits to the home-assistant organization: +4 commits to home-assistant +3 commits to home-assistant.io +") +- [Scott Prive (@sprive)](https://github.com/sprive "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Scott Reston (@ih8gates)](https://github.com/ih8gates "12 total commits to the home-assistant organization: +9 commits to home-assistant.io +2 commits to home-assistant +1 commit to home-assistant-polymer +") +- [Scott Watermasysk (@scottwater)](https://github.com/scottwater "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [scottjones4k (@scottjones4k)](https://github.com/scottjones4k "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Sean (@mcnovy)](https://github.com/mcnovy "3 total commits to the home-assistant organization: +3 commits to open-zwave +") +- [Sean (@mitchese)](https://github.com/mitchese "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Sean Dague (@sdague)](https://github.com/sdague "77 total commits to the home-assistant organization: +54 commits to home-assistant +14 commits to home-assistant.io +5 commits to home-assistant-polymer +3 commits to netdisco +1 commit to home-assistant-js +") +- [Sean Gollschewsky (@gollo)](https://github.com/gollo "17 total commits to the home-assistant organization: +10 commits to home-assistant +4 commits to home-assistant.io +3 commits to hassio-build +") +- [Sean Kerr (@seankerr)](https://github.com/seankerr "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Sean Wilson (@swilson)](https://github.com/swilson "9 total commits to the home-assistant organization: +5 commits to home-assistant +3 commits to home-assistant.io +1 commit to home-assistant-polymer +") +- [seanb\-uk (@seanb-uk)](https://github.com/seanb-uk "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [seanodell (@seanodell)](https://github.com/seanodell "1 total commits to the home-assistant organization: +1 commit to hassos +") +- [Sebastiaan (@sebastiaandegeus)](https://github.com/sebastiaandegeus "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Sebastiaan (@sebastiaanwezenberg)](https://github.com/sebastiaanwezenberg "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Sebastian (@sebk-666)](https://github.com/sebk-666 "7 total commits to the home-assistant organization: +5 commits to home-assistant.io +1 commit to netdisco +1 commit to home-assistant +") +- [Sebastian (@sgso)](https://github.com/sgso "3 total commits to the home-assistant organization: +3 commits to libcoap +") +- [Sebastian Muszynski (@syssi)](https://github.com/syssi "151 total commits to the home-assistant organization: +98 commits to home-assistant +48 commits to home-assistant.io +3 commits to netdisco +2 commits to home-assistant-polymer +") +- [Sebastian von Minckwitz (@teodoc)](https://github.com/teodoc "3 total commits to the home-assistant organization: +1 commit to home-assistant-polymer +1 commit to home-assistant +1 commit to home-assistant.io +") +- [sekavatar (@sekavatar)](https://github.com/sekavatar "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Semir Patel (@analogue)](https://github.com/analogue "2 total commits to the home-assistant organization: +2 commits to appdaemon +") +- [sentinel\-23 (@sentinel-23)](https://github.com/sentinel-23 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Sergey Isachenko (@zabuldon)](https://github.com/zabuldon "11 total commits to the home-assistant organization: +9 commits to home-assistant +2 commits to home-assistant.io +") +- [Sergey Vishnikin (@armicron)](https://github.com/armicron "33 total commits to the home-assistant organization: +33 commits to warrant +") +- [Sergio Viudes (@sjvc)](https://github.com/sjvc "3 total commits to the home-assistant organization: +3 commits to home-assistant +") +- [Sergiy Maysak (@sergeymaysak)](https://github.com/sergeymaysak "4 total commits to the home-assistant organization: +2 commits to home-assistant +2 commits to home-assistant.io +") +- [Sev (@collse)](https://github.com/collse "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [sfam (@sfam)](https://github.com/sfam "65 total commits to the home-assistant organization: +58 commits to home-assistant +5 commits to home-assistant.io +1 commit to netdisco +1 commit to home-assistant-polymer +") +- [Shane Liesegang (@sjml)](https://github.com/sjml "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Shane Madden (@shanemadden)](https://github.com/shanemadden "20 total commits to the home-assistant organization: +20 commits to open-zwave +") +- [sharukins (@sharukins)](https://github.com/sharukins "3 total commits to the home-assistant organization: +3 commits to hassio-build +") +- [Shaun McCloud (@smccloud)](https://github.com/smccloud "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Shawna (@cherrykoda)](https://github.com/cherrykoda "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [shker (@serhtt)](https://github.com/serhtt "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [shred86 (@shred86)](https://github.com/shred86 "3 total commits to the home-assistant organization: +2 commits to home-assistant +1 commit to home-assistant.io +") +- [shuaiger (@shuaiger)](https://github.com/shuaiger "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [siebert (@siebert)](https://github.com/siebert "3 total commits to the home-assistant organization: +3 commits to home-assistant +") +- [Siim Talvik (@simpss)](https://github.com/simpss "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Simao (@simaosimao)](https://github.com/simaosimao "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Simon (@echox)](https://github.com/echox "3 total commits to the home-assistant organization: +1 commit to home-assistant-polymer +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Simon (@chatainsim)](https://github.com/chatainsim "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Simon Elsbrock (@else)](https://github.com/else "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Simon Hellbe (@hellbe)](https://github.com/hellbe "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Simon Holzmayer (@sholzmayer)](https://github.com/sholzmayer "3 total commits to the home-assistant organization: +1 commit to hassio +1 commit to hassos +1 commit to developers.home-assistant +") +- [Simon Hörrle (@CM000n)](https://github.com/CM000n "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Simon Nørager Sørensen (@simse)](https://github.com/simse "3 total commits to the home-assistant organization: +2 commits to home-assistant +1 commit to home-assistant.io +") +- [Simon Szustkowski (@simonszu)](https://github.com/simonszu "7 total commits to the home-assistant organization: +4 commits to home-assistant.io +3 commits to home-assistant +") +- [Simon van der Veldt (@simonvanderveldt)](https://github.com/simonvanderveldt "2 total commits to the home-assistant organization: +1 commit to appdaemon +1 commit to home-assistant +") +- [Simone (@simonewebdesign)](https://github.com/simonewebdesign "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [simonk83 (@simonk83)](https://github.com/simonk83 "11 total commits to the home-assistant organization: +11 commits to open-zwave +") +- [SimonThoustrup (@SimonThoustrup)](https://github.com/SimonThoustrup "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Sindre Hansen (@sindrehan)](https://github.com/sindrehan "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [sjabby (@sjabby)](https://github.com/sjabby "31 total commits to the home-assistant organization: +29 commits to home-assistant.io +1 commit to hassbian-scripts +1 commit to home-assistant +") +- [Sjors Spoorendonk (@sjorsjes)](https://github.com/sjorsjes "4 total commits to the home-assistant organization: +4 commits to home-assistant.io +") +- [sjoshi10 (@sjoshi10)](https://github.com/sjoshi10 "1 total commits to the home-assistant organization: +1 commit to warrant +") +- [skanab (@skanab)](https://github.com/skanab "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Slava (@vaceslav)](https://github.com/vaceslav "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [sleveque (@sleveque)](https://github.com/sleveque "4 total commits to the home-assistant organization: +4 commits to open-zwave +") +- [slimatic (@slimatic)](https://github.com/slimatic "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [smaggard (@smaggard)](https://github.com/smaggard "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [smallship (@smallship)](https://github.com/smallship "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [smoldaner (@smoldaner)](https://github.com/smoldaner "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [sn0oz (@sn0oz)](https://github.com/sn0oz "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [snagytx (@snagytx)](https://github.com/snagytx "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [snizzleorg (@snizzleorg)](https://github.com/snizzleorg "5 total commits to the home-assistant organization: +5 commits to hadashboard +") +- [SNoof85 (@SNoof85)](https://github.com/SNoof85 "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [spacemanspiff2007 (@spacemanspiff2007)](https://github.com/spacemanspiff2007 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Spartan\-II\-117 (@Spartan-II-117)](https://github.com/Spartan-II-117 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [spektren (@spektren)](https://github.com/spektren "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Spencer Oberstadt (@soberstadt)](https://github.com/soberstadt "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Spencer Owen (@spuder)](https://github.com/spuder "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [spinside (@spinside)](https://github.com/spinside "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [SpudGunMan (@SpudGunMan)](https://github.com/SpudGunMan "14 total commits to the home-assistant organization: +14 commits to open-zwave +") +- [squidwardy (@villanyibalint)](https://github.com/villanyibalint "3 total commits to the home-assistant organization: +1 commit to home-assistant-polymer +1 commit to home-assistant +1 commit to home-assistant.io +") +- [squirtbrnr (@squirtbrnr)](https://github.com/squirtbrnr "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Sriram Vaidyanathan (@vaidyasr)](https://github.com/vaidyasr "6 total commits to the home-assistant organization: +3 commits to home-assistant +3 commits to home-assistant.io +") +- [srirams (@srirams)](https://github.com/srirams "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [St\. John Johnson (@stjohnjohnson)](https://github.com/stjohnjohnson "9 total commits to the home-assistant organization: +5 commits to home-assistant +4 commits to home-assistant.io +") +- [stanvx (@stanvx)](https://github.com/stanvx "2 total commits to the home-assistant organization: +1 commit to open-zwave +1 commit to home-assistant.io +") +- [Staphylea (@Staphylea)](https://github.com/Staphylea "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [staraxis (@staraxis)](https://github.com/staraxis "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [starkillerOG (@starkillerOG)](https://github.com/starkillerOG "12 total commits to the home-assistant organization: +6 commits to home-assistant +4 commits to home-assistant.io +1 commit to developers.home-assistant +1 commit to home-assistant-polymer +") +- [Stavros Korokithakis (@skorokithakis)](https://github.com/skorokithakis "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Steaff (@steffenslavetinsky)](https://github.com/steffenslavetinsky "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Stefan Jonasson (@stefan-jonasson)](https://github.com/stefan-jonasson "12 total commits to the home-assistant organization: +8 commits to home-assistant +4 commits to home-assistant.io +") +- [Stefano Scipioni (@scipioni)](https://github.com/scipioni "4 total commits to the home-assistant organization: +3 commits to home-assistant +1 commit to home-assistant.io +") +- [steljwagh (@steljwagh)](https://github.com/steljwagh "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [Steltek (@Steltek)](https://github.com/Steltek "1 total commits to the home-assistant organization: +1 commit to home-assistant-polymer +") +- [Sten Spans (@sspans)](https://github.com/sspans "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Stephan Auerhahn (@palp)](https://github.com/palp "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Stephan Grobler (@stephanfx)](https://github.com/stephanfx "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [stephanerosi (@stephanerosi)](https://github.com/stephanerosi "11 total commits to the home-assistant organization: +8 commits to home-assistant +3 commits to home-assistant.io +") +- [Stephen Edgar (@ntwb)](https://github.com/ntwb "2 total commits to the home-assistant organization: +1 commit to fabric-home-assistant +1 commit to home-assistant.io +") +- [Stephen Foskett (@SFoskett)](https://github.com/SFoskett "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Stephen Hoekstra (@shoekstra)](https://github.com/shoekstra "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Stephen Vanterpool (@blackgold9)](https://github.com/blackgold9 "103 total commits to the home-assistant organization: +101 commits to home-assistant-iOS +1 commit to developers.home-assistant +1 commit to home-assistant-polymer +") +- [Stephen Yeargin (@stephenyeargin)](https://github.com/stephenyeargin "27 total commits to the home-assistant organization: +24 commits to hubot-home-assistant +1 commit to home-assistant-polymer +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Steve (@kabongsteve)](https://github.com/kabongsteve "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Steve Bauer (@stevejbauer)](https://github.com/stevejbauer "12 total commits to the home-assistant organization: +12 commits to open-zwave +") +- [Steve Easley (@SteveEasley)](https://github.com/SteveEasley "3 total commits to the home-assistant organization: +3 commits to home-assistant +") +- [Steve Edson (@SteveEdson)](https://github.com/SteveEdson "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Steve Pomeroy (@xxv)](https://github.com/xxv "2 total commits to the home-assistant organization: +2 commits to open-zwave +") +- [Steve Rhoades (@steverhoades)](https://github.com/steverhoades "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant +") +- [Steve Simms (@ssimms)](https://github.com/ssimms "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Steve Thompson (@stetho)](https://github.com/stetho "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Steven Adams (@navstev0)](https://github.com/navstev0 "2 total commits to the home-assistant organization: +2 commits to open-zwave +") +- [Steven Barnes (@salt-lick)](https://github.com/salt-lick "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Steven Conaway (@SConaway)](https://github.com/SConaway "3 total commits to the home-assistant organization: +2 commits to home-assistant +1 commit to home-assistant.io +") +- [Steven Looman (@StevenLooman)](https://github.com/StevenLooman "50 total commits to the home-assistant organization: +45 commits to home-assistant +3 commits to netdisco +2 commits to home-assistant.io +") +- [Steven Webb (@cy1701)](https://github.com/cy1701 "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Stijn Tintel (@stintel)](https://github.com/stintel "3 total commits to the home-assistant organization: +2 commits to open-zwave +1 commit to home-assistant +") +- [Stu Gott (@stu-gott)](https://github.com/stu-gott "9 total commits to the home-assistant organization: +5 commits to home-assistant.io +4 commits to home-assistant +") +- [Stuart McCroden (@McCroden)](https://github.com/McCroden "5 total commits to the home-assistant organization: +5 commits to home-assistant.io +") +- [Stuart Mumford (@Cadair)](https://github.com/Cadair "3 total commits to the home-assistant organization: +2 commits to home-assistant +1 commit to home-assistant.io +") +- [Stuart Pook (@stuart12)](https://github.com/stuart12 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Stuart Williams (@stuwil)](https://github.com/stuwil "1 total commits to the home-assistant organization: +1 commit to netdisco +") +- [stuiow (@stuiow)](https://github.com/stuiow "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [Ståle Semb Hauknes (@LaStrada)](https://github.com/LaStrada "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Stéphane Bidoul \(ACSONE\) (@sbidoul)](https://github.com/sbidoul "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant +") +- [SupahNoob (@SupahNoob)](https://github.com/SupahNoob "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [superjunky (@superjunky)](https://github.com/superjunky "3 total commits to the home-assistant organization: +3 commits to open-zwave +") +- [superpuffin (@superpuffin)](https://github.com/superpuffin "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [surfermarty (@surfermarty)](https://github.com/surfermarty "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [sustah (@sustah)](https://github.com/sustah "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [sveip (@sveip)](https://github.com/sveip "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Sven\-Hendrik Haase (@svenstaro)](https://github.com/svenstaro "4 total commits to the home-assistant organization: +3 commits to home-assistant.io +1 commit to home-assistant +") +- [swanwila (@swanwila)](https://github.com/swanwila "1 total commits to the home-assistant organization: +1 commit to home-assistant-polymer +") +- [swhaat (@swhaat)](https://github.com/swhaat "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [sylvaincherrier (@sylvaincherrier)](https://github.com/sylvaincherrier "3 total commits to the home-assistant organization: +3 commits to python-openzwave +") +- [System Tester (@systemtester)](https://github.com/systemtester "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [Sytone (@sytone)](https://github.com/sytone "10 total commits to the home-assistant organization: +6 commits to home-assistant.io +2 commits to home-assistant +1 commit to hassio-build +1 commit to developers.home-assistant +") +- [szaroubi (@szaroubi)](https://github.com/szaroubi "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Sébastien GALLET (@bibi21000)](https://github.com/bibi21000 "1023 total commits to the home-assistant organization: +1023 commits to python-openzwave +") +- [Sören Oldag (@soldag)](https://github.com/soldag "16 total commits to the home-assistant organization: +8 commits to home-assistant +8 commits to home-assistant.io +") +- [Søren Dam Pedersen (@Pengman)](https://github.com/Pengman "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [t0ny (@t0ny)](https://github.com/t0ny "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [t30 (@t30)](https://github.com/t30 "8 total commits to the home-assistant organization: +7 commits to home-assistant.io +1 commit to home-assistant +") +- [Tabakhase (@tabakhase)](https://github.com/tabakhase "4 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant-polymer +1 commit to home-assistant +") +- [tadly (@tadly)](https://github.com/tadly "9 total commits to the home-assistant organization: +8 commits to home-assistant +1 commit to home-assistant.io +") +- [tango\-foxtrot (@tango-foxtrot)](https://github.com/tango-foxtrot "1 total commits to the home-assistant organization: +1 commit to netdisco +") +- [TangoAlpha (@TangoAlpha)](https://github.com/TangoAlpha "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [tantecky (@tantecky)](https://github.com/tantecky "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Taylor Peet (@RePeet13)](https://github.com/RePeet13 "10 total commits to the home-assistant organization: +9 commits to home-assistant.io +1 commit to home-assistant +") +- [Taylor Vierrether (@viertaxa)](https://github.com/viertaxa "5 total commits to the home-assistant organization: +3 commits to open-zwave +2 commits to home-assistant.io +") +- [tbergo (@tbergo)](https://github.com/tbergo "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [tchentchen (@tchentchen)](https://github.com/tchentchen "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Teagan Glenn (@Teagan42)](https://github.com/Teagan42 "59 total commits to the home-assistant organization: +49 commits to home-assistant +9 commits to home-assistant.io +1 commit to home-assistant-js +") +- [Ted Drain (@TD22057)](https://github.com/TD22057 "6 total commits to the home-assistant organization: +4 commits to home-assistant +2 commits to home-assistant.io +") +- [Ted Kulp (@tedkulp)](https://github.com/tedkulp "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [tedstriker (@tedstriker)](https://github.com/tedstriker "4 total commits to the home-assistant organization: +3 commits to home-assistant.io +1 commit to home-assistant +") +- [teejay\-87 (@teejay-87)](https://github.com/teejay-87 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Teemu Mikkonen (@T3m3z)](https://github.com/T3m3z "5 total commits to the home-assistant organization: +3 commits to home-assistant +2 commits to home-assistant.io +") +- [Teemu Patja (@tpatja)](https://github.com/tpatja "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Teemu R\. (@rytilahti)](https://github.com/rytilahti "62 total commits to the home-assistant organization: +49 commits to home-assistant +9 commits to home-assistant.io +4 commits to netdisco +") +- [Teguh Sobirin (@tjstyle)](https://github.com/tjstyle "2 total commits to the home-assistant organization: +2 commits to pi-gen +") +- [TehRobot (@TehRobot)](https://github.com/TehRobot "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Teis Angel Clausen (@AngelFreak)](https://github.com/AngelFreak "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Tentoe (@Tentoe)](https://github.com/Tentoe "1 total commits to the home-assistant organization: +1 commit to home-assistant-polymer +") +- [Terence Foxcroft (@tfoxcroft)](https://github.com/tfoxcroft "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Terry Carlin (@terrycarlin)](https://github.com/terrycarlin "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant +") +- [tfitts (@tfitts)](https://github.com/tfitts "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [tflack (@tflack)](https://github.com/tflack "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [tfyoung (@tfyoung)](https://github.com/tfyoung "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [tguerena (@tguerena)](https://github.com/tguerena "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Tharsan Bhuvanendran (@thizzle)](https://github.com/thizzle "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [The Gitter Badger (@gitter-badger)](https://github.com/gitter-badger "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [The Witty Coder (@wittycoder)](https://github.com/wittycoder "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Theb\-1 (@Theb-1)](https://github.com/Theb-1 "5 total commits to the home-assistant organization: +5 commits to home-assistant +") +- [TheCellMC (@TheCellMC)](https://github.com/TheCellMC "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [thecynic (@thecynic)](https://github.com/thecynic "5 total commits to the home-assistant organization: +4 commits to home-assistant +1 commit to home-assistant.io +") +- [TheFrogDaddy (@TheFrogDaddy)](https://github.com/TheFrogDaddy "1 total commits to the home-assistant organization: +1 commit to appdaemon +") +- [thehookup (@thehookup)](https://github.com/thehookup "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [thejacko12354 (@thejacko12354)](https://github.com/thejacko12354 "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [TheJulianJES (@TheJulianJES)](https://github.com/TheJulianJES "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [thelittlefireman (@thelittlefireman)](https://github.com/thelittlefireman "3 total commits to the home-assistant organization: +3 commits to home-assistant +") +- [themanieldaniel (@themanieldaniel)](https://github.com/themanieldaniel "14 total commits to the home-assistant organization: +14 commits to home-assistant.io +") +- [themoffatt (@themoffatt)](https://github.com/themoffatt "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [theolind (@theolind)](https://github.com/theolind "27 total commits to the home-assistant organization: +25 commits to home-assistant +2 commits to home-assistant.io +") +- [thepotoo (@thepotoo)](https://github.com/thepotoo "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [TheRedBull205 (@TheRedBull205)](https://github.com/TheRedBull205 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Thiago Oliveira (@chilicheech)](https://github.com/chilicheech "9 total commits to the home-assistant organization: +4 commits to home-assistant +3 commits to open-zwave +2 commits to home-assistant.io +") +- [Thibault Cohen (@titilambert)](https://github.com/titilambert "53 total commits to the home-assistant organization: +39 commits to home-assistant +13 commits to home-assistant.io +1 commit to home-assistant-polymer +") +- [Thibault Maekelbergh (@thibmaek)](https://github.com/thibmaek "5 total commits to the home-assistant organization: +3 commits to home-assistant.io +1 commit to hassio-addons +1 commit to home-assistant +") +- [thinkelastic (@thinkelastic)](https://github.com/thinkelastic "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [ThinkPadNL (@ThinkPadNL)](https://github.com/ThinkPadNL "4 total commits to the home-assistant organization: +4 commits to home-assistant.io +") +- [Thom Troy (@ttroy50)](https://github.com/ttroy50 "15 total commits to the home-assistant organization: +8 commits to home-assistant.io +7 commits to home-assistant +") +- [Thomas (@ktpx)](https://github.com/ktpx "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Thomas Delaet (@thomasdelaet)](https://github.com/thomasdelaet "5 total commits to the home-assistant organization: +3 commits to home-assistant +2 commits to home-assistant.io +") +- [Thomas Friedel (@tfriedel)](https://github.com/tfriedel "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Thomas Klingbeil (@thomasklingbeil)](https://github.com/thomasklingbeil "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Thomas Krüger (@thomaskr)](https://github.com/thomaskr "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Thomas Lovén (@thomasloven)](https://github.com/thomasloven "38 total commits to the home-assistant organization: +20 commits to home-assistant-polymer +13 commits to home-assistant.io +5 commits to home-assistant +") +- [Thomas Petazzoni (@tpetazzoni)](https://github.com/tpetazzoni "1 total commits to the home-assistant organization: +1 commit to libcoap +") +- [Thomas Phillips (@thomas-phillips-nz)](https://github.com/thomas-phillips-nz "2 total commits to the home-assistant organization: +2 commits to pi-gen +") +- [Thomas Purchas (@thomaspurchas)](https://github.com/thomaspurchas "1 total commits to the home-assistant organization: +1 commit to homebridge-homeassistant +") +- [Thomas Pötsch (@thp-comnets)](https://github.com/thp-comnets "7 total commits to the home-assistant organization: +7 commits to libcoap +") +- [Thomas Redmer (@Skorfulose)](https://github.com/Skorfulose "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to hassio-cli +") +- [Thomas Rix (@rixth)](https://github.com/rixth "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Thomas Svedberg (@ThomasSvedberg)](https://github.com/ThomasSvedberg "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant +") +- [Thomas Wilson (@novirium)](https://github.com/novirium "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [ThomasADavis (@ThomasADavis)](https://github.com/ThomasADavis "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [thomaslian (@thomaslian)](https://github.com/thomaslian "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [thomasvs (@thomasvs)](https://github.com/thomasvs "1 total commits to the home-assistant organization: +1 commit to hassos +") +- [Thorsten Alteholz (@alteholz)](https://github.com/alteholz "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [thoscut (@thoscut)](https://github.com/thoscut "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant +") +- [thrawnarn (@thrawnarn)](https://github.com/thrawnarn "10 total commits to the home-assistant organization: +5 commits to home-assistant +4 commits to home-assistant.io +1 commit to netdisco +") +- [thrust15 (@thrust15)](https://github.com/thrust15 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [ThUnD3r\|Gr33n (@thundergreen)](https://github.com/thundergreen "4 total commits to the home-assistant organization: +4 commits to home-assistant.io +") +- [thunfischbrot (@thunfischbrot)](https://github.com/thunfischbrot "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [tijuca (@tijuca)](https://github.com/tijuca "106 total commits to the home-assistant organization: +106 commits to libcoap +") +- [Till Schulte\-Coerne (@tillsc)](https://github.com/tillsc "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [tilphousia (@tilphousia)](https://github.com/tilphousia "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Tim (@tinglis1)](https://github.com/tinglis1 "4 total commits to the home-assistant organization: +3 commits to home-assistant.io +1 commit to home-assistant +") +- [Tim Bailey (@TimBailey-pnk)](https://github.com/TimBailey-pnk "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Tim Clephas (@Timple)](https://github.com/Timple "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Tim Gray (@tgray)](https://github.com/tgray "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Tim Harton (@timharton)](https://github.com/timharton "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Tim Hordern (@mence)](https://github.com/mence "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Tim Lyakhovetskiy (@tlyakhov)](https://github.com/tlyakhov "3 total commits to the home-assistant organization: +2 commits to home-assistant +1 commit to home-assistant.io +") +- [Tim Soderstrom (@m00dawg)](https://github.com/m00dawg "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Tim Wilbrink (@TWilb)](https://github.com/TWilb "15 total commits to the home-assistant organization: +15 commits to home-assistant-iOS +") +- [Tim Wilde (@twilde)](https://github.com/twilde "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Timm Schäuble (@tymm)](https://github.com/tymm "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Timmo (@timmo001)](https://github.com/timmo001 "11 total commits to the home-assistant organization: +4 commits to home-assistant-polymer +4 commits to home-assistant +3 commits to home-assistant.io +") +- [Timo (@timotk)](https://github.com/timotk "1 total commits to the home-assistant organization: +1 commit to netdisco +") +- [Timo S (@sti0)](https://github.com/sti0 "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Timothy Macdonald (@tsmacdonald)](https://github.com/tsmacdonald "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [timstanley1985 (@timstanley1985)](https://github.com/timstanley1985 "8 total commits to the home-assistant organization: +6 commits to home-assistant.io +2 commits to home-assistant +") +- [TimV (@vroomfonde1)](https://github.com/vroomfonde1 "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [TimVa (@TimVa)](https://github.com/TimVa "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [TJ Rana (@tjrana)](https://github.com/tjrana "1 total commits to the home-assistant organization: +1 commit to pi-gen +") +- [tktino (@tktino)](https://github.com/tktino "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [tleegaard (@tleegaard)](https://github.com/tleegaard "1 total commits to the home-assistant organization: +1 commit to home-assistant-polymer +") +- [tlpeter (@tlpeter)](https://github.com/tlpeter "2 total commits to the home-assistant organization: +2 commits to open-zwave +") +- [tmartinez (@tmartinez69009)](https://github.com/tmartinez69009 "6 total commits to the home-assistant organization: +6 commits to open-zwave +") +- [tmd224 (@tmd224)](https://github.com/tmd224 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Toast (@swetoast)](https://github.com/swetoast "2 total commits to the home-assistant organization: +2 commits to hassbian-scripts +") +- [Tobias Hoff (@ToSa27)](https://github.com/ToSa27 "3 total commits to the home-assistant organization: +2 commits to open-zwave +1 commit to hassio-addons +") +- [Tobias Hutterer (@tobiashutterer)](https://github.com/tobiashutterer "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Tobias Nordahl Kristensen (@exetico)](https://github.com/exetico "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Tobias Sauerwein (@cgtobi)](https://github.com/cgtobi "56 total commits to the home-assistant organization: +28 commits to home-assistant.io +27 commits to home-assistant +1 commit to appdaemon +") +- [Tobie Booth (@tobiebooth)](https://github.com/tobiebooth "6 total commits to the home-assistant organization: +4 commits to home-assistant +1 commit to home-assistant-polymer +1 commit to home-assistant.io +") +- [Toby Gray (@tobygray)](https://github.com/tobygray "4 total commits to the home-assistant organization: +4 commits to home-assistant +") +- [Toby Matejovsky (@tobym)](https://github.com/tobym "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Tod Schmidt (@tschmidty69)](https://github.com/tschmidty69 "59 total commits to the home-assistant organization: +22 commits to home-assistant +21 commits to appdaemon +10 commits to home-assistant.io +5 commits to hassio-addons +1 commit to hassio +") +- [Todd McNeal (@tmcneal)](https://github.com/tmcneal "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [toddeye (@toddeye)](https://github.com/toddeye "20 total commits to the home-assistant organization: +20 commits to home-assistant +") +- [Tom Barbette (@tbarbette)](https://github.com/tbarbette "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Tom Behets (@betz)](https://github.com/betz "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Tom Chapin (@tomchapin)](https://github.com/tomchapin "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Tom Dickman (@tdickman)](https://github.com/tdickman "3 total commits to the home-assistant organization: +3 commits to home-assistant +") +- [Tom Duijf (@tomduijf)](https://github.com/tomduijf "70 total commits to the home-assistant organization: +53 commits to home-assistant +9 commits to home-assistant.io +6 commits to home-assistant-polymer +2 commits to netdisco +") +- [Tom French (@Solije)](https://github.com/Solije "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant +") +- [Tom Harris (@teharris1)](https://github.com/teharris1 "30 total commits to the home-assistant organization: +20 commits to home-assistant +10 commits to home-assistant.io +") +- [Tom Hoover (@tomhoover)](https://github.com/tomhoover "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [Tom Howe (@tomh05)](https://github.com/tomh05 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Tom Ivar Helbekkmo (@tih)](https://github.com/tih "9 total commits to the home-assistant organization: +9 commits to open-zwave +") +- [Tom J Nowell (@tomjn)](https://github.com/tomjn "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Tom L (@Qu3uk)](https://github.com/Qu3uk "4 total commits to the home-assistant organization: +4 commits to home-assistant.io +") +- [Tom Matheussen (@Tommatheussen)](https://github.com/Tommatheussen "15 total commits to the home-assistant organization: +6 commits to home-assistant +4 commits to home-assistant-polymer +4 commits to home-assistant.io +1 commit to developers.home-assistant +") +- [Tom Monck JR (@tmonck)](https://github.com/tmonck "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Tom Raithel (@tomraithel)](https://github.com/tomraithel "2 total commits to the home-assistant organization: +2 commits to home-assistant-polymer +") +- [Tom Usher (@tomusher)](https://github.com/tomusher "1 total commits to the home-assistant organization: +1 commit to netdisco +") +- [Tom Waters (@tomwaters)](https://github.com/tomwaters "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Tomas Hellström (@helto4real)](https://github.com/helto4real "6 total commits to the home-assistant organization: +5 commits to home-assistant +1 commit to home-assistant.io +") +- [tomaszduda23 (@tomaszduda23)](https://github.com/tomaszduda23 "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Tomek985 (@Tomek985)](https://github.com/Tomek985 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Tomi Blinnikka (@docBliny)](https://github.com/docBliny "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Tomi Salmi (@tomppasalmi)](https://github.com/tomppasalmi "1 total commits to the home-assistant organization: +1 commit to home-assistant-polymer +") +- [Tomi Tuhkanen (@ttu)](https://github.com/ttu "4 total commits to the home-assistant organization: +3 commits to home-assistant +1 commit to home-assistant.io +") +- [tomlut (@tomlut)](https://github.com/tomlut "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Tommy Goode (@airdrummingfool)](https://github.com/airdrummingfool "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [Tommy Jonsson (@quazzie)](https://github.com/quazzie "6 total commits to the home-assistant organization: +5 commits to home-assistant +1 commit to home-assistant.io +") +- [tonire1702 (@tonire1702)](https://github.com/tonire1702 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [tony chang (@idealisms)](https://github.com/idealisms "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Tony Roman (@ronytomen)](https://github.com/ronytomen "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Toon Willems (@nudded)](https://github.com/nudded "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [TopdRob (@TopdRob)](https://github.com/TopdRob "7 total commits to the home-assistant organization: +7 commits to home-assistant +") +- [Tor Magnus (@tcastberg)](https://github.com/tcastberg "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Torkild Retvedt (@torkildr)](https://github.com/torkildr "2 total commits to the home-assistant organization: +2 commits to appdaemon +") +- [tortfeaser (@tortfeaser)](https://github.com/tortfeaser "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Toshik (@Toshik)](https://github.com/Toshik "1 total commits to the home-assistant organization: +1 commit to homebridge-homeassistant +") +- [Totoo (@htotoo)](https://github.com/htotoo "3 total commits to the home-assistant organization: +2 commits to home-assistant +1 commit to home-assistant.io +") +- [Touliloup (@RiRomain)](https://github.com/RiRomain "16 total commits to the home-assistant organization: +13 commits to home-assistant.io +3 commits to home-assistant +") +- [travellingkiwi (@travellingkiwi)](https://github.com/travellingkiwi "4 total commits to the home-assistant organization: +4 commits to open-zwave +") +- [Travis Carr (@tmcarr)](https://github.com/tmcarr "6 total commits to the home-assistant organization: +6 commits to home-assistant.io +") +- [travislreno (@travislreno)](https://github.com/travislreno "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [trbs (@trbs)](https://github.com/trbs "1 total commits to the home-assistant organization: +1 commit to netdisco +") +- [Trevin (@tmchow)](https://github.com/tmchow "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [Trevor (@tboyce021)](https://github.com/tboyce021 "15 total commits to the home-assistant organization: +10 commits to home-assistant +5 commits to home-assistant.io +") +- [Trevor Joynson (@akatrevorjay)](https://github.com/akatrevorjay "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Trey Hunner (@treyhunner)](https://github.com/treyhunner "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [Trey Richards (@treyrich)](https://github.com/treyrich "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Trey Sheldon (@tsheldon)](https://github.com/tsheldon "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [tringler (@tringler)](https://github.com/tringler "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant +") +- [Tristan Caulfield (@Bahnburner)](https://github.com/Bahnburner "3 total commits to the home-assistant organization: +2 commits to home-assistant +1 commit to home-assistant.io +") +- [trollkarlen (@trollkarlen)](https://github.com/trollkarlen "5 total commits to the home-assistant organization: +5 commits to home-assistant +") +- [Troy Kelly (@troykelly)](https://github.com/troykelly "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Trung Lê (@joneslee85)](https://github.com/joneslee85 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Tsvi Mostovicz (@tsvi)](https://github.com/tsvi "22 total commits to the home-assistant organization: +13 commits to home-assistant +9 commits to home-assistant.io +") +- [tubalainen (@tubalainen)](https://github.com/tubalainen "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [tumik (@tumik)](https://github.com/tumik "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [tuxuser (@tuxuser)](https://github.com/tuxuser "1 total commits to the home-assistant organization: +1 commit to netdisco +") +- [twendt (@twendt)](https://github.com/twendt "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [txNgineer (@txNgineer)](https://github.com/txNgineer "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Tyler (@TFenby)](https://github.com/TFenby "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Tyler Bigler (@tyler-8)](https://github.com/tyler-8 "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Tyler Crumpton (@tylercrumpton)](https://github.com/tylercrumpton "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant +") +- [Tyler Page (@iamtpage)](https://github.com/iamtpage "6 total commits to the home-assistant organization: +3 commits to home-assistant +3 commits to home-assistant.io +") +- [Tyler Straub (@tylerstraub)](https://github.com/tylerstraub "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Tõnis Tobre (@tobre6)](https://github.com/tobre6 "1 total commits to the home-assistant organization: +1 commit to homebridge-homeassistant +") +- [ubnt\-marc\-khouri (@ubnt-marc-khouri)](https://github.com/ubnt-marc-khouri "6 total commits to the home-assistant organization: +2 commits to home-assistant-polymer +1 commit to hassio-build +1 commit to developers.home-assistant +1 commit to home-assistant +1 commit to home-assistant.io +") +- [uchagani (@uchagani)](https://github.com/uchagani "10 total commits to the home-assistant organization: +9 commits to home-assistant +1 commit to home-assistant-polymer +") +- [Ugo Viti (@ugoviti)](https://github.com/ugoviti "24 total commits to the home-assistant organization: +24 commits to open-zwave +") +- [UiGuy (@jjanderson)](https://github.com/jjanderson "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Uli (@uehler)](https://github.com/uehler "5 total commits to the home-assistant organization: +5 commits to home-assistant.io +") +- [Ulrich Dobramysl (@ulido)](https://github.com/ulido "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [ultratoto14 (@ultratoto14)](https://github.com/ultratoto14 "1 total commits to the home-assistant organization: +1 commit to netdisco +") +- [Umer Salman (@umer936)](https://github.com/umer936 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [UnrealKazu (@UnrealKazu)](https://github.com/UnrealKazu "2 total commits to the home-assistant organization: +1 commit to home-assistant-polymer +1 commit to home-assistant.io +") +- [upsert (@upsert)](https://github.com/upsert "3 total commits to the home-assistant organization: +1 commit to netdisco +1 commit to home-assistant +1 commit to home-assistant.io +") +- [User5981 (@User5981)](https://github.com/User5981 "1 total commits to the home-assistant organization: +1 commit to home-assistant-polymer +") +- [vacumet (@vacumet)](https://github.com/vacumet "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [vaidyasm (@vaidyasm)](https://github.com/vaidyasm "7 total commits to the home-assistant organization: +7 commits to home-assistant.io +") +- [Valentin Alexeev (@valentinalexeev)](https://github.com/valentinalexeev "11 total commits to the home-assistant organization: +8 commits to home-assistant +3 commits to home-assistant.io +") +- [Valentin Petkov (@skyval)](https://github.com/skyval "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Valentin VALCIU (@axiac)](https://github.com/axiac "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Valiceemo (@Valiceemo)](https://github.com/Valiceemo "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [vandenberghev (@vandenberghev)](https://github.com/vandenberghev "6 total commits to the home-assistant organization: +5 commits to home-assistant +1 commit to home-assistant.io +") +- [vanviegen (@vanviegen)](https://github.com/vanviegen "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Varga Tamas (@tamasv)](https://github.com/tamasv "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Variour (@Variour)](https://github.com/Variour "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Vasiley (@Vasiley)](https://github.com/Vasiley "9 total commits to the home-assistant organization: +9 commits to home-assistant.io +") +- [vatir (@vatir)](https://github.com/vatir "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Vaz Allen (@vaz)](https://github.com/vaz "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [VdkaShaker (@VdkaShaker)](https://github.com/VdkaShaker "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [VDRainer (@VDRainer)](https://github.com/VDRainer "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [vetegrodd (@vetegrodd)](https://github.com/vetegrodd "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [vexofp (@vexofp)](https://github.com/vexofp "4 total commits to the home-assistant organization: +4 commits to open-zwave +") +- [Victor Cerutti (@victorcerutti)](https://github.com/victorcerutti "6 total commits to the home-assistant organization: +3 commits to home-assistant-polymer +2 commits to home-assistant.io +1 commit to home-assistant +") +- [Victor Jalencas (@victor)](https://github.com/victor "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Vidar Tyldum (@tyldum)](https://github.com/tyldum "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [viegelinsch (@viegelinsch)](https://github.com/viegelinsch "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Viet Dzung (@dzungpv)](https://github.com/dzungpv "1 total commits to the home-assistant organization: +1 commit to home-assistant-polymer +") +- [Vignesh Venkat (@vickyg3)](https://github.com/vickyg3 "11 total commits to the home-assistant organization: +7 commits to home-assistant +4 commits to home-assistant.io +") +- [Vikram Gorla (@vikramgorla)](https://github.com/vikramgorla "4 total commits to the home-assistant organization: +3 commits to home-assistant +1 commit to home-assistant.io +") +- [Ville Skyttä (@scop)](https://github.com/scop "142 total commits to the home-assistant organization: +91 commits to home-assistant +19 commits to home-assistant.io +12 commits to netdisco +5 commits to hassio-addons +5 commits to hassio-cli +4 commits to developers.home-assistant +2 commits to home-assistant-polymer +2 commits to hassio +2 commits to hassio-build +") +- [vincemic (@vincemic)](https://github.com/vincemic "3 total commits to the home-assistant organization: +3 commits to open-zwave +") +- [Vincent Etter (@Wookai)](https://github.com/Wookai "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Vincent Filby (@vfilby)](https://github.com/vfilby "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Vincent Ollivier (@vinc)](https://github.com/vinc "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Vincent Saluzzo (@vincentsaluzzo)](https://github.com/vincentsaluzzo "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Vinilox (@vinilox)](https://github.com/vinilox "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Viorel Stirbu (@viorels)](https://github.com/viorels "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [viswa\-swami (@viswa-swami)](https://github.com/viswa-swami "9 total commits to the home-assistant organization: +9 commits to home-assistant +") +- [Vittorio Monaco (@vittoriom)](https://github.com/vittoriom "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Vlad (@vladm)](https://github.com/vladm "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [Vlad Korniev (@vkorn)](https://github.com/vkorn "5 total commits to the home-assistant organization: +2 commits to home-assistant +2 commits to home-assistant.io +1 commit to hassio-build +") +- [vladonemo (@vladonemo)](https://github.com/vladonemo "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [vllungu (@vllungu)](https://github.com/vllungu "3 total commits to the home-assistant organization: +3 commits to libcoap +") +- [vMeph (@vMeph)](https://github.com/vMeph "5 total commits to the home-assistant organization: +5 commits to home-assistant.io +") +- [vrs01 (@vrs01)](https://github.com/vrs01 "21 total commits to the home-assistant organization: +14 commits to home-assistant.io +6 commits to appdaemon +1 commit to home-assistant +") +- [Wade Dorrell (@waded)](https://github.com/waded "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Wagner Sartori Junior (@trunet)](https://github.com/trunet "1 total commits to the home-assistant organization: +1 commit to netdisco +") +- [Walker Boyle (@walkerdb)](https://github.com/walkerdb "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Walter Huf (@hufman)](https://github.com/hufman "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Warren Konkel (@wkonkel)](https://github.com/wkonkel "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [WAStaggs (@StagasaurusRex)](https://github.com/StagasaurusRex "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [waxhell (@waxhell)](https://github.com/waxhell "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [WayneZ68 (@WayneZ68)](https://github.com/WayneZ68 "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [wbradmoore (@wbradmoore)](https://github.com/wbradmoore "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [WebSpider (@WebSpider)](https://github.com/WebSpider "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Wesley Young (@wesdyoung)](https://github.com/wesdyoung "1 total commits to the home-assistant organization: +1 commit to warrant +") +- [whhsw (@whhsw)](https://github.com/whhsw "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Whytey (@Whytey)](https://github.com/Whytey "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Wilco Land (@Wilco89)](https://github.com/Wilco89 "3 total commits to the home-assistant organization: +3 commits to home-assistant.io +") +- [Wilco van Duinkerken (@Sparkboxx)](https://github.com/Sparkboxx "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [wildcomputations (@wildcomputations)](https://github.com/wildcomputations "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Will Boyce (@wrboyce)](https://github.com/wrboyce "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Will Heid (@bassclarinetl2)](https://github.com/bassclarinetl2 "20 total commits to the home-assistant organization: +19 commits to home-assistant.io +1 commit to fabric-home-assistant +") +- [Will Hughes (@insertjokehere)](https://github.com/insertjokehere "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant +") +- [Will Marler (@wmarler)](https://github.com/wmarler "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Will W (@tiktok7)](https://github.com/tiktok7 "6 total commits to the home-assistant organization: +4 commits to home-assistant +2 commits to home-assistant.io +") +- [Willems Davy (@joyrider3774)](https://github.com/joyrider3774 "7 total commits to the home-assistant organization: +4 commits to home-assistant.io +3 commits to home-assistant +") +- [William Johansson (@radhus)](https://github.com/radhus "2 total commits to the home-assistant organization: +1 commit to hassio +1 commit to home-assistant.io +") +- [William Scanlon (@w1ll1am23)](https://github.com/w1ll1am23 "130 total commits to the home-assistant organization: +86 commits to home-assistant +39 commits to home-assistant.io +2 commits to netdisco +2 commits to developers.home-assistant +1 commit to home-assistant-polymer +") +- [williamlehman (@williamlehman)](https://github.com/williamlehman "1 total commits to the home-assistant organization: +1 commit to home-assistant-polymer +") +- [Wim Haanstra (@depl0y)](https://github.com/depl0y "6 total commits to the home-assistant organization: +3 commits to home-assistant +3 commits to home-assistant.io +") +- [wmn79 (@wmn79)](https://github.com/wmn79 "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [WofWca (@WofWca)](https://github.com/WofWca "9 total commits to the home-assistant organization: +6 commits to home-assistant.io +3 commits to developers.home-assistant +") +- [Wojciech Bederski (@wuub)](https://github.com/wuub "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant +") +- [Wojtek (@wiuwiu)](https://github.com/wiuwiu "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [wokar (@wokar)](https://github.com/wokar "12 total commits to the home-assistant organization: +8 commits to home-assistant +4 commits to home-assistant.io +") +- [Wolf\-Bastian Pöttner (@BastianPoe)](https://github.com/BastianPoe "7 total commits to the home-assistant organization: +4 commits to home-assistant +3 commits to home-assistant.io +") +- [Wolfgang Beer (@wolfgangB33r)](https://github.com/wolfgangB33r "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Wolfgang Malgadey (@wmalgadey)](https://github.com/wmalgadey "6 total commits to the home-assistant organization: +5 commits to home-assistant +1 commit to home-assistant.io +") +- [Wopalecki (@Wopalecki)](https://github.com/Wopalecki "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Wouter (@wouterpotters)](https://github.com/wouterpotters "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Wouter Wolkers (@wwolkers)](https://github.com/wwolkers "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Wuppie007 (@Wuppie007)](https://github.com/Wuppie007 "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [wyzbv (@wyzbv)](https://github.com/wyzbv "8 total commits to the home-assistant organization: +8 commits to open-zwave +") +- [wyznerd (@wyznerd)](https://github.com/wyznerd "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [xander2 (@xander2)](https://github.com/xander2 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [xdite (@xdite)](https://github.com/xdite "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [XECDesign (@XECDesign)](https://github.com/XECDesign "145 total commits to the home-assistant organization: +145 commits to pi-gen +") +- [xelprep (@xelprep)](https://github.com/xelprep "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Xorso (@Xorso)](https://github.com/Xorso "22 total commits to the home-assistant organization: +21 commits to home-assistant +1 commit to hassio-addons +") +- [xPsIXx (@xPsIXx)](https://github.com/xPsIXx "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [xs4 (@xs4)](https://github.com/xs4 "78 total commits to the home-assistant organization: +78 commits to open-zwave +") +- [xTCx (@xTCx)](https://github.com/xTCx "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [yankees9920 (@wagnerbenh)](https://github.com/wagnerbenh "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Yannic\-HAW (@Yannic-HAW)](https://github.com/Yannic-HAW "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Yannick KERMAREC (@YanK-fr)](https://github.com/YanK-fr "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Yannick POLLART (@ypollart)](https://github.com/ypollart "8 total commits to the home-assistant organization: +4 commits to home-assistant +4 commits to home-assistant.io +") +- [Yannick Simard (@TheRaven)](https://github.com/TheRaven "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Yannik25 (@Yannik25)](https://github.com/Yannik25 "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [yasin (@yasinS)](https://github.com/yasinS "4 total commits to the home-assistant organization: +4 commits to home-assistant.io +") +- [YcKe (@YcKe)](https://github.com/YcKe "8 total commits to the home-assistant organization: +8 commits to open-zwave +") +- [yeah (@yeah)](https://github.com/yeah "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Yegor Vialov (@estevez-dev)](https://github.com/estevez-dev "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Yevgeniy (@sgttrs)](https://github.com/sgttrs "5 total commits to the home-assistant organization: +3 commits to home-assistant +1 commit to home-assistant-polymer +1 commit to home-assistant.io +") +- [Yien Xu (@yienxu)](https://github.com/yienxu "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [yingzong (@yingzong)](https://github.com/yingzong "1 total commits to the home-assistant organization: +1 commit to warrant +") +- [Yonsm (@Yonsm)](https://github.com/Yonsm "3 total commits to the home-assistant organization: +2 commits to home-assistant +1 commit to home-assistant.io +") +- [yulongying (@yulongying)](https://github.com/yulongying "1 total commits to the home-assistant organization: +1 commit to home-assistant-js-websocket +") +- [Yum (@goofz)](https://github.com/goofz "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [Z (@zanerv)](https://github.com/zanerv "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [z0p (@z0mbieprocess)](https://github.com/z0mbieprocess "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [Zac (@zacs)](https://github.com/zacs "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Zac\-HD (@Zac-HD)](https://github.com/Zac-HD "5 total commits to the home-assistant organization: +3 commits to home-assistant +2 commits to home-assistant.io +") +- [Zach (@snowzach)](https://github.com/snowzach "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Zachary Priddy (@zpriddy)](https://github.com/zpriddy "1 total commits to the home-assistant organization: +1 commit to open-zwave +") +- [Zack Arnett (@zsarnett)](https://github.com/zsarnett "86 total commits to the home-assistant organization: +68 commits to home-assistant-polymer +17 commits to home-assistant.io +1 commit to developers.home-assistant +") +- [zajnic (@zajnic)](https://github.com/zajnic "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [Zeb Palmer (@zebpalmer)](https://github.com/zebpalmer "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [Zellux Wang (@zellux)](https://github.com/zellux "2 total commits to the home-assistant organization: +2 commits to home-assistant +") +- [zeltom (@zeltom)](https://github.com/zeltom "2 total commits to the home-assistant organization: +1 commit to home-assistant +1 commit to home-assistant.io +") +- [Zen Tormey (@xehn)](https://github.com/xehn "4 total commits to the home-assistant organization: +4 commits to home-assistant.io +") +- [ZERBIB Mickael (@Hellorheaven)](https://github.com/Hellorheaven "2 total commits to the home-assistant organization: +2 commits to open-zwave +") +- [zgmnkv (@zgmnkv)](https://github.com/zgmnkv "4 total commits to the home-assistant organization: +4 commits to open-zwave +") +- [Zhao (@zhaokoh)](https://github.com/zhaokoh "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Zhao Lu (@zlu)](https://github.com/zlu "4 total commits to the home-assistant organization: +4 commits to home-assistant.io +") +- [Zhong Jianxin (@azuwis)](https://github.com/azuwis "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [zhujisheng (@zhujisheng)](https://github.com/zhujisheng "3 total commits to the home-assistant organization: +2 commits to home-assistant.io +1 commit to home-assistant +") +- [zhumuht (@zhumuht)](https://github.com/zhumuht "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Zio Tibia (@ziotibia81)](https://github.com/ziotibia81 "14 total commits to the home-assistant organization: +7 commits to home-assistant.io +7 commits to home-assistant +") +- [Zippit (@zippit)](https://github.com/zippit "2 total commits to the home-assistant organization: +2 commits to home-assistant.io +") +- [zmrowicki@hotmail\.com (@zmrow)](https://github.com/zmrow "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +- [Zorks (@Zorks)](https://github.com/Zorks "5 total commits to the home-assistant organization: +5 commits to home-assistant.io +") +- [Zoé Bőle (@zoe1337)](https://github.com/zoe1337 "4 total commits to the home-assistant organization: +3 commits to home-assistant +1 commit to home-assistant.io +") +- [zuccs (@zuccs)](https://github.com/zuccs "1 total commits to the home-assistant organization: +1 commit to home-assistant.io +") +- [zxdavb (@zxdavb)](https://github.com/zxdavb "11 total commits to the home-assistant organization: +10 commits to home-assistant.io +1 commit to home-assistant +") +- [Åskar Andersson (@olskar)](https://github.com/olskar "10 total commits to the home-assistant organization: +6 commits to home-assistant.io +3 commits to home-assistant +1 commit to hassbian-scripts +") +- [Øystein Hansen (@oeysteinhansen)](https://github.com/oeysteinhansen "1 total commits to the home-assistant organization: +1 commit to home-assistant +") +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 is irregularly updated using the [`credits_generator` tool](https://github.com/home-assistant/home-assistant.github.io/tree/next/credits_generator). If you think that you are missing, please let us know. - -This page was last updated Sunday, October 14th 2018, 11:41:31 am UTC. +This page was last updated Sunday, November 11 2018, 11:09:10 UTC. diff --git a/source/help/index.markdown b/source/help/index.markdown index fdc9cabb62f..f2bc298249a 100644 --- a/source/help/index.markdown +++ b/source/help/index.markdown @@ -53,7 +53,9 @@ Looking for [talking points](/help/talking-points/) or [trivia](/help/trivia)? Don't miss the regular [Home Assistant podcasts](https://hasspodcast.io/). +- [DINAcon begeistert 200 Teilnehmende und die Award-Gewinner 2018](https://dinacon.ch/wp-content/uploads/sites/4/2018/10/2018-10-19_DINAcon2018_Medienmitteilung.pdf) - October 2018 - [Build a wireless MQTT weather sensor for your Home Assistant](https://www.smartlab.at/build-a-wireless-mqtt-temperature-and-humidity-sensor-for-your-home-assistant/) - October 2018 +- [Nominations for the DINACon award 2018](https://www.netzwoche.ch/news/2018-09-04/das-sind-die-nominierten-fuer-die-dinacon-awards-2018) - September 2018 - [​Building a better thermostat with Home Assistant](https://opensource.com/article/18/8/build-thermostat-open-source-tools) - August 2018 - [​Home Assistant lets you automate your smart home without giving up privacy](https://www.the-ambient.com/features/home-assistant-automation-privacy-582) - May 2018 - [HackSpace magazine #6](https://s3-eu-west-1.amazonaws.com/rpi-magazines/issues/full_pdfs/000/000/013/original/HS_6_Digital_Optimised.pdf?1524495009) - May 2018 diff --git a/source/images/blog/2018-11-release-82/lovelace-edit.png b/source/images/blog/2018-11-release-82/lovelace-edit.png new file mode 100644 index 00000000000..1f64e8e4d0a Binary files /dev/null and b/source/images/blog/2018-11-release-82/lovelace-edit.png differ diff --git a/source/lovelace/index.markdown b/source/lovelace/index.markdown index e48aa75e1ff..a0c04bf77ea 100644 --- a/source/lovelace/index.markdown +++ b/source/lovelace/index.markdown @@ -48,6 +48,25 @@ Visual comparison of old configuration versus new configuration Create a new file `/ui-lovelace.yaml` and add the following content. Adjust the entity names to entities that exist in your Home Assistant installation. +As a super minimal example, here's the bare minimum you will need for this to work: + +```yaml +title: My Awesome Home +views: + # View tab title. + - title: Example + panel: true + # Makes the first card fill the view + cards: + # The markdown card will render markdown text. + - type: markdown + title: Lovelace + content: > + Welcome to your **Lovelace UI**. +``` + +A slightly more advanced example shows additional elements which can be used to customize your frontend. + ```yaml title: My Awesome Home # Include external resources @@ -155,9 +174,3 @@ frontend: Given examples refer to `/local/example_image.jpg`. That means you should have `www` directory next to your HA `configuration.yaml`. An image kept in `HA_configuration_dir/www/example_image.jpg` will be shown after refreshing Lovelace page. Restart Home Assistant after creating the `www` directory. Otherwise, HA will not know that you created this directory. - -### {% linkable_title My `ui-lovelace.yaml` file suddenly has ID's added to all cards and views! %} - -Since version 0.81 we started preparing for the ability to edit you Lovelace UI from the UI itself. To be able to do this every view and card should have a unique ID. If your cards or views do not have an ID, Home Assistant will add a random one. You can edit the ID, the only restriction is that it is unique. - -If you don't want Home Assistant to write to your `ui-lovelace.yaml` file, make sure all your views and cards have an ID, then Home Assistant will not touch your file.