Skip to content

Instantly share code, notes, and snippets.

View nikolubbe's full-sized avatar

Niko Lubbe nikolubbe

  • Overijssel, The Netherlands
View GitHub Profile
@nikolubbe
nikolubbe / multi_click_button.yaml
Last active April 25, 2024 17:45 — forked from Twanne/multi_click_button.yaml
Home Assistant Blueprint: Multi Click Button
blueprint:
name: Multi Click Button
author: AntonH
description: |
**Version 1.1**
Allows multi-click actions to take place on a button.
Upon reaching the number of required clicks, it executes user defined actions.
There are 3 entity types supported:
- button
<?xml version="1.0" encoding="UTF-8"?>
<database
name="default"
namespace="mirro\orm"
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
defaultPhpNamingMethod="phpname"
xsi:noNamespaceSchemaLocation='https://raw.githubusercontent.com/propelorm/Propel2/master/resources/xsd/database.xsd'>
<table name="Image">
<column name="imageID" type="integer" required="true" primaryKey="true" autoIncrement="true"/>