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

[prometheus] Add climate metrics (#8247)

This commit is contained in:
Jordan Zucker
2025-04-16 18:13:24 -07:00
committed by GitHub
parent 1b72550236
commit ca4838a5f4
8 changed files with 219 additions and 3 deletions

View File

@@ -1,6 +1,3 @@
substitutions:
verify_ssl: "false"
esphome:
name: livingroomdevice
friendly_name: Living Room Device
@@ -129,6 +126,14 @@ valve:
optimistic: true
has_position: true
remote_transmitter:
pin: ${pin}
carrier_duty_percent: 50%
climate:
- platform: climate_ir_lg
name: LG Climate
prometheus:
include_internal: true
relabel:

View File

@@ -1,3 +1,7 @@
substitutions:
verify_ssl: "false"
pin: GPIO5
<<: !include common.yaml
i2s_audio:

View File

@@ -1 +1,5 @@
substitutions:
verify_ssl: "false"
pin: GPIO2
<<: !include common.yaml

View File

@@ -1 +1,5 @@
substitutions:
verify_ssl: "false"
pin: GPIO2
<<: !include common.yaml

View File

@@ -1 +1,5 @@
substitutions:
verify_ssl: "false"
pin: GPIO2
<<: !include common.yaml

View File

@@ -1 +1,5 @@
substitutions:
verify_ssl: "false"
pin: GPIO5
<<: !include common.yaml