Home assitant: update config
This commit is contained in:
parent
ac4f95f577
commit
85aa43536a
1 changed files with 33 additions and 7 deletions
|
|
@ -84,7 +84,10 @@ with lib; {
|
|||
};
|
||||
blueman.enable = true;
|
||||
dbus.packages = [ pkgs.dconf ];
|
||||
esphome = { enable = true; openFirewall = true; };
|
||||
esphome = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
fail2ban = {
|
||||
enable = true;
|
||||
bantime-increment.enable = true;
|
||||
|
|
@ -325,12 +328,13 @@ with lib; {
|
|||
automation = "!include automations.yaml";
|
||||
scene = "!include scenes.yaml";
|
||||
|
||||
assist_pipeline = { };
|
||||
cloud = { };
|
||||
config = { };
|
||||
device_tracker = [{
|
||||
platform = "bluetooth_tracker";
|
||||
request_rssi = true;
|
||||
}];
|
||||
# device_tracker = [{
|
||||
# platform = "bluetooth_tracker";
|
||||
# request_rssi = true;
|
||||
# }];
|
||||
esphome = { };
|
||||
frontend = { };
|
||||
# google_assistant = { project_id = "light-cathode-372118"; };
|
||||
|
|
@ -340,10 +344,31 @@ with lib; {
|
|||
logger.default = "info";
|
||||
"map" = { };
|
||||
mobile_app = { };
|
||||
notify = [
|
||||
{
|
||||
platform = "telegram";
|
||||
name = "t_filippo";
|
||||
chat_id = "!secret filippo_t_chat_id";
|
||||
}
|
||||
{
|
||||
platform = "telegram";
|
||||
name = "t_famiglia";
|
||||
chat_id = "!secret famiglia_t_chat_id";
|
||||
}
|
||||
];
|
||||
recorder.purge_keep_days = 30;
|
||||
shopping_list = { };
|
||||
sun = { };
|
||||
system_health = { };
|
||||
telegram_bot = [{
|
||||
# platform = "polling";
|
||||
platform = "webhooks";
|
||||
api_key = "!secret telegram_api_key";
|
||||
allowed_chat_ids = [
|
||||
"!secret filippo_t_chat_id"
|
||||
"!secret famiglia_t_chat_id"
|
||||
];
|
||||
}];
|
||||
tts = [{
|
||||
platform = "google_translate";
|
||||
language = "it";
|
||||
|
|
@ -362,8 +387,8 @@ with lib; {
|
|||
"bayesian"
|
||||
"binary_sensor"
|
||||
"blueprint"
|
||||
"bluetooth_le_tracker"
|
||||
"bluetooth_tracker"
|
||||
# "bluetooth_le_tracker"
|
||||
# "bluetooth_tracker"
|
||||
"button"
|
||||
"camera"
|
||||
"cast"
|
||||
|
|
@ -383,6 +408,7 @@ with lib; {
|
|||
"dlna_dmr"
|
||||
"dlna_dms"
|
||||
"esphome"
|
||||
"fail2ban"
|
||||
"flux"
|
||||
"gdacs"
|
||||
"google"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue