Merge branch 'current' into next

This commit is contained in:
Paulus Schoutsen 2017-11-02 09:31:07 -07:00
commit 2581fb1bcd
71 changed files with 994 additions and 485 deletions

View file

@ -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
````