I’m trying to create an automation for my RM Mini IR Remote actions. I want to use a boolean so I can use a slider to toggle things off instead of using the 2 seperate power buttons in my lovelace interface.
This is the automation i’m trying to use:
- id: '1598556962367'
alias: Woonkamer TV Aan Uit
description: ''
trigger:
- entity_id: input_boolean.televisie_woonkamer
platform: state
condition: []
action:
- service: broadlink.send
data:
host: 192.168.1.236
packet:
- JgCMAJaSEzcTNhU1ExIUERQRFBAVEBU1EzYVNRMSFBEUERQQFRAVNRQ1FTUVEBQRFBEUEBUQFRAVEBQRFDUVNRU1FDUVNRUABgCUlRM2FDYTNxITERMSExITEhMSOBI3FDYTEhEUERMSExITEjgSNxM3EhMRFBETEhMSExITEhMRFBE4EzcSOBI3EjgSAA0FAAAAAAAAAAAAAAAA
I can’t seem to recreate the error but it was something along the lines of the ‘data:’ not allowed? Am i not formatting it correctly? I’ve tried the suggestions I found on several threads but can’t find a good example on how to format my action. I’m a big automation noob so all suggestions are welcome
I’m probably missing something very stupid since I’m a big noob when it comes to automations and the “scripting”. Been going at this for more hours then I would like to admit!