Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update onewire integration docs #12071

Merged
merged 8 commits into from
Feb 17, 2020
Merged

Update onewire integration docs #12071

merged 8 commits into from
Feb 17, 2020

Conversation

MrDadoo
Copy link
Contributor

@MrDadoo MrDadoo commented Feb 12, 2020

Changes to go along with pull request #31419 for the onewire component.

Proposed change

Changes made to describe platform better, how to use it, what it provides and what kind of devices it supports.

Type of change

  • Spelling, grammar or other readability improvements (current branch).
  • Adjusted missing or incorrect information in the current documentation (current branch).
  • Added documentation for a new integration I'm adding to Home Assistant (next branch).
  • Added documentation for a new feature I'm adding to Home Assistant (next branch).
  • Removed stale or deprecated documentation.

Additional information

Checklist

  • This PR uses the correct branch, based on one of the following:
    • I made a change that is related to an upcoming version of Home Assistant and used the next branch.
  • The documentation follows the Home Assistant documentation standards.

Changes to go along with pull request home-assistant#31419 for the onewire component.
@probot-home-assistant probot-home-assistant bot added has-parent This PR has a parent PR in a other repo next This PR goes into the next branch labels Feb 12, 2020
@klaasnicolaas klaasnicolaas changed the title Updated markdown document Update onewire integration docs Feb 12, 2020
@MrDadoo
Copy link
Contributor Author

MrDadoo commented Feb 13, 2020

Am I supposed to do something else with these pull requests?
One of the tests seems not willing to complete.

@klaasnicolaas
Copy link
Member

You must first resolve the merge conflict 😉

@klaasnicolaas klaasnicolaas added the in-progress This PR/Issue is currently being worked on label Feb 13, 2020
@MartinHjelmare MartinHjelmare added the parent-merged The parent PR has been merged already label Feb 13, 2020
@MrDadoo
Copy link
Contributor Author

MrDadoo commented Feb 13, 2020

Actually I don't understand why there was a conflict, but its resolved anyhow.

Can I in some way see who wrote the original docs... There are some things I dont really understand and would like to ask.

@klaasnicolaas
Copy link
Member

I see that @fabaff originally made the documentation of this integration, but you can just ask your questions here. Maybe I can help you?

@MrDadoo
Copy link
Contributor Author

MrDadoo commented Feb 14, 2020

There is a section about "multiple sensors" and "updating database using SQL" and "discontinuity in measurements".
I don't understand why this happens. Is it something related to the TAI-8570 device.

@MrDadoo
Copy link
Contributor Author

MrDadoo commented Feb 14, 2020

One other question @klaasnicolaas. I am not up to date with new naming of home assistant.
I tried in the doc to discuss hass.io and Docker, but the linter didn't like that.
What is the correct terminology for the softwar package containing docker, supervisor, and homeassistnat that previously was called hass.io.
And the home assistant software that nowadays run within the docker container, what is that called?

@frenck
Copy link
Member

frenck commented Feb 14, 2020

Wat previously was called "Hass.io" is now called "Home Assistant".
"Home Assistant" is the full suite of projects we run.

Wat previously was called "Home Assistant" is now called "Home Assistant Core".
You can run Home Assistant Core in a Python virtual environment, or, using Docker.

There is also a variant "Hass.io on a generic
Linux installation", in which people run the Supervisor on e.g., Ubuntu or Debian. This is now called "Home Assistant Supervised".

@MrDadoo
Copy link
Contributor Author

MrDadoo commented Feb 14, 2020

Thanks allot for the clarification @frenck. I'll keep that in mind. I'll use that when updating the docs

source/_integrations/onewire.markdown Outdated Show resolved Hide resolved
source/_integrations/onewire.markdown Outdated Show resolved Hide resolved
source/_integrations/onewire.markdown Outdated Show resolved Hide resolved
source/_integrations/onewire.markdown Outdated Show resolved Hide resolved
source/_integrations/onewire.markdown Outdated Show resolved Hide resolved
source/_integrations/onewire.markdown Outdated Show resolved Hide resolved
source/_integrations/onewire.markdown Outdated Show resolved Hide resolved
source/_integrations/onewire.markdown Outdated Show resolved Hide resolved
source/_integrations/onewire.markdown Outdated Show resolved Hide resolved
source/_integrations/onewire.markdown Show resolved Hide resolved
Co-Authored-By: Franck Nijhof <frenck@frenck.nl>
@MrDadoo
Copy link
Contributor Author

MrDadoo commented Feb 14, 2020

On the 1-wire bus, sensors might come and go.
A sensor that has been available might disappear for a while, especially on unstable networks.
I've found last_changed and last_updated attributes (sounds quite similar to me).
But what is best practice to note if a sensor is present or not. On 433 sensors, battery might go low or obstacles may appear in radio transmission and sensors might be away for a while.
In other systems, this can be shown by the sensor being dimmed or having a ! mark.
What is the preferred way of implementation in HA?
Also, if new 1-wire devices appear on the network. Is it then good practice to dynamically add them?
For disappeared sensors, removing them is not a good solution in my opinion, but marking them as not available.
I miss a "last_seen" property handled by ha inherently.

MrDadoo and others added 2 commits February 15, 2020 17:11
Suggestions added

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>
@MrDadoo
Copy link
Contributor Author

MrDadoo commented Feb 15, 2020

@frenck and @klaasnicolaas ,in Home Assistant (and … Core and ...Supervised), is it really possible to access the GPIO pins on the Raspberry Pi for example. The doc has descriptions on how to use w1-gpio kernel module. Is that module available on HassOS? (I myself run Home Assistant Supervised on a Linux OS so I cannot check) As HA nowadays run in virtualized python or docker or on HassOS, shouldn't that part be removed from this document?
We can run the onewire platform using owserver over network or install an add-on that runs some os that can read the I2C or USB busses and expose owfs over network. Even if we in an add-on can run owfs and populate an /mnt/1-wire folder, this onewire integration cannot read that containers file system.
Am I completely off track here, or does the document need a bigger revision?

