-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Update next from current 20201221 #894
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: Le Baillif Mickael <mlebaillif@oui.sncf>
* Add docs for homeassistant.tag_scanned * Add pn532 example * Add example to rdm6300
Co-authored-by: Le Baillif Mickael <mlebaillif@oui.sncf>
The event was added with esphome/esphome#983 but the doc does not reflect this change.
* clarify esp8266_restore_from_flash with restore_value * Update guides/automations.rst Co-authored-by: Otto Winter <otto@otto-winter.com> Co-authored-by: Otto Winter <otto@otto-winter.com>
* Update mirabella-genio-bulb.rst Updated information on new bulbs * Update mirabella-genio-bulb.rst
(it's currently is a link to the BME280 sensor datasheet)
Change escape example to double quotes
According to the esphome dashboard, AQI type should be calculation_type
* Remove bh7150 API reference * Update components/sensor/bh1750.rst Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
GPIO4 is active high and when SW is pressed it is grounded. See details here: https://tasmota.github.io/docs/devices/Sonoff-Mini/
Make it clear that battery_level doesn't work with newer versions.
* Update wifi.rst Added sample to AP mode * Update components/wifi.rst Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch> Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
* esp32_dac.rst - Add light component to example * Replace abbreviation Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
* Update ethernet.rst * Fix lint issue Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
Added blog series on fireplace session presented at home assistant conference
… Puck to diy.rst (#891)
Co-authored-by: Mateusz <mateusz@kijowski.info>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: Maarten Kleijwegt <9350991+MaartenKleijwegt@users.noreply.github.com>
@glmnet Just thought I would update |
Sure go ahead |
This was referenced Jan 7, 2021
Merged
Merged
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description:
Related issue (if applicable): fixes
Pull request in esphome with YAML changes (if applicable): esphome/esphome#
Checklist:
next
is for changes and new documentation that will go public with the next ESPHome release. Fixes, changes and adjustments for the current release should be created againstcurrent
./index.rst
when creating new documents for new components or cookbook.