Philipp Jeitner

Results 21 comments of Philipp Jeitner

For reference: This is the current implementation: https://github.com/Ekman/home-assistant-pure-i9/blob/master/custom_components/purei9/purei9.py#L48 ```python def state_to_hass( pure_i9_state: str, pure_i9_battery: str, purei9_dustbin: DustbinStates=DustbinStates.connected ) -> str: """Translate Pure i9 data into a Home Assistant state constant"""...