blob: 10661f57bf477af83467c00232c45f36bc6eea5d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
{
"parsers_metadata": [
{
"entity_identifier": "hvac_fan_speed_action",
"entity_parser": "parser_1"
},
{
"entity_identifier": "hvac_temperature_action",
"entity_parser": "parser_2"
},
{
"entity_identifier": "numeric_value",
"entity_parser": "parser_3"
},
{
"entity_identifier": "to_or_by",
"entity_parser": "parser_4"
},
{
"entity_identifier": "volume_control_action",
"entity_parser": "parser_5"
}
]
}
|