Home assistant not start

Testing configuration at /home/fvicente/.homeassistant
ERROR:homeassistant.scripts.check_config:BURB
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/dist-packages/homeassistant/scripts/check_config.py", line 209, in check
    check_ha_config_file(hass))
  File "/usr/lib/python3.6/asyncio/base_events.py", line 484, in run_until_complete
    return future.result()
  File "/usr/local/lib/python3.6/dist-packages/homeassistant/scripts/check_config.py", line 326, in check_ha_config_file
    core_config = CORE_CONFIG_SCHEMA(core_config)
  File "/home/fvicente/.local/lib/python3.6/site-packages/voluptuous/schema_builder.py", line 267, in __call__
    return self._compiled([], data)
  File "/home/fvicente/.local/lib/python3.6/site-packages/voluptuous/schema_builder.py", line 589, in validate_dict
    return base_validate(path, iteritems(data), out)
  File "/home/fvicente/.local/lib/python3.6/site-packages/voluptuous/schema_builder.py", line 381, in validate_mapping
    cval = cvalue(key_path, value)
  File "/home/fvicente/.local/lib/python3.6/site-packages/voluptuous/schema_builder.py", line 811, in validate_callable
    return schema(data)
  File "/home/fvicente/.local/lib/python3.6/site-packages/voluptuous/schema_builder.py", line 267, in __call__
    return self._compiled([], data)
  File "/home/fvicente/.local/lib/python3.6/site-packages/voluptuous/schema_builder.py", line 589, in validate_dict
    return base_validate(path, iteritems(data), out)
  File "/home/fvicente/.local/lib/python3.6/site-packages/voluptuous/schema_builder.py", line 368, in validate_mapping
    new_key = ckey(key_path, key)
  File "/home/fvicente/.local/lib/python3.6/site-packages/voluptuous/schema_builder.py", line 811, in validate_callable
    return schema(data)
  File "/usr/local/lib/python3.6/dist-packages/homeassistant/helpers/config_validation.py", line 173, in entity_id
    if valid_entity_id(value):
  File "/usr/local/lib/python3.6/dist-packages/homeassistant/core.py", line 90, in valid_entity_id
    slugify(entity_id) == entity_id.replace('.', '_', 1))
  File "/usr/local/lib/python3.6/dist-packages/homeassistant/util/__init__.py", line 41, in slugify
    return unicode_slug.slugify(text, separator='_')  # type: ignore
TypeError: slugify() got an unexpected keyword argument 'separator'
Fatal error while loading config: slugify() got an unexpected keyword argument 'separator'
Failed config
  General Errors: 
    - slugify() got an unexpected keyword argument 'separator'

Any can helpme?

Search your config for ‘separator’, compare it with the docs for the component it is used.

Hi @VDRainer. Where I look for the ‘separador’, I get an error when it finds a ‘_’ in configuration.yaml

thanks in advance

Have you updated from an older version?

‘separator’