mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
utility_meter optional unique_id (#22150)
* deprecate option * add unique_id
This commit is contained in:
parent
26a149903d
commit
8560dfdbba
@ -80,6 +80,10 @@ name:
|
|||||||
description: The friendly name to use in the GUI.
|
description: The friendly name to use in the GUI.
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
unique_id:
|
||||||
|
description: An ID that uniquely identifies the utility_meter. Set this to a unique value to allow customization through the UI.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
cycle:
|
cycle:
|
||||||
description: How often to reset the counter. Valid values are `quarter-hourly`, `hourly`, `daily`, `weekly`, `monthly`, `bimonthly`, `quarterly` and `yearly`. Cycle value `bimonthly` will reset the counter once in two months.
|
description: How often to reset the counter. Valid values are `quarter-hourly`, `hourly`, `daily`, `weekly`, `monthly`, `bimonthly`, `quarterly` and `yearly`. Cycle value `bimonthly` will reset the counter once in two months.
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user