homeassistant: expose sleep_mode to google
All checks were successful
flake / flake (push) Successful in 1m16s

This commit is contained in:
Jake Hillion 2024-08-04 17:04:25 +01:00
parent 2ecdafe1cf
commit 16e970b3a4

View File

@ -81,6 +81,11 @@ in
report_state = true;
expose_by_default = true;
exposed_domains = [ "light" ];
entity_config = {
input_boolean.sleep_mode = {
expose = true;
};
};
};
homekit = [{
filter = {