Jesse Hills

Results 305 comments of Jesse Hills

https://github.com/esphome/esphome/pull/2863

ESPHome supports custom fan modes, components dont have to use the FanMode enum, but a list of strings can be supplied to the traits. `traits.set_supported_custom_fan_modes({"Automatic", "1", "2", "3", "4", "5"});`

As this is a feature matched with a PR in `esphome/esphome`, please target your PR to the `next` branch and rebase. Thanks Jesse

Original pr #2249 got messed up with a merge of current into next due to the fork using current for the commits.

As this is a feature matched with a PR in `esphome/esphome`, please target your PR to the `next` branch and rebase. Thanks Jesse

I am unable to reproduce this. I copied your template number yaml and the slider works as expected. When loading the page it starts in the correct position.

I have been testing this today and it seems like the client is sending 50% of the OTA firmware very quickly and the device cannot keep up and eventually times...

> Thank you but I prefer wait for update @sajikur If you cannot test the fix and verify that it actually works, how do I know to merge the PR?

The YAML was given to you above: ```yaml external_components: - source: github://pr#3384 components: [ json ] logger: level: VERBOSE ``` You dont need to know code, you just need to...

You can override the packages required by the framework as below: ```yaml esphome: ... platformio_options: platform_packages: - @ ```