* Add blog post about breaking changes to conversation integration
* Fix link
* Apply suggestions from code review
Co-authored-by: Michael Hansen <hansen.mike@gmail.com>
Co-authored-by: Michael Hansen <hansen.mike@gmail.com>
* Add cover to deprecated intents
* Add blog post
* Apply suggestions from code review
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Add docs on fetching Bluetooth data
* Add docs on fetching Bluetooth data
* Add docs on fetching Bluetooth data
* Add docs on fetching Bluetooth data
* Add docs on fetching Bluetooth data
* Add docs on fetching Bluetooth data
* Add docs on fetching Bluetooth data
* Add docs on fetching Bluetooth data
* Add docs on fetching Bluetooth data
* Add docs on fetching Bluetooth data
* Add docs on fetching Bluetooth data
* Update docs/bluetooth_fetching_data.md
* Update docs/bluetooth_fetching_data.md
* Update docs/bluetooth_fetching_data.md
Co-authored-by: 930913 <3722064+930913@users.noreply.github.com>
* Update docs/bluetooth_fetching_data.md
Co-authored-by: 930913 <3722064+930913@users.noreply.github.com>
* Update docs/bluetooth_fetching_data.md
* Update docs/bluetooth_fetching_data.md
Co-authored-by: 930913 <3722064+930913@users.noreply.github.com>
* Update docs/bluetooth_fetching_data.md
Co-authored-by: 930913 <3722064+930913@users.noreply.github.com>
* Update docs/bluetooth_fetching_data.md
* Adjust sidebar
* Fix link
Co-authored-by: 930913 <3722064+930913@users.noreply.github.com>
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
Adds documentation on how to use a list to get specific numbers for an intent, like 100 % from the word maximum and how this can be used to set brightness of a light.
* Modernize sidebar menu
* Move more architecture things over
* Move APIs to their application docs
* Clean up some titles and de-duplicate
* Consolidate repair platform and issue registry
* More moving
* Address comments
* Move API down
* Add notes about debugging HA in Dev Container
Since some people (like me and others) experience issues with the default Dev Container debugging, whcih doesn't work out-of-the box - new developers may think that debugging is not supported by the dev container out-of-the-box. This description is to indicate that normally debugging doesn't needs any additional actions to be taken to enable it. I also mentioned the way to debug remote instances, which may be very helpful for the developers, also in case of issues with the default debugging without enabling `debugpy`.
If I had such description I wouldn't loose almost 2 hours of googling trying to find out what is supported and what are the options, so I hope thanks to this people will avoid this.
* Fix typo in my previous description
* Small tweaks
Co-authored-by: Franck Nijhof <frenck@frenck.nl>