Paulus Schoutsen

Results 418 comments of Paulus Schoutsen

We can't have tags know where they are used, that means processing all the configuration at startup and that's too costly. I suggest we implement this initially without tag and...

Would there be any other benefits besides only having to specify the file once in your config ?

Yeah we should align the config keys

I think normalizing the database would be a mistake. _Puts on his data warehouse hat._ If we normalize the data, we're going to lose important historical data. For example, if...

As with every data storage decision, we are either optimizing for the reader or the writer of the data. My proposal was about optimizing for the logbook reader, querying a...

> Though I also eliminated chatty sensors that throw state changes around every couple seconds or every minute InfluxDB's purpose is exactly to store such data 😉

So besides a bad integration taking the system down, how common is this? As far as I know, this is really the first occurrence of this problem (that we know)....

Maybe have a core executor just during startup? There are very few writes after that.

Can you explain what this solves that is not already solved by entities in areas (https://github.com/home-assistant/core/pull/42221)

I think that a generic scheduler should work with scenes. Users can configure a scene for "active" and for "not active", or any other state that a scheduler would support....