Skip to content

Commit 2005b31

Browse files
quaecfabaff
authored andcommitted
Added brief explantation of the sensors creation (home-assistant#3675)
1 parent a1c2003 commit 2005b31

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/_components/binary_sensor.http.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ ha_category: Binary Sensor
1212
ha_release: pre 0.7
1313
---
1414

15+
The HTTP binary sensor is dynamically created with the first request that is made to its URL. You don't have to define it in the configuration first.
16+
17+
The sensor will then exist as long as Home Assistant is running. After a restart of Home Assistant the sensor will be gone until it is triggered again.
18+
1519
The URL for a binary sensor looks like the example below:
1620

1721
```bash

0 commit comments

Comments
 (0)