Replies: 1 comment
-
I added a sensor called Flow: [{"id":"209f5fe7edabc66a","type":"noraf-sensor","z":"984a481102416abd","devicename":"Smoke Detector","roomhint":"Office","name":"","temperature":false,"unit":"C","humidity":false,"passthru":false,"nora":"f1e538c1.0315f8","topic":"","filter":false,"sensorSupport":true,"sensorType":"SmokeLevel","sensorStates":["smoke detected","no smoke detected"],"sensorStatesThatNotify":[],"sensorNumeric":false,"openCloseSupport":false,"openCloseDiscrete":false,"onOffSupport":false,"x":1000,"y":320,"wires":[]},{"id":"18eaf4b09b449770","type":"inject","z":"984a481102416abd","name":"smoke detected","props":[{"p":"payload.state","v":"smoke detected","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","x":760,"y":280,"wires":[["209f5fe7edabc66a"]]},{"id":"acefeefb322e3157","type":"inject","z":"984a481102416abd","name":"no smoke detected","props":[{"p":"payload.state","v":"no smoke detected","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","x":770,"y":320,"wires":[["209f5fe7edabc66a"]]}] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I select Smoke Level in the sensor list, and I want to request google assistant the level of smoke but it doesn't ask me the value, just web searches,
Beta Was this translation helpful? Give feedback.
All reactions