Closed Underknowledge closed 5 years ago
your pip command is wrong, you have install
two times
dang, edited - Does'nt bring back the script domain
This has nothing to do with scripts... so that is strange.... What errors do you get?
Only the
Feb 25 17:55:47 MACBOOKPRO hass[22938]: return func(path, v)
Feb 25 17:55:47 MACBOOKPRO hass[22938]: File "/srv/homeassistant/lib/python3.6/site-packages/voluptuous/validators.py", line 204, in _run
Feb 25 17:55:47 MACBOOKPRO hass[22938]: return self._exec(self._compiled, value, path)
Feb 25 17:55:47 MACBOOKPRO hass[22938]: File "/srv/homeassistant/lib/python3.6/site-packages/voluptuous/validators.py", line 284, in _exec
Feb 25 17:55:47 MACBOOKPRO hass[22938]: v = func(path, v)
Feb 25 17:55:47 MACBOOKPRO hass[22938]: File "/srv/homeassistant/lib/python3.6/site-packages/voluptuous/schema_builder.py", line 811, in validate_callable
Feb 25 17:55:47 MACBOOKPRO hass[22938]: return schema(data)
Feb 25 17:55:47 MACBOOKPRO hass[22938]: File "/srv/homeassistant/lib/python3.6/site-packages/voluptuous/schema_builder.py", line 267, in __call__
Feb 25 17:55:47 MACBOOKPRO hass[22938]: return self._compiled([], data)
Feb 25 17:55:47 MACBOOKPRO hass[22938]: File "/srv/homeassistant/lib/python3.6/site-packages/voluptuous/schema_builder.py", line 589, in validate_dict
Feb 25 17:55:47 MACBOOKPRO hass[22938]: return base_validate(path, iteritems(data), out)
Feb 25 17:55:47 MACBOOKPRO hass[22938]: File "/srv/homeassistant/lib/python3.6/site-packages/voluptuous/schema_builder.py", line 381, in validate_mapping
Feb 25 17:55:47 MACBOOKPRO hass[22938]: cval = cvalue(key_path, value)
Feb 25 17:55:47 MACBOOKPRO hass[22938]: File "/srv/homeassistant/lib/python3.6/site-packages/voluptuous/schema_builder.py", line 811, in validate_callable
Feb 25 17:55:47 MACBOOKPRO hass[22938]: return schema(data)
Feb 25 17:55:47 MACBOOKPRO hass[22938]: File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/config_validation.py", line 354, in service
Feb 25 17:55:47 MACBOOKPRO hass[22938]: if valid_entity_id(value):
Feb 25 17:55:47 MACBOOKPRO hass[22938]: File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/core.py", line 80, in valid_entity_id
Feb 25 17:55:47 MACBOOKPRO hass[22938]: return ('.' in entity_id and
Feb 25 17:55:47 MACBOOKPRO hass[22938]: TypeError: argument of type 'NoneType' is not iterable
one
whenever I try to run a script
Service not found for call_service at pos 1: (ServiceNotFound(...), 'Service script.turn_on not found')
This has nothing to do with this component. Looks like your script service are missing an entiry_id
Feels like the other way around - here the full error
ERROR (MainThread) [homeassistant.components.automation] Error while executing automation automation.dashevent_3min. Service not found for call_service at pos 2: (ServiceNotFound(...), 'Service script.turn_on not found')
oh yea - and the config checker also refuses to work - at least in the webend Did try to down, and upgrade again but still not working.
You need to fix your script config before that automation will start to work.
Did you fix your script issue?
wtf.. I feel stupid now - Inserted a new line by mistake and it got saved. Didnt had remotly the idea of an config error! Sorry to wasted your time. Thanks for the help!
none
Describe the bug
Attempted the install of the component. Set up the configuration and parts of lovelace. then hit restart. Scripts stopped working and still try to get it back working - No other chanages where made. hit another restart, deleted all configuration and files then, Still cant use scripts.
custom_updater
configurationResources in lovelace configuration
Tracker-card configuration
Debug log
Trying to resolfe this in the venv