|
发表于 2018-8-17 13:45:26
|
显示全部楼层
Traceback (most recent call last):File "/config/custom_components/input_text.py", line 110, in async_setup
component.async_register_entity_service(
AttributeError: 'EntityComponent' object has no attribute 'async_register_entity_service'2018-08-17 05:43:45 ERROR (MainThread) [homeassistant.setup] Error during setup of component input_select
Traceback (most recent call last):File "/config/custom_components/input_select.py", line 132, in async_setup
component.async_register_entity_service(
AttributeError: 'EntityComponent' object has no attribute 'async_register_entity_service'2018-08-17 05:43:45 ERROR (MainThread) [homeassistant.setup] Error during setup of component input_boolean
Traceback (most recent call last):
File "/usr/src/app/homeassistant/setup.py", line 143, in _async_setup_component
hass, processed_config)
File "/config/custom_components/input_boolean.py", line 86, in async_setup
component.async_register_entity_service(
AttributeError: 'EntityComponent' object has no attribute 'async_register_entity_service'2018-08-17 05:44:18 WARNING (MainThread) [homeassistant.core] Unable to find service input_select/set_options
Traceback (most recent call last):
File "/usr/src/app/homeassistant/core.py", line 284, in async_run_job
target(*args)
File "/config/custom_components/common_timer.py", line 383, in update
if self.get_state(self._ui[UI_SWITCH]) == 'on':
File "/config/custom_components/common_timer.py", line 349, in get_state
return self._hass.states.get(entity_id).as_dict()['state']
AttributeError: 'NoneType' object has no attribute 'as_dict' |
|