dala318 / nordpool_planner

nordpool_planner custom component for Home Assistant
MIT License
18 stars 4 forks source link

Mistake in instructions #16

Closed twosh closed 1 year ago

twosh commented 1 year ago

Hi,

Noticed that in the instructions this line is used a few times:

var_duration_entity_id: sensor.needed_ammount_of_hors

I think it should be

var_duration_entity: input_number.needed_ammount_of_hours

In the code you don't have the _id part, and I also guess that the entity type should be input_number and not sensor.

Cheers, Tim

dala318 commented 1 year ago

Documentation fixed, thanks for sharing your finding