mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	Add beta add-on
This commit is contained in:
		
							
								
								
									
										33
									
								
								esphomeyaml-beta/config.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										33
									
								
								esphomeyaml-beta/config.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,33 @@ | ||||
| { | ||||
|   "name": "esphomeyaml-beta", | ||||
|   "version": "1.9.0b1", | ||||
|   "slug": "esphomeyaml-beta", | ||||
|   "description": "Beta version of esphomeyaml HassIO add-on.", | ||||
|   "url": "https://esphomelib.com/esphomeyaml/index.html", | ||||
|   "startup": "application", | ||||
|   "webui": "http://[HOST]:[PORT:6052]", | ||||
|   "boot": "auto", | ||||
|   "ports": { | ||||
|     "6052/tcp": 6052, | ||||
|     "6053/tcp": 6053 | ||||
|   }, | ||||
|   "auto_uart": true, | ||||
|   "map": [ | ||||
|     "config:rw" | ||||
|   ], | ||||
|   "arch": [ | ||||
|     "amd64", | ||||
|     "armhf", | ||||
|     "i386" | ||||
|   ], | ||||
|   "environment": { | ||||
|     "ESPHOMEYAML_OTA_HOST_PORT": "6053" | ||||
|   }, | ||||
|   "options": { | ||||
|     "password": "" | ||||
|   }, | ||||
|   "schema": { | ||||
|     "password": "str?" | ||||
|   }, | ||||
|   "image": "ottowinter/esphomeyaml-hassio-{arch}" | ||||
| } | ||||
		Reference in New Issue
	
	Block a user