T81
T81
> > You have to open provided link in your browser and follow steps described on the page. It is possible that your link has expired before you used it....
Well done! I consider it a bug unless there is an option to reset on new values. I strongly suggest a pull request.
This little feature will have a great impact. Is there any update to share?
https://github.com/cryptomator/cryptomator-ios/issues/73#issuecomment-779101411 looks promising though
Nice discussion. Thanks for sharing
@igogold @ScratMan if you can point me in some direction with examples I can try and refactor the code accordingly
I think I got it. Issue is at https://github.com/ScratMan/HASmartThermostat/blob/master/custom_components/smart_thermostat/climate.py#L638 as @igogold mentioned in https://github.com/home-assistant/core/issues/70309#issuecomment-1110559335 where a lot of entries need to be converted to sensor entities. @ScratMan can you give...
I see, so comparing how extra states are implemented between the two codes it's a good start, I suppose
> If you set the sampling period, the PID will reject new commands until the period is ended to accept a new sample. So yes, normal behaviour. I'll try to...
> If you set the sampling period, the PID will reject new commands until the period is ended to accept a new sample. So yes, normal behaviour. > I'll try...