@frenck frenck merged commit b778a07 into home-assistant:next Feb 17, 2020
@probot-home-assistant probot-home-assistant bot removed in-progress This PR/Issue is currently being worked on parent-merged The parent PR has been merged already labels Feb 17, 2020
dshokouhi added a commit to dshokouhi/home-assistant.github.io that referenced this pull request Feb 25, 2020
* Round of spelling fixes (home-assistant#11899)

* Spelling and Markdown fixes: Part 3

* Fix build

* Spelling and Markdown fixes: Part 2 (home-assistant#11900)

* Spelling and Markdown fixes: Part 2

* ✏️ Fix table

Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>

* Update samsungtv.markdown

* Add code owners.
Add utterance.
Grammar fixes.

* Add android release blog post

* Apply suggestions from code review

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Grammar change.

* Spelling and Markdown fixes: Part 4

* Cleanup and redirect add-on documentation

* Update links to new header name in Alexa Smart Home (home-assistant#11912)

* Replace all 'Else targets all.' occurrences. (home-assistant#11749)

* Replace all 'Else targets all.' occurrences.

* Remove mention of required area or entity_id

* Explain sensor names. (home-assistant#11913)

Provide a hint about what sensor names the time_date platform creates.

* Blog: Changing the Home Assistant Brand (home-assistant#11921)

* Add initial 105 release notes stub

* docs: added supported NVR model DS-7616NI-K2 (home-assistant#11924)

tested successfully with motion detection

* Add info for Home Assistant Supervised install (home-assistant#11923)

* Add PS Hold to commands (home-assistant#11918)

* Add note to Badges regarding Panel mode (home-assistant#11914)

* Add note to badges re: Panel mode

Clarify that badges do not show when view is in panel mode.

* Update source/lovelace/views.markdown

Co-Authored-By: Klaas Schoute <klaas_schoute@hotmail.com>

Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>

* Update Lovelace changelog.markdown for 0.105 (home-assistant#11917)

* Update changelog.markdown

* Update changelog.markdown

* Update changelog.markdown

* Documentation for Sleepiq Lights integration (home-assistant#11929)

* Update mikrotik.markdown (home-assistant#11927)

* Rationalisation (home-assistant#11908)

Move options for visible to be under Visible heading

* Fix latest-release-notes redirect (home-assistant#11936)

* Fix configuration and example in template alarm_control_panel (home-assistant#11931)

The configuration for template_alarm_control_panel currently doesn't work.  It is similar to the template sensor, and the proposed configuration works.

* Community Highlights, first edition! (home-assistant#11938)

* Community Highlights, week 5 2020

* Corrects, converted to editions

* Fix description

* Add Community Highlight suggest form (home-assistant#11943)

* 🎨 Give Ecobee new logo (home-assistant#11953)

* Just a couple of quick typos (home-assistant#11946)

Just changed "The" to "There" twice

* Update air_quality.xiaomi_miio.markdown (home-assistant#11945)

updated attributes

linked to home-assistant/core#31287

* Update changelog.markdown (home-assistant#11937)

* Adjust example (home-assistant#11950)

Example comment is a bit confusing by saying it sets the input_datetime to 05:30, however the actual examples shows different ways to set the input_datetime, not only setting it to 05:30

* Added location where learned codes can be found (home-assistant#11949)

* Added location where learned codes can be found

At the moment, the full codes are not published elsewhere it seems (bugs?). Eventually this file location should be removed again, but for now this info will help people.

* ✏️ Tweaks

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update nmap parameter to use -sn instead of -sP (home-assistant#11942)

The change in nmap was made 10 years ago, it is time to update the documentation 
Ref: nmap/nmap@2e7208d

* Update sighthound.markdown (home-assistant#11941)

Fix typo and improve description

* move note about check config (home-assistant#11939)

Moves the note about the "CHECK CONFIG" button only being visible in advanced mode to the previous paragraph where it tells you to click the button. I was confused for a second until I read on to the next paragraph. It seems to make more sense to put the note about the button in the paragraph where it tells you to click the button.

I also made a couple other minor tweaks for consistency and accuracy.

* Update tahoma documentation to add support for somfy's smart lock. (home-assistant#11925)

* Added opening and closing states to the MQTT cover (home-assistant#11905)

Updated the MQTT cover documentation with support for the opening and closing states.

* Update new scan_interval default for Tesla (home-assistant#11883)

* Add mqtt.dump docs (home-assistant#11955)

* Update mikrotik.markdown (home-assistant#11957)

`verify_ssl` is now used instead of `ssl`.

* Support multiple attachments in signal messenger integration (home-assistant#11863)

* signal_messenger integration now supports multiple attachments

* Added parameter time to search for a specific trip time. (home-assistant#11235)

* Added parameter time to search for a specific trip time.

* Apply suggestions from code review

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Document salt device_tracker platform (home-assistant#11811)

* Document salt device_tracker platform

* ✏️ Tweaks

* Update salt.markdown

* Indicate all fields required

* Bump ha_release

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Add functions to TotalConnect (home-assistant#11160)

* Update totalconnect.markdown

* Update totalconnect.markdown

* Add documentation for new opnsense integration (home-assistant#10427)

* Add documentation for new opnsense component

This commit adds documentation for the opnsense device tracker which is
being added in home-assistant/core#26834.

* Update source/_components/opnsense.markdown

Co-Authored-By: Klaas Schoute <klaas_schoute@hotmail.com>

* Fixes from review comments

* More updates from code review

The previous updates in dc93323 around
the defaults were applied a bit too mechanically and the same problem
existed elsewhere in the configuration section. This commit also updates
those to fix the same issue there.

* ✏️ Tweaks

* Move documentation to new integrations location

* Remove LAN default for tracker_interfaces

Part of the review changes made to the PR adding this component was to
not set a default value for the tracker_interfaces to ["LAN"]. This
commit just updates the configuration section of the docs to reflect
this change.

* Update opnsense.markdown

Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Added VSX-528 as a supported device (home-assistant#11952)

* Added VSX-528 as a supported device

* Added port 8102 to VSX-528 config

* Drop fritzdect integration (home-assistant#11948)

* Delete fritzdect.markdown

* Update _redirects

* Remove internal links to this page

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Frontend release notes 0.105 (home-assistant#11961)

* Frontend release notes 0.105

* Update 2020-02-05-release-105.markdown

* Add missing sensors to list of supported sensors (home-assistant#11959)

* Update Vizio docs to reflect improved discovery (home-assistant#11935)

* update discovery and pairing instructions, clarify configuration options

* close code markup

* fix markdown

* small tweaks to hopefully get build to pass

* adhere to guidelines

* try removing block quote

* Update source/_integrations/vizio.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update source/_integrations/vizio.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* readd block quote and make it clear users should be on the latest version of pyvizio

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Breaking change descriptions (home-assistant#11964)

Adds descriptions

* Update pvoutput.markdown (home-assistant#11965)

* Update pvoutput.markdown

Replaced some single quotes with double quotes in the pvoutput template. Current template throwing errors similar to these (line numbers will vary based on configuration.yaml file:
```
Configuration invalid 
CHECK CONFIG
Error loading /config/configuration.yaml: while parsing a block mapping
  in "/config/configuration.yaml", line 408, column 9
expected <block end>, but found '<scalar>'
  in "/config/configuration.yaml", line 408, column 56
```
Updated template configuration fixes these errors.

* ✏️ Tweak

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Add color to light template (home-assistant#11958)

* Add telegram_chatbot `timeout` parametr. (home-assistant#11944)

Add timeout param to telegram_bot.send_file(send_video, send_photo, send_sticker, send_document) that help fixed issue with timeout error (with a large file size, poor internet connection, etc.)

* Fix the NS API and product name (home-assistant#11843)

Goes together with home-assistant/core#30971

* Derivative component update, add time_window (home-assistant#11963)

* update the docs, see home-assistant/core#31397

* add more detailed example

* Add missing icon option for light-card (home-assistant#11967)

* Update HassOS Version

* Release notes for 0.105

* fixed nginx configuration for subdomains (home-assistant#11974)

proxy options were missing for the root location

* Document brightness step for light.turn_on (home-assistant#11973)

* Document brightness step

* Clarify light.toggle service

* one more example of configuring packages folder (home-assistant#11971)

* one more example of configuring packages folder

I thought it's useful to have a real example of what's possible to achieve.

* ✏️ Tweaks

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Correct some typos in 105 release notes

* Add additional zones changes to 105 release notes

* Add missing breaking changes to 105 release notes

* Add Supervisor panel updates to 105 release notes

* Adds safe_mode integration documentation (home-assistant#11977)

* Adds search integration documentation (home-assistant#11978)

* Document filtering of sources for Android TV (home-assistant#11816)

* Document filtering of sources for Android TV

* Revise documentation for source filtering

* Document 'exclude_unnamed_apps' parameter

* Fix typo

* Correct some typos in 105 release notes

* Add some more reasoning to 105 release notes

* Add closing backticks (home-assistant#11980)

* Document filtering of sources for Android TV (home-assistant#11816)

* Document filtering of sources for Android TV

* Revise documentation for source filtering

* Document 'exclude_unnamed_apps' parameter

* Fix typo

* Fix the NS API and product name (home-assistant#11843)

Goes together with home-assistant/core#30971

* Update Lovelace changelog.markdown for 0.105 (home-assistant#11917)

* Update changelog.markdown

* Update changelog.markdown

* Update changelog.markdown

* Add PS Hold to commands (home-assistant#11918)

* Update mikrotik.markdown (home-assistant#11927)

* Fix configuration and example in template alarm_control_panel (home-assistant#11931)

The configuration for template_alarm_control_panel currently doesn't work.  It is similar to the template sensor, and the proposed configuration works.

* Update changelog.markdown (home-assistant#11937)

* Update sighthound.markdown (home-assistant#11941)

Fix typo and improve description

* Add mqtt.dump docs (home-assistant#11955)

* Update mikrotik.markdown (home-assistant#11957)

`verify_ssl` is now used instead of `ssl`.

* Adds safe_mode integration documentation (home-assistant#11977)

* Adds search integration documentation (home-assistant#11978)

* Final updates to 105 release notes

* Adds tests fix to release notes for 0.105

* Adds tests fix to release notes for 0.105

* Sync codebase with docs for 0.105

* Add documentation for new opnsense integration (home-assistant#10427)

* Add documentation for new opnsense component

This commit adds documentation for the opnsense device tracker which is
being added in home-assistant/core#26834.

* Update source/_components/opnsense.markdown

Co-Authored-By: Klaas Schoute <klaas_schoute@hotmail.com>

* Fixes from review comments

* More updates from code review

The previous updates in dc93323 around
the defaults were applied a bit too mechanically and the same problem
existed elsewhere in the configuration section. This commit also updates
those to fix the same issue there.

* ✏️ Tweaks

* Move documentation to new integrations location

* Remove LAN default for tracker_interfaces

Part of the review changes made to the PR adding this component was to
not set a default value for the tracker_interfaces to ["LAN"]. This
commit just updates the configuration section of the docs to reflect
this change.

* Update opnsense.markdown

Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update hue.markdown (home-assistant#11987)

* Update entities.markdown (home-assistant#11985)

* Remove false new netatmo platform item (home-assistant#11982)

* Release 105.1

* duration is (supposedly) an optional attr (home-assistant#11981)

If it says something about default in the description

* Add a dash before `platform:’ in sht31.markdown (home-assistant#11975)

It seems that it’s usual practice to keep sensor a map

* added note about name variable (home-assistant#11970)

* added note about name variable

I though that name is just for frontend and spent some time finding out where my sensor had gone when I had changed its name.
Hope it will save others' time.
Actually, I don't think this component's approach is great - would be much more intuitive to have name as a key of a dictionary (as with template sensors, for example) and a friendly_name for UI.
Unfortunately, there are many of similar components - perhaps they are older than current template sensor's implementation?

* links -> relative

* ✏️ Tweak

Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>

* ssl: to verify_ssl: (home-assistant#11990)

changed ssl: to verify_ssl:

* typo SST STT (home-assistant#11996)

* fixed spelling error (home-assistant#11994)

Line 56 changed Speach to Speech

* Update streamlabswater.markdown (home-assistant#11983)

* Update streamlabswater.markdown

I didn't know about the API costs when I purchased the device, so this warning may help others make a more informed decision if they want to buy this product based on it's HA integration like I did.

* Moved warning from description to a note box

Wasn't sure if a note box, or a warning box was appropriate, so just used a normal note box. I also added a link to their subscription page instead of specifically listing the prices. That way if the prices change the docs don't need updated.

* Update streamlabswater.markdown

Fixed broken URL from previous edit

* ✏️ Tweak

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Minor typo in sms.markdown (home-assistant#11997)

Fix a minor misspelling of "integration"

* Add support for belgian meter and rename some sensors (home-assistant#11509)

* Remove of liveboxplaytv integration (ADR0004) (home-assistant#11989)

* 105.2

* Updated provider name in blockchain.markdown (home-assistant#11995)

@Quentame Updated provider name in blockchain.markdown

* Add link for manual installer (home-assistant#12000)

* Add link for manual installer

* ✏️ Tweak

Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>

* Fix typo in alarm control panel markdown (home-assistant#12004)

* Removed Samsung TV (home-assistant#12001)

As of 0.105 Samsung TV uses ssdp now, apparently

* Community Highlights, 2nd edition (home-assistant#12010)

* Community Highlights, 2nd edition

* Add subtitle and social image

* Small wording correction

* Remove my name from intro, not needed

* Fixed incorrect  type of `client_secret` in Netatmo docs. (home-assistant#12009)

* Change reference of hass.io to supervisor (home-assistant#12011)

* Correct MQTT Lock Default States (home-assistant#12021)

Updated the defaults to match the states changed in home-assistant/core#29808

* Unfeature wink. (home-assistant#12033)

* Update OS

* Update yeelight.markdown (home-assistant#12034)

Add more description, around model setting, to better state when and why someone might want to set model in config. Example issue where this might be helpful for user: home-assistant/core#30886 (comment)

* Update discovery documentation for google cast (home-assistant#12029)

* Update lets_encrypt.markdown (home-assistant#12026)

certbot-auto appears to no longer be the preferred method to install certs, certbot is now the recommended method (certbot/certbot#6933 (comment))

I've also added an additional chmod that I had to add to allow Home Assistant to read the cert files, as otherwise I got the error:

Invalid config for [http]: file not readable for dictionary value @ data['http']['ssl_key'].

* Update synology.markdown (home-assistant#12018)

* Update synology.markdown

It is also possible to run Hass.io in a VM on Synology using the VDI image.

* Update source/_docs/installation/synology.markdown

Co-Authored-By: Klaas Schoute <klaas_schoute@hotmail.com>

Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>

* Added troubleshooting info (home-assistant#12008)

* Added troubleshooting info

The `INVALID_CLIENT: Invalid redirect URI` error can occur when the URL, for example, contains a port number. This can happen if the port number is set in the Base_URL attribute of the HTTP integration.

* Convert text to note box

* ✏️ Tweak

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update netatmo.markdown (home-assistant#12039)

Clarify that the integrations page must be used after adding client_id and client_secret.

* Fix typo (home-assistant#12041)

There are 3 options listed, not 2.

* Updated remaining references to certbot-auto (home-assistant#12038)

certbot-auto appears to no longer be the preferred method to install certs, certbot is now the recommended method certbot/certbot#6933 (comment)

Also updated some text blocks to bash.

* Correct Evohome integration docs (home-assistant#12017)

* initial commit

* small fixes

* small fixes 2

* small fixes 3

* latest tweaks

* samples

* tidy up

* tidy up

* small fixes

* small fixes 2

* small fixes 3

* small fixes 4

* small fixes 5

* Update source/_integrations/evohome.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update source/_integrations/evohome.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update source/_integrations/evohome.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update source/_integrations/evohome.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update source/_integrations/evohome.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update source/_integrations/evohome.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* more tweaks

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Fixed URL Formatting (home-assistant#12042)

github is parsing the markdown slightly differently than the website did once it pushed to the site, this change _should_ fix it.

* 105.3

* Added instructions to pick qemu targets if no specific target (home-assistant#12035)

* added instructions to pick emu targets if no specific target

Based on Franck's response to my issue here:
home-assistant/supervised-installer#74
I suggest to clarify the documentation with the above text

* Update source/hassio/installation.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Fix incorrect description with Modbus switch example (home-assistant#12045)

* Change description double-tap (home-assistant#12046)

* Add config flow to Meteo-France (home-assistant#11474)

* Add config flow to Meteo-France

* Review

* Review 2

* Remove monitored_conditions

Follows e74ad0c

* Add myself as codeowner

* Precise postal code param + created sensors

* Add GDACS feed integration (home-assistant#11956)

* new gdacs integration

* added source

* formatting

* change image paths

* removed default

* updated quality scale

* Documentation for Minecraft Server Integration (home-assistant#11815)

* Documentation for Minecraft Server integration

* Update documentation to match changes in parent pull request

* ha_category: Binary sensor -> Binary Sensor

* Update documentation after fixed review findings

* Abode water valve support (home-assistant#11954)

* Add recorder vars db_max_retries and db_retry_wait (home-assistant#12023)

* added documentation for recorder component

Added db_max_retries and db_retry_wait variables to docs

* added default values to vars and edited database setup section.

* readded recorder details line i mistakenly removed

* changed int to integer

* Added technical sensors (home-assistant#12025)

Update to support technical sensors according to pull request.

* Update configuration for Sure Petcare integration and add a ne… (home-assistant#11962)

* update configuration and add new way to get the IDs

* Update source/_integrations/surepetcare.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update source/_integrations/surepetcare.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update source/_integrations/surepetcare.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* implement suggestions from @frenck & add screenshot

* ✏️ Change the way the image is embeded

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Respiration type entities are disabled by default (home-assistant#12013)

* Add documentation for MELCloud integration (home-assistant#11930)

* Add documentation for MELCloud integration

* Remove quotes from HA release

* Make the text flow

Co-Authored-By: Teemu R. <tpr@iki.fi>

* Make the text flow 2

Co-Authored-By: Teemu R. <tpr@iki.fi>

* Make the text flow 3

Co-Authored-By: Teemu R. <tpr@iki.fi>

* Add link to MELCloud

* Switch that abbreviation

* Clarify and update configuration.yaml setup

* Clarify configuration.yaml setup, vol 2

* Clarify token refresh

* Try to clarify the power control

* Update melcloud.markdown

Co-authored-by: Teemu R. <tpr@iki.fi>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Dynalite Integration Documentation (home-assistant#10866)

* stub

* initial stuff

* initial work

* starting work

* initil work for the Dynalite component

* fixes some place where it still says "hue" instead of "dynalite"

* ✏️ Tweak

* updated the header per klaasnicolaas instructions

* ✏️ Tweak

* ✏️ Tweaks

* ⬆️ Bump ha_version

Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update Modbus binary sensor docs (home-assistant#12036)

* Bump nokogiri from 1.10.7 to 1.10.8 (home-assistant#12047)

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.7 to 1.10.8.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.10.7...v1.10.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Update uk_transport.markdown (home-assistant#12049)

Fixed quoting on example templates.  Quoting was invalid, used `'` for inside and outside quotes.  Quotes needed to alternate.  e.g. `"` outside and `'` inside or `'` outside and `"` inside.  I chose the former.

* Update glances.markdown (home-assistant#12050)

* Add support for Texas Instruments CC to ZHA (home-assistant#12051)

* Time section: wording clarified, urls updated (home-assistant#11979)

* Time section: wording clarified, urls updated

There were some uncetrtanties/errors.
Urls updated to point to the latest python docs

* Update source/_docs/configuration/templating.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* wording changed

* note rephrased/moved

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* 🔨 disable_turn_off is a boolean (home-assistant#12054)

* Android 1.6 & 1.7 blog (home-assistant#12059)

* Add Android 1.6 and 1.7 blog post

* Update 2020-02-11-android-16-17-release.markdown

* optimize garage

* Add files via upload

* Decreasing heading size

* Update 2020-02-11-android-16-17-release.markdown

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>

* Update tplink.markdown (home-assistant#12058)

* Update binary sensor docs with icon coloring changes (home-assistant#12057)

icon coloring was changed in 0.105, this adds a little extra note pointing out that in order to get it looking like that image on the left, you must have `state_color: true`

* Update python_script.markdown (home-assistant#12055)

* Update python_script.markdown

* ✏️ Tweak

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update sms.markdown (home-assistant#12053)

* Update sms.markdown

* ✏️ Tweaks

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Add play store button and request for ratings

* Update installation.markdown (home-assistant#11986)

* Update installation.markdown

- Updated verbiage to align with recent post "Changing the Home Assistant Brand"
- Small grammatical errors

* Update installation.markdown

- fixed menu selection for upgrading

* Update source/hassio/installation.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update source/hassio/installation.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update installation.markdown

- Changed HassOS verbiage but left link as is for functionality

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Document restrictions on allowed characters in MQTT discovery… (home-assistant#12060)

Document restrictions on allowed characters in MQTT discovery topics.
As discussed in home-assistant#30940.

* Multiple Tado accounts (home-assistant#11992)

* Rebased to next

* ✏️ Tweak

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Small tweaks to Android release blog post (home-assistant#12062)

* Adds text linting, check & fix common misspellings (home-assistant#12061)

* Adds Terminology Textlint plugin, fixes use of Home Assistant (home-assistant#12063)

* Extends textlint Terminology list (home-assistant#12065)

* Add image to automation example

* Extends textlint Terminology list; part 2 (home-assistant#12068)

* Extends textlint Terminology list; part 3 (home-assistant#12069)

* Extends textlint Terminology list; part 3

* Fix apcupsd

* Options for header and footer moved to Card itself (home-assistant#12052)

* Extends textlint Terminology list; part 4 (home-assistant#12070)

* Extends textlint Terminology list; part 5 (home-assistant#12072)

* Extends textlint Terminology list; part 5

* Remove walkthrough from textlint

* Improve Default Configuration page links

* Fix builds on next branch

* Extends textlint Terminology list; part 6 (home-assistant#12074)

* Update index.markdown (home-assistant#11993)

* Update index.markdown

Updated verbiage to align with re-branding of Home Assistant and Home Assistant Core

* Update index.markdown

- edited links for installation
- cleaned up the upgrading section for clarity

* :pencl2: Tweak

* ✏️ Tweak

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Re-branding; part 1 (home-assistant#12076)

* Re-branding; part 1

* Update source/_docs/configuration/troubleshooting.markdown

Co-Authored-By: Paulus Schoutsen <balloob@gmail.com>

* Update source/_docs/configuration/yaml.markdown

Co-Authored-By: Paulus Schoutsen <balloob@gmail.com>

* Process review suggestions

* Remove Porosity page

* Update source/_docs/z-wave/installation.markdown

Co-Authored-By: Paulus Schoutsen <balloob@gmail.com>

* Process review suggestions

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>

* time section: tweaks (home-assistant#12077)

Added empty string before notes and enclosed the example in {%raw%}{%endraw%}

* Add comment about the somfy cover to work well. (home-assistant#12066)

* add comment about the somfy cover to work well.

* ✏️ Tweak

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update docs for Modbus climate (home-assistant#12078)

* Adds locked_out.md (home-assistant#12079)

* Adds locked_out.md

Adds documentation for options when locked out or needing to recover files

* Adds meta data

* ✏️ Tweak

* fix incorrect terms

* fix typo

* ✏️ Tweaks

* ✏️ Tweak

* ✏️ Tweaks

Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Adds link to locked_out (home-assistant#12080)

Adds a link to new page about recovery options

* Extends textlint Terminology list; part 7 (home-assistant#12082)

* Update parameter name in Modbus climate (home-assistant#12083)

This PR updates the documentation to reflect the actual
code for Modbus climate.

An optional parameter, count, is actually named data_count. After discussion whether we should fix it in the HA Core or in the docs, it was decided to fix it in the docs for the sake of not breaking the code for existing users.

* Add documentation for SimpliSafe events (home-assistant#12081)

* Add documentation for SimpliSafe events

* Restrict which events get fired (per code review)

* Code review comments from parent PR

* Mention the possibility of missing energy sensor (home-assistant#12085)

Relatively recent devices do not necessarily have the energy metering
capabilities which can be surprising. The possibility of lacking
properties due to device capabilities as well as the possibility of
missing energy sensor in bold.

* 0.105.4

* Apple TV: Update link to pyatv documentation (home-assistant#12088)

* Add "mode" attribute to IPMA (home-assistant#11809)

* Add "mode" attribute to IPMA

* ✏️ Tweak

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update nuki.markdown (home-assistant#12089)

During Bridge setup it is possible on iOS app activate HTTP API and edit token.

* Add lg_netcast turn_on_action configuration variable (home-assistant#12075)

* Update lg_netcast.markdown

* ✏️ Tweak

This is more what I had in mind :)

* ❌ Remove part from first config example

Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>

* Update fritzbox_netmonitor.markdown (home-assistant#12087)

* Update fritzbox_netmonitor.markdown

Added Information note about uPnP Status transfer

* ✏️ Tweak

* Update fritzbox_netmonitor.markdown

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Fixed a typo (home-assistant#12095)

* Adjust working on Fast.com capabilities (home-assistant#12107)

* Minor spelling correction. (home-assistant#12103)

* Fix greeneye_monitor sample to match docs. Fixes home-assistant#12099 (home-assistant#12102)

* Link to companion docs (home-assistant#12101)

* Update redirects for new Companion App structure (home-assistant#12100)

* Update _redirects

* Remove duplicated heading

* Update source/_redirects

Good spot cheers

Co-Authored-By: Klaas Schoute <klaas_schoute@hotmail.com>

Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>

* Eight Sleep, add POD support, sleep fitness sensor (home-assistant#12105)

* Added documentation for the Vilfo Router integration (home-assistant#11868)

* Added documentation for the Vilfo Router integration.

* Updated to next release instead of already released version

* Extends textlint Terminology list; part 8 (home-assistant#12108)

* Docs for tado water heater (home-assistant#10642)

* Add support for older models of Eagle (home-assistant#10955)

* Update and rename entity-button.markdown to button.markdown (home-assistant#11895)

* Update and rename entity-button.markdown to button.markdown

* Update _redirects

* Update onewire integration docs (home-assistant#12071)

* Updated markdown document

Changes to go along with pull request home-assistant#31419 for the onewire component.

* Update onewire.markdown

* Update onewire.markdown

* Update source/_integrations/onewire.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Apply suggestions from code review

Suggestions added

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Removed references/footnotes

* ✏️ Tweaks

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Allow specifying icon for a script (home-assistant#12110)

* Add a scene icon (home-assistant#12111)

* Add missing Zone to Default Configuration integration (home-assistant#12113)

* Remove duke_energy integration (ADR-0004) (home-assistant#12114)

* Release 105.5

* Release OS 3.11 & 4.3 (home-assistant#12117)

* Release OS 3.11 & 4.3

* Add warning box

* Fix MFA notify subheading (home-assistant#12123)

Minor change: Totp heading seems to have been copied without editing. Proposed edit fixes The text to refer to the "notify" option rather than Totp.

* Add docs for SimpliSafe system notifications (home-assistant#12115)

* Add docs for SimpliSafe system notifications

* Updates per PR code review

* Add register type to Modbus climate docs (home-assistant#12116)

* Add host option for rpi_gpio_pwm component (home-assistant#12028)

* Add host option for rpi_gpio_pwm component

* ✏️ Tweak

* Applied textlint fixes

* Update source/_integrations/rpi_gpio_pwm.markdown

Co-Authored-By: springstan <46536646+springstan@users.noreply.github.com>

Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
Co-authored-by: springstan <46536646+springstan@users.noreply.github.com>

* Adjust twitch integration configuration (home-assistant#11853)

* Add oauth token doc

* Adjust to latest config changes

* ✏️ Tweaks

* Remove optional config from example

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* jewish_calendar component: Add support for displaying Daf Yomi (home-assistant#11690)

Accompany doc update for home-assistant/core#30628

* Fix Modbus climate example config (home-assistant#12093)

* Konnected Pro Board support and config flow (home-assistant#11785)

* Konnected Pro Board support and config flow

Updated docs to reflect pro board support and config flow support

* Updated to reflect options flow

* Note on imports

Note that the config/option flow must be used to finalize an imported configuration.yaml.

* fix textlint

* Update source/_integrations/konnected.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update source/_integrations/konnected.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update source/_integrations/konnected.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update source/_integrations/konnected.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update source/_integrations/konnected.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update source/_integrations/konnected.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update source/_integrations/konnected.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Add documentation for new option state_color (home-assistant#12125)

* Fix release for OPNsense

* Add new devices to HomematicIP Cloud (home-assistant#12112)

plus some fixes

* Plex ignore shared users (home-assistant#12132)

* Add community highlights 3rd edition (home-assistant#12127)

* Add community highlights 3rd edition

* Tweaks + Social image

* Add thank you to suggesters

* typo

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Add options to ignore shared/managed Plex clients

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Remove weblink integration (home-assistant#12140)

* Remove history_graph integration (home-assistant#12141)

* Remove history_graph integration

* Remove history_graph integration

* Deprecate Xfinity Gateway integration (ADR-0004) (home-assistant#12138)

* Fixed docs per changes in PR home-assistant#31760 (home-assistant#12157)

* update for the fixes on PR home-assistant#31760

* Update dynalite.markdown

* ✏️ Tweak

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* xml and jsonpath support (home-assistant#12084)

* xml and jsonpath support

home-assistant/core#31809

* adjust for lint

* grammar

* Fix xml conversion output, add a more complex example

* Update rest.markdown

* Added note about json_attributes_path

* Update source/_integrations/rest.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update source/_integrations/rest.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update source/_integrations/rest.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update source/_integrations/rest.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update source/_integrations/rest.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update source/_integrations/rest.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update source/_integrations/rest.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update source/_integrations/rest.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update source/_integrations/rest.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update rest.markdown

* Update source/_integrations/rest.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update source/_integrations/rest.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update rest.markdown

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update Sensor Image (home-assistant#12173)

* Added option to specify the name of Frontier Silicon devices (home-assistant#12160)

Added name parameter for Frontier Silicon players.

* Update to clarify that now TRVs can also be boosted. (home-assistant#12164)

Update to clarify that now TRVs can also be boosted.

* Update Supla with new gate device now supported (home-assistant#12022)

* Fix typo in Supla integration

* Update Supla integration with new device supported

* Add sighthound save image (home-assistant#11887)

* Update sighthound.markdown

* Update sighthound.markdown

* ✏️ Tweaks

* ✏️ Tweak

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Updated asuswrt.markdown for new update (home-assistant#11426)

This describes the use of the two new configuration parameters: `interface` and `dnsmasq` and how this improves use with rt-n56u project

* Precise usage of HMIPC services. (home-assistant#12168)

* Precise usage of HMIPC services.

* fix

* ✏️ Tweak

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
Co-authored-by: Aalian Khan <39784853+AalianKhan@users.noreply.github.com>
Co-authored-by: ochlocracy <5885236+ochlocracy@users.noreply.github.com>
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
Co-authored-by: fhoekstra <32362869+fhoekstra@users.noreply.github.com>
Co-authored-by: Björn Victor <bjorn@victor.se>
Co-authored-by: Erik A <erik@intomethod.com>
Co-authored-by: cogneato <cogneato@gmail.com>
Co-authored-by: ktnrg45 <38207570+ktnrg45@users.noreply.github.com>
Co-authored-by: rpitera <rpitera@westofeast.com>
Co-authored-by: Ian Richardson <iantrich@gmail.com>
Co-authored-by: Steve Luzynski <sluzynsk@users.noreply.github.com>
Co-authored-by: Rami Mosleh <engrbm87@gmail.com>
Co-authored-by: perjury <phil@pjrprojects.co.uk>
Co-authored-by: MatthewFlamm <39341281+MatthewFlamm@users.noreply.github.com>
Co-authored-by: John Evans <john@grandadevans.com>
Co-authored-by: Frank van Ierland <35344891+fierland@users.noreply.github.com>
Co-authored-by: Burningstone91 <40857490+Burningstone91@users.noreply.github.com>
Co-authored-by: Roelof Schuiling <list@schuiling.net>
Co-authored-by: slamp <slaamp@gmail.com>
Co-authored-by: Robin <robmarkcole@gmail.com>
Co-authored-by: Justin Vallelonga <jlvallelonga@gmail.com>
Co-authored-by: Vincent Le Bourlot <vlebourl@gmail.com>
Co-authored-by: Rick <rickvdl@me.com>
Co-authored-by: Alan Tse <alandtse@users.noreply.github.com>
Co-authored-by: Bernhard B. <bernhard@beroun.io>
Co-authored-by: Gerben ten Hove <gerben@tenhove.com>
Co-authored-by: Björn Orri <bjornorri@gmail.com>
Co-authored-by: Austin Mroczek <austin@mroczek.org>
Co-authored-by: Matthew Treinish <mtreinish@kortar.org>
Co-authored-by: Jean-Paul van Ravensberg <14926452+Cloudenius@users.noreply.github.com>
Co-authored-by: escoand <escoand@users.noreply.github.com>
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
Co-authored-by: Kasper Kirkegaard <KasperLK@users.noreply.github.com>
Co-authored-by: Raman Gupta <7243222+raman325@users.noreply.github.com>
Co-authored-by: John Males <johnmales@gmail.com>
Co-authored-by: tetienne <thibaut@etienne.pw>
Co-authored-by: Konsts <konst.st.96@hotmail.com>
Co-authored-by: Yarmo Mackenbach <yarmo@protonmail.com>
Co-authored-by: Bas Nijholt <basnijholt@gmail.com>
Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>
Co-authored-by: Michele Porelli <Linux571@gmail.com>
Co-authored-by: akasma74 <akasma74@users.noreply.github.com>
Co-authored-by: Jeff Irion <JeffLIrion@users.noreply.github.com>
Co-authored-by: NeLLyMerC <nellymerc@gmail.com>
Co-authored-by: cgtobi <cgtobi@users.noreply.github.com>
Co-authored-by: myzhang1029 <myzhang1029@163.com>
Co-authored-by: Destix <32171782+Destix@users.noreply.github.com>
Co-authored-by: chris669 <chrisrey15@yahoo.fr>
Co-authored-by: tscibilia <t.scibilia@gmail.com>
Co-authored-by: Forte <jeffers.david93@gmail.com>
Co-authored-by: Corey Edwards <heytensai@users.noreply.github.com>
Co-authored-by: dupondje <jean-louis@dupond.be>
Co-authored-by: P-Verbrugge <41943098+P-Verbrugge@users.noreply.github.com>
Co-authored-by: Iulian Onofrei <6d0847b9@opayq.com>
Co-authored-by: gwhiteCL <g.white@cablelabs.com>
Co-authored-by: Dubh Ad <DubhAd@users.noreply.github.com>
Co-authored-by: Morten Rugaard <rugaard@users.noreply.github.com>
Co-authored-by: Alexis Iglauer <aiglauer@iname.com>
Co-authored-by: kbickar <TrumpetGod@gmail.com>
Co-authored-by: zewelor <zewelor@gmail.com>
Co-authored-by: springstan <46536646+springstan@users.noreply.github.com>
Co-authored-by: Paul Manzotti <manzo@gorilla-tactics.com>
Co-authored-by: lancer73 <33584546+lancer73@users.noreply.github.com>
Co-authored-by: Andrew <andrewneisch@gmail.com>
Co-authored-by: joth76 <joth@chromium.org>
Co-authored-by: David Bonnes <david@bonnes.me>
Co-authored-by: Povl H. Pedersen <pope@my.terminal.dk>
Co-authored-by: Marius <33354141+Mariusthvdb@users.noreply.github.com>
Co-authored-by: Quentame <polletquentin74@me.com>
Co-authored-by: Malte Franken <exxamalte@users.noreply.github.com>
Co-authored-by: elmurato <1382097+elmurato@users.noreply.github.com>
Co-authored-by: shred86 <32663154+shred86@users.noreply.github.com>
Co-authored-by: Jonathan Østrup <7877957+TechnicallyJoe@users.noreply.github.com>
Co-authored-by: crallian <crallian@gmail.com>
Co-authored-by: Ben <benleb@users.noreply.github.com>
Co-authored-by: Ron Klinkien <ron@cyberjunky.nl>
Co-authored-by: Vilppu Vuorinen <vilppu.vuorinen@jubic.fi>
Co-authored-by: Teemu R. <tpr@iki.fi>
Co-authored-by: Ziv <16467659+ziv1234@users.noreply.github.com>
Co-authored-by: Vladimír Záhradník <vladimir@zahradnik.io>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Petro31 <35082313+Petro31@users.noreply.github.com>
Co-authored-by: Robbie Trencheny <me@robbiet.us>
Co-authored-by: trentjw <trentjw@users.noreply.github.com>
Co-authored-by: Sean Mooney <sean.mooney@gmail.com>
Co-authored-by: Federico Granata <3602209+Edo78@users.noreply.github.com>
Co-authored-by: Oscar Calvo <2091582+ocalvo@users.noreply.github.com>
Co-authored-by: Erik Montnemery <erik@montnemery.com>
Co-authored-by: Victor Vostrikov <1998617+gorynychzmey@users.noreply.github.com>
Co-authored-by: weado <36068235+weado@users.noreply.github.com>
Co-authored-by: Aaron Bach <bachya1208@gmail.com>
Co-authored-by: Martin Bjeldbak Madsen <me@martinbjeldbak.com>
Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>
Co-authored-by: fxxer <michal.moravcik@me.com>
Co-authored-by: Massimiliano Cannarozzo <maxcanna@gmail.com>
Co-authored-by: AlexSchmitz222 <alexschmitz222@gmail.com>
Co-authored-by: boradwell <naishal03@gmail.com>
Co-authored-by: Corneels de Waard <18464324+corneels@users.noreply.github.com>
Co-authored-by: Jonathan Keljo <jkeljo@users.noreply.github.com>
Co-authored-by: Tom Brien <TomBrien@users.noreply.github.com>
Co-authored-by: mezz64 <2854333+mezz64@users.noreply.github.com>
Co-authored-by: Emanuel Winblad <winblad@me.com>
Co-authored-by: Josh Anderson <andersonshatch@gmail.com>
Co-authored-by: Joseph Albert <4261275+jcalbert@users.noreply.github.com>
Co-authored-by: MrDadoo <perni@jcd.se>
Co-authored-by: Nate Robinson <ndr1@cornell.edu>
Co-authored-by: Markus Pöschl <Poeschl@users.noreply.github.com>
Co-authored-by: Moshe Kaplan <me@moshekaplan.com>
Co-authored-by: Kit Klein <33464407+kit-klein@users.noreply.github.com>
Co-authored-by: SukramJ <markus@mm-jankowski.de>
Co-authored-by: jjlawren <jjlawren@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@cpanel.net>
Co-authored-by: Zack Arnett <arnett.zackary@gmail.com>
Co-authored-by: jezcooke <61294178+jezcooke@users.noreply.github.com>
Co-authored-by: Martin Long <martin@longhome.co.uk>
Co-authored-by: Rocik <Rocik@users.noreply.github.com>
Co-authored-by: Patrick Kishino <patrick.a.kishino@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
has-parent This PR has a parent PR in a other repo next This PR goes into the next branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants