Rod Payne

Results 10 comments of Rod Payne

`2023-04-11 14:46:28.897 WARNING (MainThread) [frontend.js.latest.202304061] WARNING: Polymer will be removed from window in Home Assistant 2023.5. More info: https://developers.home-assistant.io/blog/2023/04/04/deprecating_polymer` > In Home Assistant 2023.5 Polymer will no longer be provided...

The code is working fine, at least for my use case (graph mailbox). I have run the following benchmarks to look at the performance. ### Significant Options: ``` [general] n_procs...

I had a similar problem because my elasticsearch available disk space went below the threshold, so it began rejecting the updates, after the mail messages were moved. That may not...

The `"model":"Smoke-GS558"` that is showing up here caught my eye because I think that I have a related problem. I have many "Wireless Door Window Guarding Sensor Detector Two-way Door...

I have been off on sick leave. I should be back to work in the next few weeks, and I will look at it then.

I am currently testing the rebase of my changes. It is running without error, but it will take some more looking to make sure I didn't disturb any of the...

> @rodpayne I'm curious about your thoughts on this [nhairs/parsedmarc-fork#1](https://github.com/nhairs/parsedmarc-fork/issues/1) I am fine with Option A. I posted some comments in that discussion.

Yes, `8.10.3` does seem to have fixed the reverse lookup problem. (I thought that I had fixed it by changing my Docker networking last night, but I had also built...

With the configuration in a standalone class whose instance is passed to all functions, how about including the global dictionaries and caches (such as `IP_ADDRESS_CACHE`, `REVERSE_DNS_MAP`, etc.) so that every...

No, as it stands right now, you would need to repeat the service call instead. ``` action: - service: python_script.set_state data: entity_id: - sensor.edisio_2677633030_4cmd state: "OFF" - service: python_script.set_state data:...