You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/binary_sensor.http.markdown
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,10 @@ ha_category: Binary Sensor
12
12
ha_release: pre 0.7
13
13
---
14
14
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
+
15
19
The URL for a binary sensor looks like the example below:
0 commit comments