We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
action_group
1 parent eb5dec8 commit 9c3b987Copy full SHA for 9c3b987
src/devices/eglo.ts
@@ -4,6 +4,7 @@ import * as m from '../lib/modernExtend';
4
import {DefinitionWithExtend} from '../lib/types';
5
6
const e = exposes.presets;
7
+const ea = exposes.access;
8
9
const definitions: DefinitionWithExtend[] = [
10
{
@@ -73,6 +74,7 @@ const definitions: DefinitionWithExtend[] = [
73
74
'color_temperature_step_up',
75
'color_temperature_step_down',
76
]),
77
+ e.numeric('action_group', ea.STATE),
78
],
79
},
80
0 commit comments