[Claude] - Add author and missing description to blueprints headers.
This commit is contained in:
@@ -1,6 +1,28 @@
|
||||
# =============================================================================
|
||||
# MQTT Button Control Blueprint
|
||||
# =============================================================================
|
||||
# Controls lights and switches using Zigbee2MQTT button devices with multiple
|
||||
# action mappings.
|
||||
#
|
||||
# Features:
|
||||
# - Map multiple action IDs to different lights/switches
|
||||
# - Supports light, switch, and input_boolean entities
|
||||
# - Visual feedback via blink indication when pressing already-active light
|
||||
# - Tracks last interacted entity in an input_text helper
|
||||
# - Supports multiple MQTT topics (multiple buttons)
|
||||
#
|
||||
# How It Works:
|
||||
# - Receives MQTT messages with action IDs from Zigbee buttons
|
||||
# - Maps action ID to corresponding entity by index position
|
||||
# - Toggles the matched entity (light/switch/input_boolean)
|
||||
# - Optionally blinks light if it's already on (idle timeout feature)
|
||||
#
|
||||
# Author: Alexei Dolgolyov (dolgolyov.alexei@gmail.com)
|
||||
# =============================================================================
|
||||
|
||||
blueprint:
|
||||
name: "Custom: MQTT Button Control"
|
||||
description: Control a Zigbee2MQTT device with multiple actions, that allows to toggle lights and switches and store entity identifier of last interructed switch/light.
|
||||
description: Control a Zigbee2MQTT device with multiple actions, that allows to toggle lights and switches and store entity identifier of last interacted switch/light.
|
||||
domain: automation
|
||||
input:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user