Error log for SONOS

Just install a Hass in MAC, My SONOS Play1 can’t be added to hass, Anyone can help on this?

the error log is in below:

2017-05-10 22:01:36 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=light.gateway_light_f0b429b3d525, old_state=None, new_state=<state light.gateway_light_f0b429b3d525=off; friendly_name=Gateway Light_f0b429b3d525, supported_features=17 @ 2017-05-10T14:01:36.481204+00:00>>
2017-05-10 22:01:36 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=group.all_lights, old_state=<state group.all_lights=off; entity_id=('light.hue_lightstrip_plus1',), order=0, auto=True, friendly_name=all lights, hidden=True @ 2017-05-10T14:01:36.427882+00:00>, new_state=None>
2017-05-10 22:01:36 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=group.all_lights, old_state=None, new_state=<state group.all_lights=off; entity_id=('light.hue_lightstrip_plus1', 'light.gateway_light_f0b429b3d525'), order=0, auto=True, friendly_name=all lights, hidden=True @ 2017-05-10T14:01:36.482318+00:00>>
2017-05-10 22:01:38 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.sonos
2017-05-10 22:01:38 INFO (<concurrent.futures.thread.ThreadPoolExecutor object at 0x103d0aef0>_1) [homeassistant.util.package] Attempting install of gTTS-token==1.1.1
2017-05-10 22:01:39 INFO (<concurrent.futures.thread.ThreadPoolExecutor object at 0x103d0aef0>_8) [homeassistant.components.media_player.sonos] Added 1 Sonos speakers
2017-05-10 22:01:39 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=media_player, service=sonos_join>
/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/homeassistant/components/media_player/sonos.py:367: UserWarning: The output type of this method will probably change in the future to use SoCo data structures
  self._player.get_sonos_favorites()['favorites']
2017-05-10 22:01:39 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=media_player, service=sonos_unjoin>
2017-05-10 22:01:39 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=media_player, service=sonos_snapshot>
2017-05-10 22:01:39 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=media_player, service=sonos_restore>
2017-05-10 22:01:39 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=media_player, service=sonos_set_sleep_timer>
2017-05-10 22:01:39 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=media_player, service=sonos_clear_sleep_timer>
2017-05-10 22:01:39 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/homeassistant/helpers/entity_component.py", line 361, in async_process_entity
    new_entity, self, update_before_add=update_before_add
  File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/homeassistant/helpers/entity_component.py", line 210, in async_add_entity
    'Invalid entity id: {}'.format(entity.entity_id))
homeassistant.exceptions.HomeAssistantError: Invalid entity id: media_player.

Any suggestion? May I need name it?

OK, I know why now, The SONOS player‘s name is chinese, this cause the why

Hi azlza, how to fix the issue?