Chris

Results 536 comments of Chris

It's doable via the `config-template-card`. Example: ```yaml - type: custom:config-template-card variables: max_containers: states['sensor.total_containers'].state entities: - ${max_containers} card: type: custom:bar-card entities: - entity: sensor.total_containers_running positions: icon: 'off' name: Running height: 20px...

> is your package a drop-in replacement for this one? It's a drop-in replacement for the SmartThings integration in Home Assistant, it utilizes this library. @veista have you considered dropping...

lol sorry that was supposed to be "definitely"

> in firstof9's case he has a null value in temperatureMeasurement showing in HA, but "main" has a valid value for that capability. Im assuming it is overwritten by component...

Here's a new dump: ```json { "components": { "icemaker": { "custom.disabledCapabilities": { "disabledCapabilities": { "value": null } }, "switch": { "switch": { "value": "on", "timestamp": "2021-10-31T04:45:37.879Z" } } }, "cooler":...

I've been working on this a bit myself: https://github.com/firstof9/openevse

> It would be great if you could add an option to use mqtt in the config flow as well! MQTT has it's own integration you can use. This is...

Please open a feature request (on my repo), I'll see what I can do, I can't test mqtt right now due to openevse not connecting to my broker for some...

ESPHome wouldn't really fit for this kind of hardware/project.

> I see that there are still some stuff to be implemented, like the ability to set the charge mode or even the manual override. It's still a work in...