Hue Light - Taraman17/hass-homee GitHub Wiki

Profile:

1002 / DIMMABLE_EXTENDED_COLOR_LIGHT

Support:

Complete

Attributes:

Type: ON_OFF = 1

{
    'instance': 0,
    'minimum': 0,
    'maximum': 1,
    'current_value': 0.0,
    'unit': '',
    'step_value': 1.0,
    'editable': 1,
    'type': 1,
    'data': '',
    'name': '',
    'options': {
        'can_observe': [],
        'automations': [],
        'history': {}
    }
}

Type: DIMMING_LEVEL = 2

{
    'instance': 0,
    'minimum': 0,
    'maximum': 100,
    'current_value': 100.0,
    'unit': '%25',
    'step_value': 1.0,
    'editable': 1,
    'type': 2,
    'data': '',
    'name': '',
    'options': {
        'automations': []
    }
}

Type: COLOR_TEMPERATURE = 42

{
    'instance': 0,
    'minimum': 153,
    'maximum': 500,
    'current_value': 366.0,
    'unit': 'K',
    'step_value': 1.0,
    'editable': 1,
    'type': 42,
    'data': '',
    'name': '',
    'options': {
        'automations': []
    }
}

Type: COLOR = 23

{
    'instance': 0,
    'minimum': 0,
    'maximum': 1073741824,
    'current_value': 16763000,
    'unit': '',
    'step_value': 1.0,
    'editable': 1,
    'type': 23,
    'data': '7001020%3B16419669%3B12026363%3B16525995',
    'name': ''
}