mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 14:26:51 +00:00
Fixed typo in URL (#7922)
Relative link to /components/binary_sensor.http was missing a leading "/", which caused the URL to incorrectly lead to a 404 page at "https://www.home-assistant.io/components/binary_sensor.http/".
This commit is contained in:
parent
0c7a837804
commit
07e0c96faa
@ -137,7 +137,7 @@ terminology used around Home Assistant. Home Assistant's
|
|||||||
## {% linkable_title HTTP sensors %}
|
## {% linkable_title HTTP sensors %}
|
||||||
|
|
||||||
To use those kind of [sensors](/components/sensor.http/) or
|
To use those kind of [sensors](/components/sensor.http/) or
|
||||||
[binary sensors](components/binary_sensor.http/) in your installation no
|
[binary sensors](/components/binary_sensor.http/) in your installation no
|
||||||
configuration in Home Assistant is needed. All configuration is done on the
|
configuration in Home Assistant is needed. All configuration is done on the
|
||||||
devices themselves. This means that you must be able to edit the target URL or
|
devices themselves. This means that you must be able to edit the target URL or
|
||||||
endpoint and the payload.
|
endpoint and the payload.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user