fix: Remove 'rc' option from update_branch configuration in schema
This commit is contained in:
@@ -38,7 +38,7 @@ CONFIG_SCHEMA = vol.Schema({
|
||||
DOMAIN: vol.Schema({
|
||||
vol.Optional(CONF_CHECK_UPDATES, default=True): cv.boolean,
|
||||
vol.Optional(CONF_UPDATE_BRANCH, default='master'): vol.In(
|
||||
['master', 'rc'])
|
||||
['master'])
|
||||
})
|
||||
}, extra=vol.ALLOW_EXTRA)
|
||||
|
||||
|
||||
@@ -44,12 +44,6 @@ infrarize:
|
||||
check_updates: false
|
||||
```
|
||||
|
||||
If you would like to get updates from the rc branch (Release Candidate), configure Infrarize as follows:
|
||||
```yaml
|
||||
infrarize:
|
||||
update_branch: rc
|
||||
```
|
||||
|
||||
**(3)** Configure a platform.
|
||||
|
||||
### *HACS*
|
||||
|
||||
Reference in New Issue
Block a user