mirror of
https://github.com/esphome/esphome.git
synced 2025-09-01 10:52:19 +01:00
[prometheus] Adding valve entity metrics (#8223)
This commit is contained in:
@@ -121,6 +121,14 @@ number:
|
||||
max_value: 100
|
||||
step: 1
|
||||
|
||||
valve:
|
||||
- platform: template
|
||||
name: "Template Valve"
|
||||
lambda: |-
|
||||
return VALVE_OPEN;
|
||||
optimistic: true
|
||||
has_position: true
|
||||
|
||||
prometheus:
|
||||
include_internal: true
|
||||
relabel:
|
||||
|
Reference in New Issue
Block a user