Can I delay the template sensors until zwave is fully initialized? If it’s easy I would prefer to do so, to avoid the warnings in the homeassistant log.
17-05-02 11:52:00 WARNING (MainThread) [homeassistant.components.sensor.template] Could not render template laundry_running, the state is unknown. 17-05-02 11:52:30 WARNING (Thread-9) [homeassistant.components.zwave] zwave not ready after 30 seconds, continuing anyway
Thanks for the reply, but I don’t think is_state() can be used in this case since i’m not checking a single value, but performing a comparison and basing my template on the result.
The info in your link gave me an idea though, I might be able to avoid the error in a similar way by adding more if conditions to check if tvattmaskin_power_23_8 exists and if it has a valid state. I’ll give it a try and see how it works out.