mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Merge branch 'current' into next
This commit is contained in:
commit
61e2065c35
@ -101,8 +101,8 @@ social:
|
||||
# Home Assistant release details
|
||||
current_major_version: 0
|
||||
current_minor_version: 106
|
||||
current_patch_version: 5
|
||||
date_released: 2020-03-03
|
||||
current_patch_version: 6
|
||||
date_released: 2020-03-10
|
||||
|
||||
# Either # or the anchor link to latest release notes in the blog post.
|
||||
# Must be prefixed with a # and have double quotes around it.
|
||||
|
@ -38,7 +38,7 @@ You will need to create a service account [Create Service account key](https://c
|
||||
2. `Account linking` is required for your app to interact with Home Assistant. Set this up under the `Quick Setup` section.
|
||||
1. Leave it at the default `No, I only want to allow account creation on my website` and select `Next`.
|
||||
2. For the `Linking type` select `OAuth` and `Authorization Code`. Click `Next`
|
||||
3. Client ID: `https://oauth-redirect.googleusercontent.com/`, the trailing slash is important.
|
||||
3. Client ID: `https://oauth-redirect.googleusercontent.com/r/YOUR_PROJECT_ID`.
|
||||
4. Client Secret: Anything you like, Home Assistant doesn't need this field.
|
||||
5. Authorization URL (replace with your actual URL): `https://[YOUR HOME ASSISTANT URL:PORT]/auth/authorize`.
|
||||
6. Token URL (replace with your actual URL): `https://[YOUR HOME ASSISTANT URL:PORT]/auth/token`. Click `Next`
|
||||
|
@ -1,4 +1,4 @@
|
||||
--
|
||||
---
|
||||
title: Philips Hue
|
||||
description: Instructions on setting up Philips Hue within Home Assistant.
|
||||
ha_category:
|
||||
|
@ -429,6 +429,26 @@ Added a Coronavirus integration to help monitor the ongoing epidemic. [More info
|
||||
[@balloob]: https://github.com/balloob
|
||||
[@bdraco]: https://github.com/bdraco
|
||||
|
||||
## Release 0.106.6 - March 10
|
||||
|
||||
- Get pending iCloud devices when available + request again when needs an update ([@Quentame] - [#32400]) ([icloud docs])
|
||||
- Send messages conforming new facebook policy ([@chmielowiec] - [#32516]) ([facebook docs])
|
||||
- Update python-velbus to fix a missing data file ([@Cereal2nd] - [#32580]) ([velbus docs])
|
||||
- Upgrade to coronavirus 1.1.0 ([@balloob] - [#32648]) ([coronavirus docs])
|
||||
|
||||
[#32400]: https://github.com/home-assistant/core/pull/32400
|
||||
[#32516]: https://github.com/home-assistant/core/pull/32516
|
||||
[#32580]: https://github.com/home-assistant/core/pull/32580
|
||||
[#32648]: https://github.com/home-assistant/core/pull/32648
|
||||
[@Cereal2nd]: https://github.com/Cereal2nd
|
||||
[@Quentame]: https://github.com/Quentame
|
||||
[@balloob]: https://github.com/balloob
|
||||
[@chmielowiec]: https://github.com/chmielowiec
|
||||
[coronavirus docs]: /integrations/coronavirus/
|
||||
[facebook docs]: /integrations/facebook/
|
||||
[icloud docs]: /integrations/icloud/
|
||||
[velbus docs]: /integrations/velbus/
|
||||
|
||||
## All changes
|
||||
|
||||
- Change scan_interval defaults for Tesla ([@alandtse] - [#31194]) ([tesla docs]) (breaking change)
|
||||
|
Loading…
x
Reference in New Issue
Block a user