SYMBOL INDEX (24 symbols across 4 files) FILE: custom_components/xgimi/__init__.py function async_setup_entry (line 16) | async def async_setup_entry(hass: HomeAssistant, config_entry: ConfigEnt... function async_unload_entry (line 29) | async def async_unload_entry(hass: HomeAssistant, config_entry: ConfigEn... FILE: custom_components/xgimi/config_flow.py class XgimiConfigFLow (line 16) | class XgimiConfigFLow(config_entries.ConfigFlow, domain=DOMAIN): method async_step_user (line 19) | async def async_step_user( FILE: custom_components/xgimi/pyxgimi.py class XgimiApi (line 8) | class XgimiApi: method __init__ (line 9) | def __init__(self, ip, command_port, advance_port, alive_port, manufac... method is_on (line 53) | def is_on(self) -> bool: method async_fetch_data (line 57) | async def async_fetch_data(self): method async_check_alive (line 66) | async def async_check_alive(self): method async_ble_power_on (line 78) | async def async_ble_power_on(self, manufacturer_data: str, company_id:... method async_robust_ble_power_on (line 90) | async def async_robust_ble_power_on(self, manufacturer_data: str, comp... method async_send_command (line 95) | async def async_send_command(self, command) -> None: FILE: custom_components/xgimi/remote.py function async_setup_platform (line 18) | async def async_setup_platform(hass, config, async_add_entities, discove... function async_setup_entry (line 32) | async def async_setup_entry( class XgimiRemote (line 50) | class XgimiRemote(RemoteEntity): method __init__ (line 54) | def __init__(self, xgimi_api, name, unique_id): method async_update (line 60) | async def async_update(self): method is_on (line 65) | def is_on(self): method name (line 70) | def name(self): method icon (line 75) | def icon(self): method unique_id (line 80) | def unique_id(self): method async_turn_on (line 84) | async def async_turn_on(self, **kwargs): method async_turn_off (line 89) | async def async_turn_off(self, **kwargs): method async_send_command (line 94) | async def async_send_command(self, command: Iterable[str], **kwargs) -...