hass: +prometheus

This commit is contained in:
Motiejus Jakštys 2024-09-12 16:51:57 +03:00
parent f745a7067f
commit a7139807e6
1 changed files with 15 additions and 0 deletions

View File

@ -36,6 +36,7 @@ in
"webostv" "webostv"
"daikin" "daikin"
"ipp" "ipp"
"prometheus"
]; ];
config = { config = {
default_config = { }; default_config = { };
@ -55,6 +56,20 @@ in
wake_on_lan = { }; wake_on_lan = { };
prometheus = {
namespace = "hass";
filter = {
include_entity_globs = [
"media_player.*"
"sensor.hp_color_laser*"
"sensor.daikin*"
"switch.daikin*"
"climate.daikin*"
];
};
};
# requires a restore from backup # requires a restore from backup
"automation ui" = "!include automations.yaml"; "automation ui" = "!include automations.yaml";
"automation yaml" = [ "automation yaml" = [