Will Adler
Will Adler
I'm having the same issue. Looks like this was addressed for HVAC modes [2 years](https://community.home-assistant.io/t/lovelace-simple-thermostat-card/82659/328) [ago](https://github.com/nervetattoo/simple-thermostat/commit/7431fa281abd50b1bd73bba5ebbab2f301644874), but it's still an issue for all other settings. I [tried](https://github.com/wtadler/simple-thermostat/commit/4e33788673b9300395c0ec2d93cab7e4765f27b1) to fix it...
This is a duplicate of #185
Is there anything written on how to configure the companion? I'm not sure how to get started drawing floors, adding my ESPresense devices, connecting MQTT, etc.
Have you made sure to add it to the dashboard? Settings > Dashboards > Energy > Add Water Source. Since it looks like your units are configured right, you should...
This is a duplicate of #102.
This looks good. I suggest merging this, @mudape !
Can you open a PR for this and #7? I'm happy to merge!
I think you can trust the order of the field descriptions and ignore length and data type. Note that the third column includes numbers 1 through 67 and there are...
I can't test right now, but I think that [this line](https://github.com/jesserockz/ha-leafspy/blob/main/custom_components/leafspy/__init__.py#L108) needs to be changed from `async_dispatcher_send(DOMAIN, hass, context, message)` to `async_dispatcher_send(hass, DOMAIN, context, message)`. My bad for not testing...
Sorry about this. Can you try updating to 0.2.4 and see if that fixes it?