Home assistant: complete google assistant integration
This commit is contained in:
parent
0061f2b45f
commit
ea23ad8fbf
1 changed files with 25 additions and 2 deletions
|
|
@ -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 = { };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue