mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-27 19:26:50 +00:00
Update comed_hourly_pricing sensor component configuration (#7555)
This commit is contained in:
parent
e23898395f
commit
f825237565
@ -28,12 +28,28 @@ sensor:
|
|||||||
- type: current_hour_average
|
- type: current_hour_average
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
monitored_feeds:
|
||||||
- **monitored_feeds** array (*Required*): Feeds to monitor.
|
description: Feeds to monitor.
|
||||||
- **type** (*Required*): Name of the feed.
|
required: true
|
||||||
- **five_minute**: The latest 5-minute price in cents.
|
type: list
|
||||||
- **current_hour_average**: The latest current hour average price in cents.
|
keys:
|
||||||
- **name** (*Optional*): Custom name for the sensor.
|
type:
|
||||||
- **offset** (*Optional*): The pricing feeds provide only the *supply* cost of the electricity. The offset parameter allows you to provide a fixed constant that will be added to the pricing data to provide a more accurate representation of the total electricity cost per kWh.
|
description: Name of the feed.
|
||||||
|
required: true
|
||||||
|
type: list
|
||||||
|
keys:
|
||||||
|
five_minute:
|
||||||
|
description: The latest 5-minute price in cents.
|
||||||
|
current_hour_average:
|
||||||
|
description: The latest current hour average price in cents.
|
||||||
|
name:
|
||||||
|
description: Custom name for the sensor.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
offset:
|
||||||
|
description: The pricing feeds provide only the *supply* cost of the electricity. The offset parameter allows you to provide a fixed constant that will be added to the pricing data to provide a more accurate representation of the total electricity cost per kWh.
|
||||||
|
required: false
|
||||||
|
default: 0.0
|
||||||
|
type: float
|
||||||
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user