mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 05:16:49 +00:00
Emphasize the need for a URL (#13016)
* Emphasize the need for a URL IP / hostname without the URI specifier is not sufficient and will lead to an error on config check / Home Assistant restart * Apply suggestions from code review Co-Authored-By: Franck Nijhof <frenck@frenck.nl> Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
a3d53ede86
commit
120280c75d
@ -27,7 +27,7 @@ sensor:
|
|||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
resource:
|
resource:
|
||||||
description: "The IP address of the Fronius device"
|
description: "The URL of the Fronius device (e.g., `http://192.0.2.0` or `http://fronius.local`)"
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
monitored_conditions:
|
monitored_conditions:
|
||||||
@ -96,7 +96,7 @@ a list of sensors that are to be integrated can be given like below.
|
|||||||
```yaml
|
```yaml
|
||||||
sensor:
|
sensor:
|
||||||
- platform: fronius
|
- platform: fronius
|
||||||
resource: FRONIUS_IP_ADDRESS
|
resource: FRONIUS_URL
|
||||||
monitored_conditions:
|
monitored_conditions:
|
||||||
- sensor_type: inverter
|
- sensor_type: inverter
|
||||||
device: 1
|
device: 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user