Skip to content

homematicip.group

AutoNameEnum

Bases: str, Enum

auto() will generate the name of the attribute as value

from_str classmethod

from_str

this function will create the enum object based on its string value

Args: text(str): the string value of the enum default(AutoNameEnum): a default value if text could not be used Returns: the enum object or None if the text is None or the default value

Group

Bases: HomeMaticIPObject

this class represents a group

MetaGroup

Bases: Group

a meta group is a "Room" inside the homematic configuration