forked from google-home/smart-home-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
devices.example.yml
49 lines (48 loc) · 1.15 KB
/
devices.example.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
- id: "light.white"
type: "action.devices.types.LIGHT"
traits:
- "action.devices.traits.OnOff"
- "action.devices.traits.Brightness"
name:
defaultNames:
- "light one"
name: "my light one"
nicknames:
- "my number 1 light"
willReportState: false
roomHint: "my room"
- id: "light.color"
type: "action.devices.types.LIGHT"
traits:
- "action.devices.traits.OnOff"
- "action.devices.traits.Brightness"
- "action.devices.traits.ColorSpectrum"
- "action.devices.traits.ColorTemperature"
name:
defaultNames:
- "light two"
name: "my light two"
nicknames:
- "my number 2 light"
willReportState: false
roomHint: "my room"
attributes:
temperatureMinK: 2000
temperatureMaxK: 6500
colorModel: "rgb"
# mqtthome/scene.awesome/ActivateScene {"deactivate":false}
- id: "scene.awesome"
type: "action.devices.types.SCENE"
traits:
- "action.devices.traits.Scene"
name:
defaultNames:
- "awesome mode"
- "awesome scene"
name: "awesome scene"
nicknames:
- "awesome scene"
willReportState: false
roomHint: "scenes"
attributes:
sceneReversible: true