Skip to content

Commit

Permalink
chore(esphome): decomission eol sensors
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Jan 20, 2024
1 parent 6a6d9a3 commit 99bda4e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 49 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,9 @@ configMapGenerator:
files:
- light-alexroom.yaml=https://raw.githubusercontent.com/tyriis/esphome-config/main/light-alexroom.yaml
- light-stairs.yaml=https://raw.githubusercontent.com/tyriis/esphome-config/main/light-stairs.yaml
- sensor-alexroom.yaml=https://raw.githubusercontent.com/tyriis/esphome-config/main/sensor-alexroom.yaml
- sensor-basement.yaml=https://raw.githubusercontent.com/tyriis/esphome-config/main/sensor-basement.yaml
- sensor-bathroom.yaml=https://raw.githubusercontent.com/tyriis/esphome-config/main/sensor-bathroom.yaml
- sensor-bedroom.yaml=https://raw.githubusercontent.com/tyriis/esphome-config/main/sensor-bedroom.yaml
- sensor-domiroom.yaml=https://raw.githubusercontent.com/tyriis/esphome-config/main/sensor-domiroom.yaml
- sensor-heating.yaml=sensor-heating.yaml
- sensor-kitchen.yaml=https://raw.githubusercontent.com/tyriis/esphome-config/main/sensor-kitchen.yaml
- sensor-livingroom.yaml=https://raw.githubusercontent.com/tyriis/esphome-config/main/sensor-livingroom.yaml
# - sensor-office.yaml=https://raw.githubusercontent.com/tyriis/esphome-config/main/sensor-office.yaml
- sensor-stairs.yaml=https://raw.githubusercontent.com/tyriis/esphome-config/main/sensor-stairs.yaml
- switch-alexroom.yaml=https://raw.githubusercontent.com/tyriis/esphome-config/main/switch-alexroom.yaml
- switch-basement.yaml=https://raw.githubusercontent.com/tyriis/esphome-config/main/switch-basement.yaml
- switch-bedroom.yaml=https://raw.githubusercontent.com/tyriis/esphome-config/main/switch-bedroom.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,30 +89,12 @@ prometheus:
labels:
device: light-stairs
# ESPHome sensors
- job_name: esphome-sensor-alexroom
static_configs:
- targets:
- esphome-sensor-alexroom.home
labels:
device: sensor-alexroom
- job_name: esphome-sensor-basement
static_configs:
- targets:
- esphome-sensor-basement.home
labels:
device: sensor-basement
- job_name: esphome-sensor-bathroom
static_configs:
- targets:
- esphome-sensor-bathroom.home
labels:
device: sensor-bathroom
- job_name: esphome-sensor-bedroom
static_configs:
- targets:
- esphome-sensor-bedroom.home
labels:
device: sensor-bedroom
- job_name: esphome-sensor-domiroom
static_configs:
- targets:
Expand All @@ -125,30 +107,6 @@ prometheus:
- esphome-sensor-heating.home
labels:
device: sensor-heating
- job_name: esphome-sensor-kitchen
static_configs:
- targets:
- esphome-sensor-kitchen.home
labels:
device: sensor-kitchen
- job_name: esphome-sensor-livingroom
static_configs:
- targets:
- esphome-sensor-livingroom.home
labels:
device: sensor-livingroom
# - job_name: esphome-sensor-office
# static_configs:
# - targets:
# - esphome-sensor-office.home
# labels:
# device: sensor-office
- job_name: esphome-sensor-stairs
static_configs:
- targets:
- esphome-sensor-stairs.home
labels:
device: sensor-stairs
# ESPHome switches
- job_name: esphome-switch-alexroom
static_configs:
Expand Down

0 comments on commit 99bda4e

Please sign in to comment.