1 """Support for Anova Coordinators."""
5 from anova_wifi
import APCUpdate, APCWifiDevice
12 from .const
import DOMAIN
14 _LOGGER = logging.getLogger(__name__)
18 """Anova custom coordinator."""
20 config_entry: ConfigEntry
22 def __init__(self, hass: HomeAssistant, anova_device: APCWifiDevice) ->
None:
23 """Set up Anova Coordinator."""
26 name=
"Anova Precision Cooker",
32 self.
device_infodevice_info: DeviceInfo |
None =
None
36 name=
"Anova Precision Cooker",
38 model=
"Precision Cooker",
40 self.sensor_data_set: bool =
False
None __init__(self, HomeAssistant hass, APCWifiDevice anova_device)
None async_set_updated_data(self, _DataT data)