I have an ESPHome node that goes to deep sleep for 15 minutes before waking up and sending updated sensor values. This all works fine and the sensors do not go unavailable when the node goes to sleep, so the going to sleep message is getting through. However, Home Assistant continues to poll the node in the background, which is expected, but it logs the failures even though it knows that the node is asleep, so you end up with 100’s of them in the logs. Is there anyway of stopping this?
Thanks, I was hoping there was some way of not having to disable all warning messages for the node to stop what is probably a bug with home assistant / ESPHome API. I’m sure there were very good reasons for Home Assistant to poll ESPHome nodes but for deep sleeping nodes it makes far more sense for the node to contact Home Assistant when it wakes up, but there you go.