-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
0.45 #2657
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
0.45 #2657
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
Some Marantz receivers seem to have a quite similar interface compared to Denon AVR receivers. This was added to the module and tested with Marantz M-RC610.
* Add documentation for the Enviro pHAT sensor * sensor.envirophat: incorporating feedback * sensor.envirophat: update metadata
* Add custom ui documentation * Add documentation for Sensibo climate
* Blink documentation update Added force_update service and increased time between server calls * Fixed double ticks and bad sentence
* Image processing opencv doc * OpenCV doc * OpenCV logo * Doc updates * Change docs to match opencv component * Update docs * Add comment to example * Add camera config * Add comment to example yaml * Update docs to reflect the camera not being there * Better documentation on configuration and attributes * Reference hub * Set release
PYOZW is now installed automatically from PyPI, simplifying the installation process significantly.
* adding doc for tilt inversion * updating frontend development docs to be more noob friendly * updating frontend development docs to be more noob friendly * updating readability issues
* Added documentation for the rpi_pfio platform. * Changed version to next release * Removed unused pull mode
…ments with callback queries and more notification options (#2508) Telegram Bot doc changes for pull request #7294: some required fixes and an example of an AppDaemon app. Telegram Bot doc changes for pull request #7294: fix Telegram Bot doc changes for pull request #7294: minimal clarification about disabling notifications for Telegram web users Telegram Bot doc changes for pull request #7294: added new notification services (like in the `mediaplayer` component doc); added a description to how operates now the `notify.telegram` platform; changed service calls from `notify/telegram_bot` to `telegram_bot/EXPLICIT_NEW_SERVICE` in some of the yaml examples and in the appdaemon example. Telegram Bot doc changes for pull request #7294: added `parse_mode` global config variable in webhooks and polling platforms; fixed links to /components/notify.telegram Telegram Bot doc changes for pull request #7294: removed complex usage of telegram_bot services (moved to the telegram_bot doc); removed api_key from required params; removed multiple target feature (it can be done with the telegram_bot services or simply defining more than one notifier); added keyboard and inline_keyboard config vars to every type of notification. Telegram Bot doc changes for pull request #7294: change 'hass' to 'Home Assistant'
* Add initial myStrom buttons docs * Add details about feedback
* Documentation for current_location * Change app to application
* First draft of Axis component documentation * Small improvements * Added information about lowest supported Axis firmware * Trigger time better explains functionality than scan interval * Simplified explanation of automatic discovery * Rephrasing manually configuring device * Keep first and second level variables separated for ease of reading * Moved up dependency and used Hassbian paths as an example * Indented include variables descriptions to clarify their relation * Made configuration variables tile linkable * Axis devices are part of the discovery mechanism * Update axis.markdown * Update binary_sensor.axis.markdown * Update camera.axis.markdown
Documentation for a new service call.
… new support of the shades hardware (#2622)
* Added Kodi-specific services doc * Removed `kodi_set_shuffle` service (is the same as `media_player.shuffle_set`)
Document new service sonos_update_alarm
Make monitored_conditions optional.
* Kodi specific services to call Kodi API methods - Doc for new service: `kodi_execute_addon` to run a Kodi Addon with optional parameters. Results of the Kodi API call, if any, are redirected in a Home Assistant event: `kodi_execute_addon_result`. - Doc for new service: `kodi_run_method` to run a Kodi JSONRPC API method with optional parameters. Results of the Kodi API call are redirected in a Home Assistant event: `kodi_run_method_result`. - Add `timeout` parameter to yaml config (needed to make slow queries to the JSONRPC API, default timeout is set to 5s). - Examples for using the new services: one simple yaml example to call `kodi_execute_addon`and turn on the TV attached to Kodi; and other, more complex, to query the Kodi library and make a dynamic input select. * remove `kodi_execute_addon` service; change example to work with `kodi_run_method` * naming changes * complex example to cookbook * Update media_player.kodi.markdown
* Added RTSP documentation to Amcrest camera * Removed ffmpeg_binary since this option is now inherited from ffmpeg root component
* Add seven-segments platform docs * Add screenshot
@fabaff can we cherrypick home-assistant/core#7646 on the PR home-assistant/core#7648 since it will be included on the docs too? |
* Add raspihats component documentation * Added raspihats binary_sensor documentation * Add raspihats switch documentation
* Added RTSP documentation to Amcrest camera * Removed ffmpeg_binary since this option is now inherited from ffmpeg root component
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.45
Pull request in home-assistant (if applicable): home-assistant/core#7648