homeassistant: expose sleep_mode to google
All checks were successful
flake / flake (push) Successful in 1m15s
All checks were successful
flake / flake (push) Successful in 1m15s
This commit is contained in:
parent
2ecdafe1cf
commit
8a9498f8d7
@ -81,6 +81,9 @@ in
|
||||
report_state = true;
|
||||
expose_by_default = true;
|
||||
exposed_domains = [ "light" ];
|
||||
entity_config = {
|
||||
"input_boolean.sleep_mode" = { };
|
||||
};
|
||||
};
|
||||
homekit = [{
|
||||
filter = {
|
||||
@ -141,6 +144,13 @@ in
|
||||
}
|
||||
];
|
||||
|
||||
input_boolean = {
|
||||
sleep_mode = {
|
||||
name = "Set house to sleep mode";
|
||||
icon = "mdi:sleep";
|
||||
};
|
||||
};
|
||||
|
||||
# UI managed expansions
|
||||
automation = "!include automations.yaml";
|
||||
script = "!include scripts.yaml";
|
||||
|
Loading…
Reference in New Issue
Block a user