Martijn van der Pol

Results 151 comments of Martijn van der Pol

Ah, we're also still waiting for that (I'm on mobile, so navigating on GitHub is a bit of a hassle)

This would also be a nice addition for the binary sensors, so you can ask in which room smoke/co/sound whatever is detected

@synesthesiam would this be something which can be added?

Why would you want to update it every 15 minutes? What's your goal here?

just add setting the dishwasher to pause mode as an additional trigger

You are using a trigger based template sensor. You can add any trigger you can use in an automation as well. I assume your dishwasher has some mode which allows...

Then trigger on that plug turning off

Template sensor ```yaml - trigger: - platform: time at: - '18:25' - '19:28' - '20:28' - '20:59' - platform: state entity_id: switch.opvaskemaskine to: "off" sensor: - unique_id: f8853830-opva name: Opvaskemaskine...

Please don't paste images of code. Place the code itself and use code tags so the right formatting is applied. In your top screenshot the indentation is wrong. The second...