yohaybn / HA_ustvgo_sensor

custom component for ustvgo links
1 stars 2 forks source link

Now missing ustvgo_ on the sensors names #3

Open vlad36N opened 2 years ago

vlad36N commented 2 years ago

Hi.

Thank you to fixing first problem. But now missing ustvgo_ on the sensors names: name

After editing /config/custom_components/ustvgo/sensor.py line 108 changed _ent["name"] = name ==> _ent["name"] = 'ustvgo_' + name. After changes ustvgo_ exist on the sensors names.

Also if changed show_icon: true, no icon displayed.

logo