You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unable to "Displaying a popup via a script" if i use "this" as the deviceID in the scrip, but it is working fine if i use the browser's deviceID directly.
#30
Closed
horacecar opened this issue
Oct 13, 2019
· 1 comment
i was unable to "Displaying a popup via a script" if i use "deviceID: this" as the deviceID in the script, even i run the script directly. But it is working fine if i use the browser's deviceID directly ,
for example" deviceID: 3ads72oj-3jf87rdm"
May be HA cannot recognize "this" of the deviceID in the script???
i use the same sample in the Cookbook.
i was unable to "Displaying a popup via a script" if i use "deviceID: this" as the deviceID in the script, even i run the script directly. But it is working fine if i use the browser's deviceID directly ,
for example" deviceID: 3ads72oj-3jf87rdm"
May be HA cannot recognize "this" of the deviceID in the script???
test_popup:
sequence:
- service: browser_mod.popup
data_template:
deviceID: this <<<< cannot
deviceID: 3ads72oj-3jf87rdm <<<< can
title: Testing script
card:
type: entities
entities:
- light.bed_light
The text was updated successfully, but these errors were encountered: