Co-authored-by: Jean-Marc Collin <jean-marc.collin-extern@renault.com>
This commit is contained in:
@@ -23,12 +23,7 @@ from homeassistant.helpers.event import (
|
|||||||
EventStateChangedData,
|
EventStateChangedData,
|
||||||
)
|
)
|
||||||
|
|
||||||
from homeassistant.components.climate import (
|
from homeassistant.components.climate import PRESET_ACTIVITY, PRESET_BOOST, PRESET_COMFORT, PRESET_ECO
|
||||||
PRESET_ACTIVITY,
|
|
||||||
PRESET_BOOST,
|
|
||||||
PRESET_COMFORT,
|
|
||||||
PRESET_ECO,
|
|
||||||
)
|
|
||||||
|
|
||||||
from .const import * # pylint: disable=wildcard-import, unused-wildcard-import
|
from .const import * # pylint: disable=wildcard-import, unused-wildcard-import
|
||||||
from .commons import ConfigData
|
from .commons import ConfigData
|
||||||
@@ -146,6 +141,7 @@ class FeaturePresenceManager(BaseFeatureManager):
|
|||||||
PRESET_COMFORT,
|
PRESET_COMFORT,
|
||||||
PRESET_ECO,
|
PRESET_ECO,
|
||||||
PRESET_ACTIVITY,
|
PRESET_ACTIVITY,
|
||||||
|
PRESET_FROST_PROTECTION,
|
||||||
]:
|
]:
|
||||||
return old_presence_state != self._presence_state
|
return old_presence_state != self._presence_state
|
||||||
|
|
||||||
|
|||||||
@@ -14,6 +14,6 @@
|
|||||||
"quality_scale": "silver",
|
"quality_scale": "silver",
|
||||||
"requirements": [],
|
"requirements": [],
|
||||||
"ssdp": [],
|
"ssdp": [],
|
||||||
"version": "7.1.1",
|
"version": "7.1.2",
|
||||||
"zeroconf": []
|
"zeroconf": []
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user