Home assistant: complete google assistant integration

This commit is contained in:
Filippo Berto 2023-06-20 17:14:51 +02:00
parent 0061f2b45f
commit ea23ad8fbf
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -342,8 +342,31 @@ with lib; {
esphome = { };
frontend = { };
google_assistant = {
project_id = "home-network-373608";
service_account = "!include home-manager-service-account.json";
project_id = "home-assistant-390217";
report_state = true;
service_account = "!include google-service-account.json";
exposed_domains = [
"alarm_control_panel"
"button"
"camera"
"climate"
"cover"
"fan"
"group"
"humidifier"
"input_boolean"
"input_button"
"input_select"
"light"
"lock"
"media_player"
"scene"
"script"
"select"
"sensor"
"switch"
"vacuum"
];
};
history = { };
logbook = { };