Hi everyone, I’m looking for a dynamic way to update the device_id of Join Joaoapps using a sensor updated with MQTT. This is my configuration:
notify:
- platform: joaoapps_join
api_key: !secret simone_join_api_key
device_id: "{{ states('input_text.smartphone_di_simone_device_id') }}"
name: smartphone_di_simone_join
joaoapps_join:
- name: smartphone_di_simone
device_id: "{{ states('input_text.smartphone_di_simone_device_id') }}"
api_key: !secret simone_join_api_key
but unfortunately, it doesn’t work. Can anyone help me?