Fix idiotic removal of entity IDs by Home Assistant...

This commit is contained in:
2023-11-03 17:53:22 -04:00
parent bceac6c2b2
commit a7452069a7

View File

@ -8346,7 +8346,9 @@
"service": "increment",
"areaId": [],
"deviceId": [],
"entityId": [],
"entityId": [
"input_number.{{whichdoor}}_door_opened_today"
],
"data": "",
"dataType": "jsonata",
"mergeContext": "",
@ -9985,7 +9987,9 @@
"service": "select_option",
"areaId": [],
"deviceId": [],
"entityId": [],
"entityId": [
"input_select.downstairs_bathroom_scenes"
],
"data": "{\t \"option\":\"Adaptive\"\t}",
"dataType": "jsonata",
"mergeContext": "",