I am trying to add the Alpha Vantage so my Home Assistant but it marks me that I have a bad indentation even when I literally copy paste the code form the guide
- platform: alpha_vantage
api_key: YOUR_API_KEY
symbols:
- name: Google
currency: USD
symbol: GOOGL
foreign_exchange:
- from: BTC
to: USD
name: Bitcoin
bad indentation of a mapping entry at line 2, column 12:
api_key: YOUR_API_KEY
^
I swear that the copy past is messing the indentation