cyberjunky / home-assistant-toon_boilerstatus

This component reads and displays the boiler status values from a rooted Toon thermostat.
MIT License
11 stars 4 forks source link

Unable to override the entity friendly name #8

Closed djansen1987 closed 3 years ago

djansen1987 commented 3 years ago

Hi,

I was wondering if it is possible to override the entity friendly name. If i would do so now. It gets back it default name after the next Polling of info.

The reason is that it won't fit for me.

image

cyberjunky commented 3 years ago

@djansen1987 Hi, thanks for reporting, I just checked the code, and don't see something strange at first sight, what does your config look like?

djansen1987 commented 3 years ago

Hi

This is my boiler setup:

- platform: toon_boilerstatus
  host: 192.168.X.X
  port: 10080
  scan_interval: 10
  resources:
    - boilersetpoint
    - boilerintemp
    - boilerouttemp
    - boilerpressure
    - boilermodulationlevel
    - roomtemp
    - roomtempsetpoint

when saving the customization of the friendly name: image

10 seconds later it revert back image

this can be reproduced by clicking save on the customization

djansen1987 commented 3 years ago

Sometimes when try to explain you resolve you own question. Now i was using the customization page i first saw the red text (after uploading) I added my customize.yaml back in (which was removed from my config) and it seems to work. Excuse for opening an issue.

cyberjunky commented 3 years ago

@djansen1987 no problem, glad it works.