Clean up HA for house
Clean up the smart devices that are no longer in use Add DaikinOne HA component to test if it works
This commit is contained in:
@@ -11,24 +11,27 @@
|
||||
"calendar"
|
||||
"cast"
|
||||
"daikin"
|
||||
"eufy"
|
||||
"ipp"
|
||||
"lovelace"
|
||||
"met"
|
||||
"nest"
|
||||
"nextcloud"
|
||||
"ping"
|
||||
"piper"
|
||||
"radio_browser"
|
||||
"rainbird"
|
||||
"roborock"
|
||||
"smart_meter_texas"
|
||||
"speedtestdotnet"
|
||||
"solaredge"
|
||||
"whisper"
|
||||
"wiz"
|
||||
"wyoming"
|
||||
"zwave_js"
|
||||
];
|
||||
customComponents = with pkgs.home-assistant-custom-components; [ smartthinq-sensors ];
|
||||
customComponents = with pkgs.home-assistant-custom-components; [
|
||||
pkgs.python3.pkgs.daikinone
|
||||
nest_protect
|
||||
smartthinq-sensors
|
||||
];
|
||||
|
||||
config = {
|
||||
default_config = { };
|
||||
|
||||
@@ -99,7 +99,6 @@ in
|
||||
import ./networking/dhcp.nix {
|
||||
inherit
|
||||
iot
|
||||
iotIP
|
||||
lan
|
||||
lanIP
|
||||
routerIP
|
||||
|
||||
Reference in New Issue
Block a user