Removal of some stale Windows references (#13286)

This commit is contained in:
Franck Nijhof 2020-05-05 09:39:55 +02:00 committed by GitHub
parent 560803afc8
commit 13559cee89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 18 additions and 25 deletions

View File

@ -95,7 +95,8 @@ You have to use a domain name, not IP address, to remote access Home Assistant o
This is because we only allow an IP address as a client ID when your IP address is an internal network address (e.g., `192.168.0.1`) or loopback address (e.g., `127.0.0.1`).
If you don't have a valid domain name for your Home Assistant instance, you can modify the `hosts` file on your computer to fake one. On Windows, edit the `C:\Windows\System32\Drivers\etc\hosts` file with administrator privilege, or on Linux the `/etc/hosts` file, and add following entry:
If you don't have a valid domain name for your Home Assistant instance, you can modify the `hosts` file on your computer to fake one.
On Linux edit the `/etc/hosts` file, and add following entry:
```text
12.34.56.78 homeassistant.home

View File

@ -15,7 +15,6 @@ The location of the folder differs between operating systems:
| Docker | `/config` |
| macOS | `~/.homeassistant` |
| Linux | `~/.homeassistant` |
| Windows | `%APPDATA%/.homeassistant` |
If you want to use a different folder for configuration, use the configuration command line parameter: `hass --config path/to/config`.

View File

@ -24,7 +24,6 @@ Running these commands will:
Video tutorials of this process for various operating systems are available here:
- [Windows 10](https://www.youtube.com/watch?v=X27eVvuqwnY)
- [macOS](https://www.youtube.com/watch?v=hej6ipN86ls)
- [Ubuntu 14.04](https://www.youtube.com/watch?v=SXaAG1lGNH0)

View File

@ -12,7 +12,8 @@ The `ffmpeg` integration allows other Home Assistant integrations to process vid
<div class='note'>
If you are running Home Assistant Core in a Python environment, you'll need have the `ffmpeg` binary in your system path.
On Debian 8 or Raspbian (Jessie) you can install it from [debian-backports](https://backports.debian.org/Instructions/). If you want [hardware acceleration](https://trac.ffmpeg.org/wiki/HWAccelIntro) support on a Raspberry Pi, you will need to build from source by yourself. Windows binaries are available on the [FFmpeg](http://www.ffmpeg.org/) website.
On Debian 8 or Raspbian (Jessie) you can install it from [debian-backports](https://backports.debian.org/Instructions/). If you want [hardware acceleration](https://trac.ffmpeg.org/wiki/HWAccelIntro) support on a Raspberry Pi, you will need to build from source by yourself.
</div>
## Configuration

View File

@ -8,29 +8,23 @@ If you have an installation, a setup or a configuration issue please use our [Fo
If you found a bug then please report it in one of our [trackers](/help/#bugs-feature-requests-and-alike). To help you and our developers to identify the issue quickly, please fill out the provided template. The "weird" content you will see is there to render your entry in a nice format after submitting. It's just [markdown](https://guides.github.com/features/mastering-markdown/).
Use the command below to get the Home Assistant release you are running from a command-line.
Please refer to the **Info** page, which is accessible in the **Developer tools** in the Home Assistant frontend.
```bash
$ hass --version
```
Otherwise check the **About** page which is accessible in the **Developer tools** of the Home Assistant frontend.
### First Home Assistant release with the issue
## First Home Assistant release with the issue
Please provide the release which contains the issue.
### Last working Home Assistant release (if known)
## Last working Home Assistant release (if known)
If possible, provide the latest release of which you know that the integration or platform was working. Home Assistant is evolving very fast and issues may already be addressed or be introduced by a recent change.
### Operating environment (Hass.io/Docker/Windows/etc.)
## Operating environment
There are many different ways to run Home Assistant. In this section please mention which you are using, e.g., manual installation, [Hass.io](/hassio/), Hasbian or as container (Docker). It can help if you mention which operating system you are using because not all are supported on the same level.
There are many different ways to run Home Assistant. In this section please mention which you are using, e.g., Home Assistant (using the Home Assistant Operating System), Home Assistant Supervised, Home Assistant Core in Docker or a manual installation of the Home Assistant Core. It can help if you mention which operating system you are using because not all are supported on the same level.
### Integration/platform
## Integration
Please add the link to the documention of the integration/platform in question. E.g.,
Please add the link to the documentation of the integration in question. E.g.,
- issue with the `random` sensor: [/integrations/random#sensor](/integrations/random#sensor)
- issue with the `hue` integration: [/integrations/hue/](/integrations/hue/)
@ -64,4 +58,3 @@ Traceback (most recent call last):
### Additional information
This section can contain additional details or other observation. Often the little things can help as well.