markgdev / home-assistant_OctopusAgile

Octopus Agile custom component for Home Assistant
Apache License 2.0
86 stars 33 forks source link

Login Text Block #70

Closed SHHA24 closed 3 years ago

SHHA24 commented 3 years ago

hi when you install the integration you get a config block that asume asks for login and API credentials, but there is no text shown so dont know what order or what the items needed are?

octopusagile

markgdev commented 3 years ago

You can close that form with nothing in, all the config is still done through the configuration.yaml file 👍

SHHA24 commented 3 years ago

thanks got that working, in the config do you have an example of the full config file, as not sure how to add the sensors... (Create a sensor for each of: current rate, previous rate and next rate)

markgdev commented 3 years ago

Sure, the example in the readme is the full config. You need this bit for the sensors:

sensor:
- platform: "octopusagile" 
SHHA24 commented 3 years ago

thanks works really well!