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’