hass: +prometheus
This commit is contained in:
parent
f745a7067f
commit
a7139807e6
@ -36,6 +36,7 @@ in
|
||||
"webostv"
|
||||
"daikin"
|
||||
"ipp"
|
||||
"prometheus"
|
||||
];
|
||||
config = {
|
||||
default_config = { };
|
||||
@ -55,6 +56,20 @@ in
|
||||
|
||||
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
|
||||
"automation ui" = "!include automations.yaml";
|
||||
"automation yaml" = [
|
||||
|
Loading…
Reference in New Issue
Block a user