Remove url prefix pt 2 (#5014)
* Migrate the non blog posts to use no domain * Update demo links * Remove Zanzito references from owntracks docs
This commit is contained in:
parent
d3fc349b50
commit
41955dc31a
102 changed files with 243 additions and 257 deletions
|
@ -14,7 +14,7 @@ ha_iot_class: "Local Push"
|
|||
---
|
||||
|
||||
<p class='note warning'>
|
||||
Be aware that `emulated_hue` doesn't work for new **Google Home** users. If you're a new user of Google Home, use the [Google Assistant component](https://home-assistant.io/components/google_assistant/).
|
||||
Be aware that `emulated_hue` doesn't work for new **Google Home** users. If you're a new user of Google Home, use the [Google Assistant component](/components/google_assistant/).
|
||||
</p>
|
||||
|
||||
The `emulated_hue` component provides a virtual Philips Hue bridge, written entirely in software, which allows services that work with the Hue API to interact with Home Assistant
|
||||
|
@ -126,7 +126,7 @@ An additional step is required to run Home Assistant as a non-root user and use
|
|||
```bash
|
||||
sudo setcap 'cap_net_bind_service=+ep' /srv/homeassistant/homeassistant_venv/bin/python3
|
||||
```
|
||||
Please note that your path may be different depending on your installation method. For example, if you followed the [Virtualenv instructions](https://home-assistant.io/docs/installation/virtualenv/), your path will be `/srv/homeassistant/bin/python3`.
|
||||
Please note that your path may be different depending on your installation method. For example, if you followed the [Virtualenv instructions](/docs/installation/virtualenv/), your path will be `/srv/homeassistant/bin/python3`.
|
||||
|
||||
### {% linkable_title License %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue