Merge branch 'current' into next
This commit is contained in:
commit
2581fb1bcd
71 changed files with 994 additions and 485 deletions
|
@ -28,3 +28,11 @@ Configuration variables:
|
|||
|
||||
- **name** (*Optional*): Name of the sensor. Defaults to `Uptime`.
|
||||
- **unit_of_measurement** (*Optional*): Units for uptime measurement in either `days`, `hours`, or `minutes`. Defaults to `days`.
|
||||
|
||||
```yaml
|
||||
# Example with configuration variables
|
||||
sensor:
|
||||
- platform: uptime
|
||||
name: Time Online
|
||||
unit_of_measurement: hours
|
||||
````
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue