Update automation url in warning

This commit is contained in:
Paulus Schoutsen 2015-11-22 15:10:24 -08:00
parent 7f1254d750
commit d4f0f0ffd3

View File

@ -123,7 +123,7 @@ def _migrate_old_config(config):
_LOGGER.warning(
'You are using an old configuration format. Please upgrade: '
'https://home-assistant.io/components/automation.html')
'https://home-assistant.io/components/automation/')
new_conf = {
CONF_TRIGGER: dict(config),