bruhautomation / BRUH3-Home-Assistant-Configuration

(OBSOLETE) BRUH3 Home Assistant Configuration
https://www.youtube.com/playlist?list=PLgtGAtCt_hGTc_GAEmMhQ_XVs80mZoBIG
333 stars 50 forks source link

RSS feed on Home assistant with alert #5

Open manojjenago opened 6 years ago

manojjenago commented 6 years ago

Hi Ben,

I am trying to get a alert or Push notification on phone if a stock price goes down a certain value. Please guide or if you have any sample code please share

Thanks, MJ

CCOSTAN commented 6 years ago

hI @manojjenago, You can find my stock related code here : https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/config/packages/finance.yaml

Using the stock sensor, you can then use the price a s a trigger and send out an alert.

manojjenago commented 6 years ago

​Thank you so much, I will work on this. Appreciate your response.​

manojjenago commented 6 years ago

I got it configured and works good. Thanks once again.