Compare commits
	
		
			2 Commits
		
	
	
		
			d319657680
			...
			25267d09a2
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 25267d09a2 | |||
| f02f538ab2 | 
@@ -108,6 +108,31 @@ in
 | 
			
		||||
          in
 | 
			
		||||
          {
 | 
			
		||||
            enable = true;
 | 
			
		||||
 | 
			
		||||
            extraComponents = [
 | 
			
		||||
              "default_config"
 | 
			
		||||
              "esphome"
 | 
			
		||||
              "google_translate"
 | 
			
		||||
 | 
			
		||||
              "met"
 | 
			
		||||
              "zha"
 | 
			
		||||
              "denonavr"
 | 
			
		||||
              "webostv"
 | 
			
		||||
              "androidtv_remote"
 | 
			
		||||
            ];
 | 
			
		||||
            extraPackages = python3Packages: with python3Packages; [
 | 
			
		||||
              zlib-ng
 | 
			
		||||
              isal
 | 
			
		||||
 | 
			
		||||
              gtts
 | 
			
		||||
              (pyirishrail python3Packages)
 | 
			
		||||
            ];
 | 
			
		||||
            customComponents = with pkgs.home-assistant-custom-components; [
 | 
			
		||||
              alarmo
 | 
			
		||||
            ];
 | 
			
		||||
 | 
			
		||||
            configWritable = false;
 | 
			
		||||
            openFirewall = true;
 | 
			
		||||
            config = {
 | 
			
		||||
              default_config = {};
 | 
			
		||||
              homeassistant = {
 | 
			
		||||
@@ -145,25 +170,6 @@ in
 | 
			
		||||
                }
 | 
			
		||||
              ];
 | 
			
		||||
            };
 | 
			
		||||
            extraComponents = [
 | 
			
		||||
              "default_config"
 | 
			
		||||
              "esphome"
 | 
			
		||||
              "google_translate"
 | 
			
		||||
 | 
			
		||||
              "met"
 | 
			
		||||
              "zha"
 | 
			
		||||
              "denonavr"
 | 
			
		||||
              "webostv"
 | 
			
		||||
            ];
 | 
			
		||||
            extraPackages = python3Packages: with python3Packages; [
 | 
			
		||||
              zlib-ng
 | 
			
		||||
              isal
 | 
			
		||||
 | 
			
		||||
              gtts
 | 
			
		||||
              (pyirishrail python3Packages)
 | 
			
		||||
            ];
 | 
			
		||||
            configWritable = false;
 | 
			
		||||
            openFirewall = true;
 | 
			
		||||
          };
 | 
			
		||||
        };
 | 
			
		||||
      };
 | 
			
		||||
 
 | 
			
		||||
@@ -132,6 +132,22 @@ in
 | 
			
		||||
                  hw-address = "24:8a:07:a8:fe:3a";
 | 
			
		||||
                  ip-address = net.cidr.host 40 prefixes.lo.v4;
 | 
			
		||||
                }
 | 
			
		||||
 | 
			
		||||
                {
 | 
			
		||||
                  # avr
 | 
			
		||||
                  hw-address = "8c:a9:6f:30:03:6b";
 | 
			
		||||
                  ip-address = net.cidr.host 41 prefixes.lo.v4;
 | 
			
		||||
                }
 | 
			
		||||
                {
 | 
			
		||||
                  # tv
 | 
			
		||||
                  hw-address = "00:a1:59:b8:4d:86";
 | 
			
		||||
                  ip-address = net.cidr.host 42 prefixes.lo.v4;
 | 
			
		||||
                }
 | 
			
		||||
                {
 | 
			
		||||
                  # android tv
 | 
			
		||||
                  hw-address = "b8:7b:d4:95:c6:74";
 | 
			
		||||
                  ip-address = net.cidr.host 43 prefixes.lo.v4;
 | 
			
		||||
                }
 | 
			
		||||
              ];
 | 
			
		||||
            }
 | 
			
		||||
          ];
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user