2019-01-26 15:33:11 +00:00
|
|
|
# Describes the format for available switch services
|
|
|
|
|
|
|
|
reset:
|
2021-05-02 08:53:35 +00:00
|
|
|
name: Reset
|
2021-05-15 08:49:10 +00:00
|
|
|
description: Resets the counter of a utility meter.
|
2021-05-02 08:53:35 +00:00
|
|
|
target:
|
2021-05-17 12:06:50 +00:00
|
|
|
entity:
|
|
|
|
domain: utility_meter
|
2019-01-26 15:33:11 +00:00
|
|
|
|
|
|
|
next_tariff:
|
2021-05-02 08:53:35 +00:00
|
|
|
name: Next Tariff
|
2019-01-26 15:33:11 +00:00
|
|
|
description: Changes the tariff to the next one.
|
2021-05-02 08:53:35 +00:00
|
|
|
target:
|
2021-05-17 12:06:50 +00:00
|
|
|
entity:
|
|
|
|
domain: utility_meter
|
2019-01-26 15:33:11 +00:00
|
|
|
|
|
|
|
select_tariff:
|
2021-05-02 08:53:35 +00:00
|
|
|
name: Select Tariff
|
2021-05-15 08:49:10 +00:00
|
|
|
description: Selects the current tariff of a utility meter.
|
2021-05-02 08:53:35 +00:00
|
|
|
target:
|
2021-05-17 12:06:50 +00:00
|
|
|
entity:
|
|
|
|
domain: utility_meter
|
2019-01-26 15:33:11 +00:00
|
|
|
fields:
|
|
|
|
tariff:
|
2021-05-02 08:53:35 +00:00
|
|
|
name: Tariff
|
2019-01-26 15:33:11 +00:00
|
|
|
description: Name of the tariff to switch to
|
2020-04-05 08:33:45 +00:00
|
|
|
example: "offpeak"
|
2021-05-02 08:53:35 +00:00
|
|
|
required: true
|
|
|
|
selector:
|
|
|
|
text:
|
2020-03-11 08:42:22 +00:00
|
|
|
|
|
|
|
calibrate:
|
2021-05-02 08:53:35 +00:00
|
|
|
name: Calibrate
|
|
|
|
description: Calibrates a utility meter sensor.
|
|
|
|
target:
|
|
|
|
entity:
|
|
|
|
domain: sensor
|
2020-03-11 08:42:22 +00:00
|
|
|
fields:
|
|
|
|
value:
|
2021-05-02 08:53:35 +00:00
|
|
|
name: Value
|
2020-03-11 08:42:22 +00:00
|
|
|
description: Value to which set the meter
|
2020-04-05 08:33:45 +00:00
|
|
|
example: "100"
|
2021-05-02 08:53:35 +00:00
|
|
|
required: true
|
|
|
|
selector:
|
|
|
|
text:
|