Advertisement
Skeem

configuration.yaml

May 14th, 2022
1,222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.40 KB | None | 0 0
  1. utility_meter:
  2.   power_monthly:
  3.     source: sensor.electricity_meter_total_count
  4.     cycle: monthly
  5.   power_daily:
  6.     source: sensor.electricity_meter_total_count
  7.     cycle: daily
  8.   power_hourly:
  9.     source: sensor.electricity_meter_total_count
  10.     cycle: hourly
  11.   price_daily:
  12.     source: sensor.powerprice_hourly
  13.     cycle: daily
  14.   price_monthly:
  15.     source: sensor.price_daily
  16.     cycle: monthly
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement