#gmail notifications | bcc & data
1 messages · Page 1 of 1 (latest)
as something as simple as this says "[attachment(s) removed]
data:
message: "Current voltage is xyz"
the service doesn't support bcc as far ac I can tell.
google_mail integration does
Wow, that is very helpful. Thanks!
Hours/Days of googling and I never came across that integration. Crazy
Likely incorrect search terms like "notifications smtp" instead of "google mail" lol
Anyone got a fix/help for this:
- How do I send the date/time & sensor data with the message?
this is what I am currently using and it's not working
data:
message: "Current voltage is {{ states('sensor.ups_input_voltage') }}"
So I got this working. Thanks!
I'm confused about automation YAML
I used '#' to comment things out, but the automation [automated GUI>yaml code] deletes everything or errors out.
How do I make my automations stay clean?
you can't comment things out and use the GUI
if you want comments, you have to use yaml
But I am using the yaml 'mode'
Ahh so file editor
To confirm my understanding:
edits in GUI [either yaml or gui] = cleaned code
edits in file editor = stay as I like
not exactly
if you're still in automations.yaml, the GUI will take control of it
you'll have to completely separate your yaml only automations into a separate file for the UI to leave it alone
So I literally can never open the GUI again if I want comments and stuff?
you can have both
Ohh okay so the drz thing with using the pointers !automation.yaml
yes
Copy I was wondering how to get my secrets into the GUI and it never worked lol
well, i'm assuming yes, i've never seen his stuff