Add note about HassOS (#14024)

This commit is contained in:
Fabian Affolter 2020-07-20 16:19:43 +02:00 committed by GitHub
parent ce9fc9210b
commit 6d2cd28a6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,12 +10,23 @@ ha_domain: hddtemp
The `hddtemp` sensor platform is using the data provided by [HDDTemp](https://savannah.nongnu.org/projects/hddtemp).
## Setup
It required that `hddtemp` is started or running in daemon mode on a local or remote system.
```bash
hddtemp -dF
```
<div class='note warning'>
You can't use this sensor in a container (only Home Assistant Core is supported) as it requires access to `hddtemp` which is not available in a container-based setup.
</div>
## Configuration
To setup a HDDTemp to your installation, add the following to your `configuration.yaml` file:
```yaml