mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
"Https:" to "https:" on Nextcloud Integration (#13792)
Every other site uses "https:" instead of "Https:", I guess it's just a typo
This commit is contained in:
parent
3af4ca7e5d
commit
91f4fde48d
@ -27,7 +27,7 @@ To enable the Nextcloud integration, add the following lines to your `configurat
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
nextcloud:
|
||||
url: Https://YOUR_NEXTCLOUD_URL
|
||||
url: https://YOUR_NEXTCLOUD_URL
|
||||
username: YOUR_USERNAME
|
||||
password: YOUR_APP_PASSWORD
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user