Hi there!
I’ve been working on integrating Joaoaps Join in my yaml files. The problem is that when i try to use the !secret tag with multiple devices to create a group, I get an syntax error testing the configuration. Heres what it looks like:
- platform: joaoapps_join
device_ids: !secret join_id_mobil_rune, !secret join_id_mobil_marit
device_names: mobil_rune, mobil_marit
api_key: !secret join_api_key
name: Mobile - Parents
The error comes from the device_ids I’m trying to separate with commas. I’ve tried multiple ways of formatting them including single quotes, double qoutes, brackets and curly brackets JSON style. I even looked into the YAML documentation to look for answers but I’m comming up short.
Anyone who’s been there, done that and have a suggestion?