Add refresh of HASS.Agent to the MQTT reset scripts for PC sensors
This commit is contained in:
@@ -283,6 +283,11 @@ script:
|
|||||||
data:
|
data:
|
||||||
topic: "iotlink/workgroup/asus-laptop/refresh"
|
topic: "iotlink/workgroup/asus-laptop/refresh"
|
||||||
payload: ""
|
payload: ""
|
||||||
|
- service: button.press
|
||||||
|
target:
|
||||||
|
entity_id:
|
||||||
|
- button.asus_laptop_hassagent_user_refresh
|
||||||
|
- button.asus_laptop_hassagent_satellite_refresh
|
||||||
|
|
||||||
asus_laptop_notify:
|
asus_laptop_notify:
|
||||||
alias: "Asus Laptop - Notify"
|
alias: "Asus Laptop - Notify"
|
||||||
|
|||||||
@@ -272,6 +272,11 @@ script:
|
|||||||
data:
|
data:
|
||||||
topic: "iotlink/workgroup/kallen-desktop/refresh"
|
topic: "iotlink/workgroup/kallen-desktop/refresh"
|
||||||
payload: ""
|
payload: ""
|
||||||
|
- service: button.press
|
||||||
|
target:
|
||||||
|
entity_id:
|
||||||
|
- button.kallen_desktop_hassagent_user_refresh
|
||||||
|
- button.kallen_desktop_hassagent_satellite_refresh
|
||||||
|
|
||||||
kallen_desktop_notify:
|
kallen_desktop_notify:
|
||||||
alias: "Kallen Desktop - Notify"
|
alias: "Kallen Desktop - Notify"
|
||||||
|
|||||||
@@ -283,6 +283,11 @@ script:
|
|||||||
data:
|
data:
|
||||||
topic: "iotlink/workgroup/xia-desktop/refresh"
|
topic: "iotlink/workgroup/xia-desktop/refresh"
|
||||||
payload: ""
|
payload: ""
|
||||||
|
- service: button.press
|
||||||
|
target:
|
||||||
|
entity_id:
|
||||||
|
- button.xia_desktop_hassagent_user_refresh
|
||||||
|
- button.xia_desktop_hassagent_satellite_refresh
|
||||||
|
|
||||||
tina_desktop_notify:
|
tina_desktop_notify:
|
||||||
alias: "Tina Desktop - Notify"
|
alias: "Tina Desktop - Notify"
|
||||||
|
|||||||
@@ -305,6 +305,11 @@ script:
|
|||||||
data:
|
data:
|
||||||
topic: "iotlink/workgroup/tony-asus/refresh"
|
topic: "iotlink/workgroup/tony-asus/refresh"
|
||||||
payload: ""
|
payload: ""
|
||||||
|
- service: button.press
|
||||||
|
target:
|
||||||
|
entity_id:
|
||||||
|
- button.tony_asus_hassagent_user_refresh
|
||||||
|
- button.tony_asus_hassagent_satellite_refresh
|
||||||
|
|
||||||
tony_desktop_notify:
|
tony_desktop_notify:
|
||||||
alias: "Tony Desktop - Notify"
|
alias: "Tony Desktop - Notify"
|
||||||
|
|||||||
@@ -46,3 +46,16 @@ script:
|
|||||||
data:
|
data:
|
||||||
topic: "iotlink/workgroup/win10vm/commands/notify"
|
topic: "iotlink/workgroup/win10vm/commands/notify"
|
||||||
payload: '{ "title": "My Notification Title", "message": "This is an example of notification using IOT Link", "launchParams": "toast://open/https://iotlink.gitlab.io" }'
|
payload: '{ "title": "My Notification Title", "message": "This is an example of notification using IOT Link", "launchParams": "toast://open/https://iotlink.gitlab.io" }'
|
||||||
|
|
||||||
|
win10vm_refresh:
|
||||||
|
alias: "WIN10-VM - Refresh"
|
||||||
|
sequence:
|
||||||
|
- service: mqtt.publish
|
||||||
|
data:
|
||||||
|
topic: "iotlink/workgroup/win10-vm/refresh"
|
||||||
|
payload: ""
|
||||||
|
- service: button.press
|
||||||
|
target:
|
||||||
|
entity_id:
|
||||||
|
- button.win10_vm_hassagent_user_refresh
|
||||||
|
- button.win10_vm_hassagent_satellite_refresh
|
||||||
Reference in New Issue
Block a user