Olen

Results 319 comments of Olen

Since nobody has replied for almost a year, I guess it works now

I am preetty sure this was due to HA caching

`eta` is whatever python counts as _days until the event starts_: https://github.com/tybritten/ical-sensor-homeassistant/blob/38c802bc105cb77a69f31fd770d62ad1e9f6857d/custom_components/ical/sensor.py#L154-L156 The code could obviously be changed to do something else tht might be a better solution, please consider...

An input_number requires a max and min value https://www.home-assistant.io/integrations/input_number/

Added a quick patch. Max can still be 0 - 100 (guess no plants have a negative max temperature) Min can now be -50 - +50 (guess no plants have...

Closing this as it depends on core changes that probably will not be added in any reasonable timeframe

That could be an option. Or you can just make a template-sensor. I can reopen the issue and give the addition of a problem binary sensor some more thought. Don't...

I think it is pretty trivial to create template sensors. In templates.yaml (or similar): ``` - binary_sensor: - name: "Plant1 problem" state: "{{ is_state('plant.monstera', 'problem') }}" device_class: "problem" - name:...

Here are three from me: ``` 2023-10-06 10:29:10.345 WARNING (SyncWorker_49) [python_withings_api] Unsupported value 155. Replacing with UNKNOWN value -999999. Please report this warning to the developer to ensure proper support....

I know this is a really old thread, but jut want to thank you for your work. My kid started playing a while ago, and after building a "perfect" world...