|  | @@ -53,6 +53,8 @@ hooks:
 | 
	
		
			
				|  |  |  apps:
 | 
	
		
			
				|  |  |    home-assistant-snap:
 | 
	
		
			
				|  |  |      command: bin/hass --config $SNAP_DATA
 | 
	
		
			
				|  |  | +    command-chain:
 | 
	
		
			
				|  |  | +      - bin/plug-bin
 | 
	
		
			
				|  |  |      daemon: simple
 | 
	
		
			
				|  |  |      environment:
 | 
	
		
			
				|  |  |        PIP_USER: 1
 | 
	
	
		
			
				|  | @@ -62,7 +64,7 @@ apps:
 | 
	
		
			
				|  |  |        - network
 | 
	
		
			
				|  |  |        - network-bind
 | 
	
		
			
				|  |  |        - raw-usb
 | 
	
		
			
				|  |  | -      # GPIO devices etc.. (e.g RaZberry GPIO hat)
 | 
	
		
			
				|  |  | +      # GPIO devices etc.. (e.g RaZberry HAT)
 | 
	
		
			
				|  |  |        - physical-memory-control
 | 
	
		
			
				|  |  |      slots: 
 | 
	
		
			
				|  |  |        - components
 | 
	
	
		
			
				|  | @@ -152,6 +154,7 @@ parts:
 | 
	
		
			
				|  |  |        configure: snap/hooks/configure
 | 
	
		
			
				|  |  |        post-refresh: snap/hooks/post-refresh
 | 
	
		
			
				|  |  |        prepare-slot-certs: snap/hooks/prepare-slot-certs
 | 
	
		
			
				|  |  | +      connect-plug-bin: snap/hooks/connect-plug-bin
 | 
	
		
			
				|  |  |    bins:
 | 
	
		
			
				|  |  |      plugin: dump
 | 
	
		
			
				|  |  |      source: ./scripts/bin
 | 
	
	
		
			
				|  | @@ -163,3 +166,5 @@ parts:
 | 
	
		
			
				|  |  |      plugin: dump
 | 
	
		
			
				|  |  |      source: ./scripts/config
 | 
	
		
			
				|  |  |      source-type: local
 | 
	
		
			
				|  |  | +    organize:
 | 
	
		
			
				|  |  | +      plug-bin: bin/plug-bin
 |