mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Add note about HassOS (#14024)
This commit is contained in:
parent
ce9fc9210b
commit
6d2cd28a6f
@ -10,12 +10,23 @@ ha_domain: hddtemp
|
|||||||
|
|
||||||
The `hddtemp` sensor platform is using the data provided by [HDDTemp](https://savannah.nongnu.org/projects/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.
|
It required that `hddtemp` is started or running in daemon mode on a local or remote system.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
hddtemp -dF
|
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:
|
To setup a HDDTemp to your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user