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

Add new temperature_delta device class #37619

Draft
wants to merge 110 commits into
base: next
Choose a base branch
from

Conversation

mekaneck
Copy link
Contributor

Proposed change

Linked to home-assistant/core#139024

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

  • Link to parent pull request in the codebase:
  • Link to parent pull request in the Brands repository:
  • This PR fixes or closes issue: fixes #

Checklist

  • This PR uses the correct branch, based on one of the following:
    • I made a change to the existing documentation and used the current branch.
    • 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.

dependabot bot and others added 30 commits February 6, 2025 08:05
…e-assistant#37322)

Bumps [sorbet-runtime](https://github.com/sorbet/sorbet) from 0.5.11801 to 0.5.11805.
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

---
updated-dependencies:
- dependency-name: sorbet-runtime
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…37321)

Bumps [parser](https://github.com/whitequark/parser) from 3.3.7.0 to 3.3.7.1.
- [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md)
- [Commits](whitequark/parser@v3.3.7.0...v3.3.7.1)

---
updated-dependencies:
- dependency-name: parser
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…t#37324)

* When downloading from backup page, backup is decrypted

* Update source/_includes/common-tasks/backups.md

Co-authored-by: Franck Nijhof <[email protected]>

---------

Co-authored-by: Franck Nijhof <[email protected]>
* Storing emergency kit: clarify steps

* Apply parallelism
* Update energy.markdown

* Update energy.markdown

* Typo

---------

Co-authored-by: Franck Nijhof <[email protected]>
* Add IRK instructions for android

* Update source/_integrations/private_ble_device.markdown

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Tiny tweaks

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <[email protected]>
* Update squeezebox.markdown

Adds specific examples for entering call_method in the Visual Editor with working parameter syntax, as well as showing the properly formed YAML generated.

Squeezebox increment / decrement parameters require a preceding plus or minus, which will be dropped by the Visual Editor if not double-quoted.

* Update squeezebox.markdown

Correct missing closing pipes in tables per Code Rabbit suggestion.
* Update troubleshooting.markdown

Added media source fix for no TTS in YAML config.

* Update troubleshooting.markdown

streamlined media source text and added refence for default config. added local network header for more consistent style.
…37341)

Bumps [ruby-lsp](https://github.com/Shopify/ruby-lsp) from 0.23.8 to 0.23.9.
- [Release notes](https://github.com/Shopify/ruby-lsp/releases)
- [Commits](Shopify/ruby-lsp@v0.23.8...v0.23.9)

---
updated-dependencies:
- dependency-name: ruby-lsp
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Clarify hardware needs for flexit_bacnet

* Fix typo

* Tiny tweaks

---------

Co-authored-by: Franck Nijhof <[email protected]>
* Update onedrive.markdown

* Improve readability of OneDrive integration documentation
…ssistant#37371)

* Add info about multiple targets

* Blank line before the list

---------

Co-authored-by: John Suarez <[email protected]>
…e-assistant#37389)

Bumps [sorbet-runtime](https://github.com/sorbet/sorbet) from 0.5.11805 to 0.5.11813.
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

---
updated-dependencies:
- dependency-name: sorbet-runtime
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…otify integration (home-assistant#37381)

* Add documentation and examples for message_thread_id data attribute

* Remove trailing colon in headers

* tiny tweak

---------

Co-authored-by: c0ffeeca7 <[email protected]>
* Improve Bring! integration documentation

* bad gateway, custom polling

* add social login howto

* tiny style tweak

---------

Co-authored-by: c0ffeeca7 <[email protected]>
* Improve flick_electric documentation

* Fix grammar

* Remove scale for now

* tiny tweak

* remove redundant fields in configuration_basic block

* add abbreviation tooltip

---------

Co-authored-by: c0ffeeca7 <[email protected]>
* Update notification texts in Bring

* tiny tweak

* revert tweak

---------

Co-authored-by: c0ffeeca7 <[email protected]>
c0ffeeca7 and others added 26 commits February 19, 2025 08:18
* Matter: rephrase to improve readability

* Rephrase for consistency with other troubleshooting/preq section
…e-assistant#37552)

* If issues persist, try Android 12 or later for commissioning Matter devices

* Fix typo

* Update requirements to recommend Android v12

* rephrase version statement
* Move event entity documentation

* Improve list formatting

* Improve wording
…37558)

* Matter: troubleshoot device requires border router

* Update source/_integrations/matter.markdown

Co-authored-by: Marcel van der Veldt <[email protected]>

---------

Co-authored-by: Marcel van der Veldt <[email protected]>
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.18.2 to 1.18.3.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/v1.18.3/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.18.2...v1.18.3)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Matter: troubleshoot 'OTA update didnt work'

* Fix typo

* Update source/_integrations/matter.markdown

Co-authored-by: Marcel van der Veldt <[email protected]>

---------

Co-authored-by: Marcel van der Veldt <[email protected]>
I want to mention the fleet api registration offered by MyTeslamate.

The only one that allows you to do the whole process without any technical knowledge.

Like FleetKey.cc, it is a third-party solution.

For your information, it is the one that has already been promoted by EVCC.
* Update androidtv_remote.markdown

Added information about nVidia Shield limitations according to home-assistant/core#136111

* Update androidtv_remote.markdown

* tiny tweak

---------

Co-authored-by: c0ffeeca7 <[email protected]>
…e-assistant#37582)

Bumps [sorbet-runtime](https://github.com/sorbet/sorbet) from 0.5.11834 to 0.5.11835.
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

---
updated-dependencies:
- dependency-name: sorbet-runtime
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Draft

* simplest way to get started

* Re working local

* Small line break

* typo

* removing "Questions" section that makes not a lot of sense.

* tiny rephrase

* markdown

* use heading instead of bold

* Update source/voice_control/voice_remote_local_assistant.markdown

* Update source/voice_control/index.markdown

Co-authored-by: Paulus Schoutsen <[email protected]>

* Remove one sentence

* Update source/voice_control/voice_remote_local_assistant.markdown

Co-authored-by: c0ffeeca7 <[email protected]>

* Update source/voice_control/index.markdown

Co-authored-by: Paulus Schoutsen <[email protected]>

* Remove wizard picture

* Update source/voice_control/voice_remote_local_assistant.markdown

---------

Co-authored-by: c0ffeeca7 <[email protected]>
Co-authored-by: Paulus Schoutsen <[email protected]>
@home-assistant 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 22, 2025
Copy link

netlify bot commented Feb 22, 2025

Deploy Preview for home-assistant-docs ready!

Name Link
🔨 Latest commit ee03892
🔍 Latest deploy log https://app.netlify.com/sites/home-assistant-docs/deploys/67b9788c4ac2b1000852608a
😎 Deploy Preview https://deploy-preview-37619--home-assistant-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

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.