-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
0.48 #2905
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
Closed
Closed
0.48 #2905
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
This allows for weather to be given for a dynamic location, such as a phone or other device.
* Add language option to openweathermap sensor config * Minor changes
* Update sensor.buienradar.markdown updated homeassistant version to actual version the sensor was added * Update weather.buienradar.markdown updated homeassistant version number the weather component was added
In accordance to pull request home-assistant/core#8067
* Add files via upload add logo for buienradar * Update sensor.buienradar.markdown add buienradar logo * Update weather.buienradar.markdown add buienradar logo
* Added glances CPU temperature doc. * Remove line breaks
* add BME280 sensor platform doc * little fix * yaml identifier * review changes * review fixes
* add HTU21D sensor platform doc * don't repeat errors! * review fixes
* add BH1750 light sensor platform doc * don't repeat errors! * review fixes * add `multiplier` parameter
The binary_sensor.template was return states of "On" and "Off", however that doesn't seem to work in 0.47. You need True / False, which makes sense, given that's what the single line evals are going to return. Update the existing example, and add another one about computing composite occupancy from device tracker and motion sensors.
* Add note in decora light * Remove some line line from the traceback
… & total sensors (#2878) * Added precipitation forecast average & total sensors * Added documentation for the buienradar precipitation forecast average & total sensors
* Add support for remote (TCP/IP) DSMR sensors (i.e. via ser2net) * Processed review comment and added ser2net config * added optional node_id to MQTT discovery
* Add documentation for sensor.gtfs offset option Added in PR home-assistant/core#7980 * Add default
* Open Hardware Monitor component page and logo added. * Fixed typos * Added host config variable Added the host configuration variable to documentation and changed example to be inline with most of the other documentation. * Update sensor.openhardwaremonitor.markdown * Update 'ha_release'
* Optional OpenCV Camera example custom component * Update image_processing.opencv.markdown
* Update for new nest.set_mode service * Update nest.markdown
* ComfoConnect climate platform documentation. * Update documentation for rewrite. * Update version * Minor style fixes:wq
* Grammar fix ups in image processing dlib * "a event" -> events. Grammar fixup * Fixed up english grammar in link to component.
* Initial documentation for cover templates * Fix many typos found during review. * Fix typos and formatting
Closing this in favor of a PR based off the same repo #2909 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
Documentation update for 0.48.
Pull request in home-assistant (if applicable): home-assistant/core#8265