sensor fix, readme configuration examples

This commit is contained in:
HB
2020-09-30 23:58:10 +02:00
parent b567cbd7a5
commit a37a62e31d
21 changed files with 163 additions and 60 deletions
+13
View File
@@ -0,0 +1,13 @@
```yaml
# example configuration:
fan:
- platform: empty_fan
name: Empty fan
output: gpio_d1
output:
- platform: gpio
pin: D1
id: gpio_d1
```