Move RainMachine utils to the correct location (#76051)

* Move RainMachine utils to the correct location

* Imports
This commit is contained in:
Aaron Bach 2022-08-03 13:24:55 -06:00 committed by GitHub
parent 84747ada66
commit fbde347e64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 19 additions and 21 deletions

View file

@ -30,9 +30,9 @@ from .const import (
DATA_ZONES,
DEFAULT_ZONE_RUN,
DOMAIN,
RUN_STATE_MAP,
)
from .model import RainMachineDescriptionMixinUid
from .util import RUN_STATE_MAP
ATTR_AREA = "area"
ATTR_CS_ON = "cs_on"