8none1 / octopus_powerups

Programmatic access to Power Up time data
http://www.whizzy.org/octopus_powerups/
GNU General Public License v3.0
3 stars 1 forks source link

Where am I supposed to paste the yaml for the Binary Power Up In Progress Sensor? #4

Closed smurfyfp closed 2 weeks ago

smurfyfp commented 2 weeks ago

The only place I know to put this kind of thing is in configuration.yaml, but it's not letting me put it there because there's no platform defined.

8none1 commented 2 weeks ago

It needs to go in a template: section as a binary-sensor.

So the full path would be something like:

template:
  ...
  - binary_sensor:
    - name: "Power Up In Progress"
    ...