Create automation with specifc time, with pushbullet.help

hello folks.
i newbie yet with hasss, i need to create this automation:

When it is 06:30 am, I want to receive a pushbullet message on my mobile phone with this information:

Hello rodolfo, today it is (sun, rain, snow) are (degrees) and is () of humidity on the outside.

Can you help me how to create this automation?

my files:

notify,yaml

  • platform: pushbullet
    api_key: xxxxxxxxxxxxxx

generic.yaml

  • platform: darksky
    api_key:xxxxxxxxxxxxxxxxxxxxxxx
    monitored_conditions:

    • summary
    • precip_type
    • precip_probability
    • temperature
    • humidity
    • temperature_max
    • temperature_min
  • platform: time_date
    display_options:

    • ‘time’
    • ‘date’

solved:

Bom dia Rodolfo estao {{ states.sensor.dark_sky_temperature.state }} º la fora e a temperatura maxima hoje é de {{ states.sensor.dark_sky_daily_high_temperature.state }} º graus. Estão
{{ states.sensor.dark_sky_humidity.state }} % de Humidade
{% if states(‘sensor.dark_sky_precip_probability’) | int > 50 %}
Nao te esquecas de levar o chapeu de chuva!
{% else %}
Tem um bom dia!
{% endif %}