mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 00:37:13 +00:00
Merge pull request #3036 from home-assistant/bug_fix_asuwrt
Bug fix for asuswrt device_tracker. Issue #3015
This commit is contained in:
commit
6275cffab4
@ -36,7 +36,7 @@ PLATFORM_SCHEMA = vol.All(
|
||||
vol.Optional(CONF_PROTOCOL, default='ssh'):
|
||||
vol.In(['ssh', 'telnet']),
|
||||
vol.Optional(CONF_MODE, default='router'):
|
||||
vol.Schema(['router', 'ap']),
|
||||
vol.In(['router', 'ap']),
|
||||
vol.Optional(CONF_SSH_KEY): cv.isfile,
|
||||
vol.Optional(CONF_PUB_KEY): cv.isfile
|
||||
}))
|
||||
|
Loading…
x
Reference in New Issue
Block a user