mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 21:21:46 +01:00
138 lines
2.4 KiB
JSON
138 lines
2.4 KiB
JSON
{
|
|
"name": "Smart White Noise Machine",
|
|
"category": "bzyd",
|
|
"product_id": "45idzfufidgee7ir",
|
|
"product_name": "Smart White Noise Machine",
|
|
"online": true,
|
|
"sub": false,
|
|
"function": {
|
|
"switch": {
|
|
"type": "Boolean",
|
|
"value": {}
|
|
},
|
|
"work_mode": {
|
|
"type": "Enum",
|
|
"value": {
|
|
"range": ["scene", "customize_scene", "colour"]
|
|
}
|
|
},
|
|
"switch_led": {
|
|
"type": "Boolean",
|
|
"value": {}
|
|
},
|
|
"colour_data": {
|
|
"type": "Json",
|
|
"value": {}
|
|
},
|
|
"switch_music": {
|
|
"type": "Boolean",
|
|
"value": {}
|
|
},
|
|
"volume_set": {
|
|
"type": "Integer",
|
|
"value": {
|
|
"unit": "",
|
|
"min": 0,
|
|
"max": 100,
|
|
"scale": 0,
|
|
"step": 1
|
|
}
|
|
},
|
|
"stop": {
|
|
"type": "Boolean",
|
|
"value": {}
|
|
},
|
|
"countdown": {
|
|
"type": "Integer",
|
|
"value": {
|
|
"unit": "min",
|
|
"min": 0,
|
|
"max": 1440,
|
|
"scale": 0,
|
|
"step": 1
|
|
}
|
|
}
|
|
},
|
|
"status_range": {
|
|
"switch": {
|
|
"type": "Boolean",
|
|
"value": {}
|
|
},
|
|
"work_mode": {
|
|
"type": "Enum",
|
|
"value": {
|
|
"range": ["scene", "customize_scene", "colour"]
|
|
}
|
|
},
|
|
"switch_led": {
|
|
"type": "Boolean",
|
|
"value": {}
|
|
},
|
|
"colour_data": {
|
|
"type": "String",
|
|
"value": {}
|
|
},
|
|
"switch_music": {
|
|
"type": "Boolean",
|
|
"value": {}
|
|
},
|
|
"volume_set": {
|
|
"type": "Integer",
|
|
"value": {
|
|
"unit": "",
|
|
"min": 0,
|
|
"max": 100,
|
|
"scale": 0,
|
|
"step": 1
|
|
}
|
|
},
|
|
"stop": {
|
|
"type": "Boolean",
|
|
"value": {}
|
|
},
|
|
"status": {
|
|
"type": "Enum",
|
|
"value": {
|
|
"range": [
|
|
"manual",
|
|
"wake_up_1",
|
|
"wake_up_2",
|
|
"wake_up_3",
|
|
"wake_up_4",
|
|
"sleep_1",
|
|
"sleep_2",
|
|
"sleep_3",
|
|
"sleep_4"
|
|
]
|
|
}
|
|
},
|
|
"countdown": {
|
|
"type": "Integer",
|
|
"value": {
|
|
"unit": "min",
|
|
"min": 0,
|
|
"max": 1440,
|
|
"scale": 0,
|
|
"step": 1
|
|
}
|
|
}
|
|
},
|
|
"status": {
|
|
"switch": false,
|
|
"work_mode": "scene",
|
|
"switch_led": true,
|
|
"colour_data": {
|
|
"h": 240,
|
|
"s": 1000,
|
|
"v": 1000
|
|
},
|
|
"switch_music": true,
|
|
"volume_set": 17,
|
|
"stop": false,
|
|
"status": "manual",
|
|
"countdown": 0
|
|
},
|
|
"set_up": false,
|
|
"support_local": true
|
|
}
|