mirror of
				https://github.com/home-assistant/supervisor.git
				synced 2025-10-30 05:59:32 +00:00 
			
		
		
		
	Remove support for custom configs / configs for other hass.io versions (#197)
* Remove support for custom configs * not need since supervisor is autoupdate
This commit is contained in:
		| @@ -105,7 +105,7 @@ SCHEMA_ADDON_CONFIG = vol.Schema({ | ||||
|     vol.Optional(ATTR_IMAGE): vol.Match(r"^[\-\w{}]+/[\-\w{}]+$"), | ||||
|     vol.Optional(ATTR_TIMEOUT, default=10): | ||||
|         vol.All(vol.Coerce(int), vol.Range(min=10, max=120)) | ||||
| }, extra=vol.ALLOW_EXTRA) | ||||
| }) | ||||
|  | ||||
|  | ||||
| # pylint: disable=no-value-for-parameter | ||||
| @@ -113,7 +113,7 @@ SCHEMA_REPOSITORY_CONFIG = vol.Schema({ | ||||
|     vol.Required(ATTR_NAME): vol.Coerce(str), | ||||
|     vol.Optional(ATTR_URL): vol.Url(), | ||||
|     vol.Optional(ATTR_MAINTAINER): vol.Coerce(str), | ||||
| }, extra=vol.ALLOW_EXTRA) | ||||
| }) | ||||
|  | ||||
|  | ||||
| # pylint: disable=no-value-for-parameter | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Pascal Vizeli
					Pascal Vizeli