We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6759776 + 9c05f5a commit 2fa327bCopy full SHA for 2fa327b
README.md
@@ -59,6 +59,18 @@ binary_sensor:
59
60
Use the `virtual.turn_on`, `virtual.turn_off` and `virtual.toggle` services to manipulate the binary sensors.
61
62
+To add a virtual sensor use the following:
63
+
64
+```yaml
65
+- platform: virtual
66
+ name: 'Temperature 1'
67
+ class: temperature
68
+ initial_value: 37
69
+```
70
71
+Use the `virtual.set` service to manipulate the binary sensors.
72
73
74
To add a virtual light use the following:
75
76
```yaml
0 commit comments