mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 14:56:53 +00:00
Update PVoutput sensor component configuration (#7066)
This commit is contained in:
parent
4537605960
commit
66b3bf12d6
@ -27,10 +27,21 @@ sensor:
|
|||||||
scan_interval: 120
|
scan_interval: 120
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
api_key:
|
||||||
- **api_key** (*Required*): Your API key. A read-only key is fine.
|
description: Your API key. A read-only key is fine.
|
||||||
- **system_id** (*Required*): The ID of your station.
|
required: true
|
||||||
|
type: string
|
||||||
|
system_id:
|
||||||
|
description: The ID of your station.
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
name:
|
||||||
|
description: Name of the sensor.
|
||||||
|
required: false
|
||||||
|
default: PVOutput
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
<p class='note warning'>
|
<p class='note warning'>
|
||||||
It's recommended to set `scan_interval:` according to a value greater than 60 seconds. The service only allows 60 requests per hour but the sensor's default is 30 seconds.
|
It's recommended to set `scan_interval:` according to a value greater than 60 seconds. The service only allows 60 requests per hour but the sensor's default is 30 seconds.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user