maforshaw

Results 4 issues of maforshaw

If the integration cannot determine the hvac_modes of a climate device from the API, it defaults to: off, heat_cool ```python if modes is None: if HVAC_MODE_HEAT_COOL not in self.operations: self.operations.append(HVAC_MODE_HEAT_COOL)...

enhancement

If the integration cannot determine the hvac_modes of a climate device from the API, it defaults to: off, heat_cool ```python if modes is None: if HVAC_MODE_HEAT_COOL not in self.operations: self.operations.append(HVAC_MODE_HEAT_COOL)...

enhancement

It would be nice if var attributes could be optionally stored as objects instead of strings. For example, I use a var SQL query to return multiple records as a...

feature request

Every time a tracked entity is changed, I get the following errors in the log and the var fails to update. It appears this was supposed to be fixed by...