Right now I cannot figure out how to get a list of all defined entities. Maybe there could be a function ```python def entity_ids(domain: str = None) -> List[str]: """Returns a list of all entity_ids in a domain. If None, all entity_ids are returned.""" ```