Hi. I am not sure how to create a string to send as a SMS that includes the time. Any direction appreciated… My current code is below…
time:
- platform: homeassistant
id: hatime
timezone: NZST-12NZDT,M9.5.0,M4.1.0/3
on_time:
- seconds: 0
minutes: 0
hours: 6
days_of_week: MON
then:
- sim800l.send_sms:
recipient: "+xxxxxxxxxx"
message: ALIVE txt The time is
# args: [ 'hatime->now().timestamp']
- logger.log:
format: "ALIVE txt The time is: T%lu\n"
args: [ 'hatime->now().timestamp' ]