sh00t2kill / linktap_local_http_component

A Custom Component that uses the linktap local HTTP API
26 stars 3 forks source link

start_watering service does not work #41

Closed calvinbui closed 5 months ago

calvinbui commented 5 months ago

Error is Failed to call service linktap.start_watering. extra keys not allowed @ data['seconds']. Got None

service: linktap.start_watering
data:
  seconds: 10
target:
  entity_id: valve.linktap_g2s_plants
sh00t2kill commented 5 months ago

I missed a commit, which is why it didnt fail when i tested. Will push out a release to fix ASAP.

sh00t2kill commented 5 months ago

Fixed in v0.5.3

calvinbui commented 5 months ago

works thanks!