|
楼主 |
发表于 2019-12-25 09:24:38
|
显示全部楼层
tts:
- platform: baidu
language: zh
app_id: 18097663
api_key: pgL2Qg3bQG3VOlZHLNcaGw6C
secret_key: Hp7ulGkVTQGX3chK3XYa7mfV1UlCAY8G
speed: 5
pitch: 5
volume: 15
person: 0
media_player:
- platform: mpd
name: mpd
host: 127.0.0.1
================================
2019-12-25 09:09:44 ERROR (MainThread) [homeassistant.setup] Error during setup of component xiaomi_aqara
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 176, in _async_setup_component
component.setup, hass, processed_config # type: ignore
File "/usr/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/xiaomi_aqara/__init__.py", line 145, in setup
xiaomi.discover_gateways()
File "/srv/homeassistant/lib/python3.7/site-packages/xiaomi_gateway/__init__.py", line 47, in discover_gateways
_socket.bind((self._interface, 0))
OSError: [Errno 99] Cannot assign requested address |
|