Fix idiotic removal of entity IDs by Home Assistant...
This commit is contained in:
@ -8346,7 +8346,9 @@
|
|||||||
"service": "increment",
|
"service": "increment",
|
||||||
"areaId": [],
|
"areaId": [],
|
||||||
"deviceId": [],
|
"deviceId": [],
|
||||||
"entityId": [],
|
"entityId": [
|
||||||
|
"input_number.{{whichdoor}}_door_opened_today"
|
||||||
|
],
|
||||||
"data": "",
|
"data": "",
|
||||||
"dataType": "jsonata",
|
"dataType": "jsonata",
|
||||||
"mergeContext": "",
|
"mergeContext": "",
|
||||||
@ -9985,7 +9987,9 @@
|
|||||||
"service": "select_option",
|
"service": "select_option",
|
||||||
"areaId": [],
|
"areaId": [],
|
||||||
"deviceId": [],
|
"deviceId": [],
|
||||||
"entityId": [],
|
"entityId": [
|
||||||
|
"input_select.downstairs_bathroom_scenes"
|
||||||
|
],
|
||||||
"data": "{\t \"option\":\"Adaptive\"\t}",
|
"data": "{\t \"option\":\"Adaptive\"\t}",
|
||||||
"dataType": "jsonata",
|
"dataType": "jsonata",
|
||||||
"mergeContext": "",
|
"mergeContext": "",
|
||||||
|
Reference in New Issue
Block a user