File tree Expand file tree Collapse file tree 2 files changed +26
-9
lines changed Expand file tree Collapse file tree 2 files changed +26
-9
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,21 @@ light:
26
26
mac : MAC_ADDRESS
27
27
` ` `
28
28
29
- Configuration variables:
30
-
31
- - **host** (*Required*): The IP address of your myStrom WiFi Bulb, eg. ` 192.168.1.32`.
32
- - **mac** (*Required*): The MAC address of your myStrom WiFi Bulb, eg. `5AAC8CA542F3`.
33
- - **name** (*Optional*): The name to use when displaying this light.
29
+ {% configuration %}
30
+ host:
31
+ description: "The IP address of your myStrom WiFi Bulb, e.g., ` 192.168.1.32`."
32
+ required : true
33
+ type : string
34
+ mac :
35
+ description : " The MAC address of your myStrom WiFi Bulb, e.g., `5AAC8CA542F3`."
36
+ required : true
37
+ type : string
38
+ name :
39
+ description : The name to use when displaying this bulb.
40
+ required : false
41
+ type : string
42
+ default : myStrom Bulb
43
+ {% endconfiguration %}
34
44
35
45
Check if you are able to access the light located at `IP_ADRRESS`. The details about your light is provided as a JSON response.
36
46
Original file line number Diff line number Diff line change @@ -25,10 +25,17 @@ switch:
25
25
host : IP_ADRRESS
26
26
` ` `
27
27
28
- Configuration variables:
29
-
30
- - **host** (*Required*): The IP address of your myStrom switch, eg. ` http://192.168.1.32`.
31
- - **name** (*Optional*): The name to use when displaying this switch.
28
+ {% configuration %}
29
+ host:
30
+ description: "The IP address of your myStrom switch, e.g., ` http://192.168.1.32`."
31
+ required : true
32
+ type : string
33
+ name :
34
+ description : The name to use when displaying this switch.
35
+ required : false
36
+ type : string
37
+ default : myStrom Switch
38
+ {% endconfiguration %}
32
39
33
40
Check if you are able to access the device located at `http://IP_ADRRESS`. The details about your switch is provided as a JSON response.
34
41
You can’t perform that action at this time.
0 commit comments