You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added format date selection to config_flow.py. You can select between dd/mm/yyyy or yyyy/mm/dd during the initial setup process. Due this change, it is mandatory to remove the old device before downloading this v4.2.0 version and then restart HA. After restarting HA you can add a new device in the Ecowater integration … and the setup process will start again, asking your your Ecowater login credentials and the desired format date.
Added “status” sensor to show if the connection to API is “online” or “offline”. “Online” when the “last api call successful” was True and “Offline” when the “last api call successful” was False.
Added “last api call successfull” sensor. This sensor shows as a timestamp, the last time the integration connects to API and successfully download data (properties). In the entity card It shows the time since the last update… for instance … 5 min ago, but you can also use format:date or format:time in an entity card to show date or HH:MM.