mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
updated brain home assistant
This commit is contained in:
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@@ -148,6 +148,7 @@
|
|||||||
"mixtral",
|
"mixtral",
|
||||||
"mklabel",
|
"mklabel",
|
||||||
"mkpart",
|
"mkpart",
|
||||||
|
"modbus",
|
||||||
"modesetting",
|
"modesetting",
|
||||||
"mountpoint",
|
"mountpoint",
|
||||||
"mountpoints",
|
"mountpoints",
|
||||||
@@ -184,6 +185,7 @@
|
|||||||
"overalljails",
|
"overalljails",
|
||||||
"overscroll",
|
"overscroll",
|
||||||
"overseerr",
|
"overseerr",
|
||||||
|
"paho",
|
||||||
"partitionwise",
|
"partitionwise",
|
||||||
"pbmode",
|
"pbmode",
|
||||||
"pciutils",
|
"pciutils",
|
||||||
@@ -213,6 +215,7 @@
|
|||||||
"pychromecast",
|
"pychromecast",
|
||||||
"pylance",
|
"pylance",
|
||||||
"pymetno",
|
"pymetno",
|
||||||
|
"pymodbus",
|
||||||
"pyownet",
|
"pyownet",
|
||||||
"qbit",
|
"qbit",
|
||||||
"qbittorrent",
|
"qbittorrent",
|
||||||
@@ -286,6 +289,7 @@
|
|||||||
"usernamehw",
|
"usernamehw",
|
||||||
"userprefs",
|
"userprefs",
|
||||||
"vfat",
|
"vfat",
|
||||||
|
"victron",
|
||||||
"virt",
|
"virt",
|
||||||
"virtualisation",
|
"virtualisation",
|
||||||
"vpnpromourl",
|
"vpnpromourl",
|
||||||
|
|||||||
@@ -26,6 +26,9 @@
|
|||||||
time_zone = "America/New_York";
|
time_zone = "America/New_York";
|
||||||
unit_system = "us_customary";
|
unit_system = "us_customary";
|
||||||
temperature_unit = "F";
|
temperature_unit = "F";
|
||||||
|
packages = {
|
||||||
|
victron_modbuss = "!include updated elises groupsvictron_modbuss.yaml";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
recorder = {
|
recorder = {
|
||||||
db_url = "postgresql://@/hass";
|
db_url = "postgresql://@/hass";
|
||||||
@@ -56,9 +59,11 @@
|
|||||||
};
|
};
|
||||||
extraPackages =
|
extraPackages =
|
||||||
python3Packages: with python3Packages; [
|
python3Packages: with python3Packages; [
|
||||||
jellyfin-apiclient-python
|
pymodbus # for modbus
|
||||||
psycopg2
|
gtts # not sure what wants this
|
||||||
uiprotect
|
jellyfin-apiclient-python # for jellyfin
|
||||||
|
paho-mqtt # for mqtt
|
||||||
|
psycopg2 # for postgresql
|
||||||
];
|
];
|
||||||
extraComponents = [ "isal" ];
|
extraComponents = [ "isal" ];
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -57,6 +57,17 @@
|
|||||||
"[github-actions-workflow]": {
|
"[github-actions-workflow]": {
|
||||||
"editor.defaultFormatter": "redhat.vscode-yaml"
|
"editor.defaultFormatter": "redhat.vscode-yaml"
|
||||||
},
|
},
|
||||||
|
"[dockercompose]": {
|
||||||
|
"editor.insertSpaces": true,
|
||||||
|
"editor.tabSize": 2,
|
||||||
|
"editor.autoIndent": "advanced",
|
||||||
|
"editor.quickSuggestions": {
|
||||||
|
"other": true,
|
||||||
|
"comments": false,
|
||||||
|
"strings": true
|
||||||
|
},
|
||||||
|
"editor.defaultFormatter": "redhat.vscode-yaml"
|
||||||
|
},
|
||||||
|
|
||||||
// spell check
|
// spell check
|
||||||
"cSpell.enabled": true,
|
"cSpell.enabled": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user