Changed nodes to support new sensors
This commit is contained in:
16
flows.json
16
flows.json
@ -8916,11 +8916,11 @@
|
|||||||
"value": ""
|
"value": ""
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"entityidfilter": "sensor.tony_home",
|
"entityidfilter": "binary_sensor.tony_home",
|
||||||
"entityidfiltertype": "exact",
|
"entityidfiltertype": "exact",
|
||||||
"outputinitially": false,
|
"outputinitially": false,
|
||||||
"state_type": "str",
|
"state_type": "str",
|
||||||
"haltifstate": "True",
|
"haltifstate": "on",
|
||||||
"halt_if_type": "str",
|
"halt_if_type": "str",
|
||||||
"halt_if_compare": "is",
|
"halt_if_compare": "is",
|
||||||
"outputs": 2,
|
"outputs": 2,
|
||||||
@ -9045,11 +9045,11 @@
|
|||||||
"value": ""
|
"value": ""
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"entityidfilter": "sensor.tina_home",
|
"entityidfilter": "binary_sensor.tina_home",
|
||||||
"entityidfiltertype": "exact",
|
"entityidfiltertype": "exact",
|
||||||
"outputinitially": false,
|
"outputinitially": false,
|
||||||
"state_type": "str",
|
"state_type": "str",
|
||||||
"haltifstate": "True",
|
"haltifstate": "on",
|
||||||
"halt_if_type": "str",
|
"halt_if_type": "str",
|
||||||
"halt_if_compare": "is",
|
"halt_if_compare": "is",
|
||||||
"outputs": 2,
|
"outputs": 2,
|
||||||
@ -9617,10 +9617,10 @@
|
|||||||
"server": "9e87348d.9c1c48",
|
"server": "9e87348d.9c1c48",
|
||||||
"version": 3,
|
"version": 3,
|
||||||
"outputs": 2,
|
"outputs": 2,
|
||||||
"halt_if": "True",
|
"halt_if": "on",
|
||||||
"halt_if_type": "str",
|
"halt_if_type": "str",
|
||||||
"halt_if_compare": "is",
|
"halt_if_compare": "is",
|
||||||
"entity_id": "sensor.tony_home",
|
"entity_id": "binary_sensor.tony_home",
|
||||||
"state_type": "str",
|
"state_type": "str",
|
||||||
"blockInputOverrides": false,
|
"blockInputOverrides": false,
|
||||||
"outputProperties": [
|
"outputProperties": [
|
||||||
@ -9664,10 +9664,10 @@
|
|||||||
"server": "9e87348d.9c1c48",
|
"server": "9e87348d.9c1c48",
|
||||||
"version": 3,
|
"version": 3,
|
||||||
"outputs": 2,
|
"outputs": 2,
|
||||||
"halt_if": "True",
|
"halt_if": "on",
|
||||||
"halt_if_type": "str",
|
"halt_if_type": "str",
|
||||||
"halt_if_compare": "is",
|
"halt_if_compare": "is",
|
||||||
"entity_id": "sensor.tina_home",
|
"entity_id": "binary_sensor.tina_home",
|
||||||
"state_type": "str",
|
"state_type": "str",
|
||||||
"blockInputOverrides": false,
|
"blockInputOverrides": false,
|
||||||
"outputProperties": [
|
"outputProperties": [
|
||||||
|
Reference in New Issue
Block a user