1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 22:53:59 +00:00

[prometheus] Select, media_player, and number prometheus metrics (#7895)

This commit is contained in:
Jordan Zucker
2025-01-14 19:56:22 -08:00
committed by GitHub
parent e779a8bcb2
commit df26ace0f1
4 changed files with 245 additions and 0 deletions

View File

@@ -78,6 +78,26 @@ lock:
}
optimistic: true
select:
- platform: template
id: template_select1
name: "Template select"
optimistic: true
options:
- one
- two
- three
initial_option: two
number:
- platform: template
id: template_number1
name: "Template number"
optimistic: true
min_value: 0
max_value: 100
step: 1
prometheus:
include_internal: true
relabel: