2019-01-26 15:33:11 +00:00
|
|
|
# Describes the format for available switch services
|
|
|
|
|
|
|
|
reset:
|
|
|
|
description: Resets the counter of an utility meter.
|
|
|
|
fields:
|
|
|
|
entity_id:
|
2019-09-03 23:02:42 +00:00
|
|
|
description: Name(s) of the utility meter to reset
|
2020-04-05 08:33:45 +00:00
|
|
|
example: "utility_meter.energy"
|
2019-01-26 15:33:11 +00:00
|
|
|
|
|
|
|
next_tariff:
|
|
|
|
description: Changes the tariff to the next one.
|
|
|
|
fields:
|
|
|
|
entity_id:
|
2019-09-03 23:02:42 +00:00
|
|
|
description: Name(s) of entities to reset
|
2020-04-05 08:33:45 +00:00
|
|
|
example: "utility_meter.energy"
|
2019-01-26 15:33:11 +00:00
|
|
|
|
|
|
|
select_tariff:
|
|
|
|
description: selects the current tariff of an utility meter.
|
|
|
|
fields:
|
|
|
|
entity_id:
|
2019-09-03 23:02:42 +00:00
|
|
|
description: Name of the entity to set the tariff for
|
2020-04-05 08:33:45 +00:00
|
|
|
example: "utility_meter.energy"
|
2019-01-26 15:33:11 +00:00
|
|
|
tariff:
|
|
|
|
description: Name of the tariff to switch to
|
2020-04-05 08:33:45 +00:00
|
|
|
example: "offpeak"
|
2020-03-11 08:42:22 +00:00
|
|
|
|
|
|
|
calibrate:
|
|
|
|
description: calibrates an utility meter.
|
|
|
|
fields:
|
|
|
|
entity_id:
|
|
|
|
description: Name of the entity to calibrate
|
2020-04-05 08:33:45 +00:00
|
|
|
example: "utility_meter.energy"
|
2020-03-11 08:42:22 +00:00
|
|
|
value:
|
|
|
|
description: Value to which set the meter
|
2020-04-05 08:33:45 +00:00
|
|
|
example: "100"
|