[Claude] - Let's replace all default fake strings for MQTT topics with something better
This commit is contained in:
@@ -15,9 +15,11 @@ blueprint:
|
|||||||
text:
|
text:
|
||||||
|
|
||||||
mqtt_topic2:
|
mqtt_topic2:
|
||||||
name: MQTT Topic 2
|
name: MQTT Topic 2 (Optional)
|
||||||
description: The MQTT topic for your Zigbee button (e.g., zigbee2mqtt/my_button2).
|
description: >
|
||||||
default: fake
|
Additional MQTT topic for a second button.
|
||||||
|
Leave as default placeholder if not using.
|
||||||
|
default: "blueprint/disabled/mqtt_button_control"
|
||||||
selector:
|
selector:
|
||||||
text:
|
text:
|
||||||
|
|
||||||
|
|||||||
@@ -16,23 +16,29 @@ blueprint:
|
|||||||
text: {}
|
text: {}
|
||||||
|
|
||||||
mqtt_topic2:
|
mqtt_topic2:
|
||||||
name: MQTT Topic 2
|
name: MQTT Topic 2 (Optional)
|
||||||
description: The MQTT topic to listen to
|
description: >
|
||||||
default: 'fake'
|
Additional MQTT topic to listen to.
|
||||||
|
Leave as default placeholder if not using.
|
||||||
|
default: "blueprint/disabled/mqtt_generic_control_2"
|
||||||
selector:
|
selector:
|
||||||
text: {}
|
text: {}
|
||||||
|
|
||||||
mqtt_topic3:
|
mqtt_topic3:
|
||||||
name: MQTT Topic 3
|
name: MQTT Topic 3 (Optional)
|
||||||
description: The MQTT topic to listen to
|
description: >
|
||||||
default: 'fake'
|
Additional MQTT topic to listen to.
|
||||||
|
Leave as default placeholder if not using.
|
||||||
|
default: "blueprint/disabled/mqtt_generic_control_3"
|
||||||
selector:
|
selector:
|
||||||
text: {}
|
text: {}
|
||||||
|
|
||||||
mqtt_topic4:
|
mqtt_topic4:
|
||||||
name: MQTT Topic 4
|
name: MQTT Topic 4 (Optional)
|
||||||
description: The MQTT topic to listen to
|
description: >
|
||||||
default: 'fake'
|
Additional MQTT topic to listen to.
|
||||||
|
Leave as default placeholder if not using.
|
||||||
|
default: "blueprint/disabled/mqtt_generic_control_4"
|
||||||
selector:
|
selector:
|
||||||
text: {}
|
text: {}
|
||||||
|
|
||||||
|
|||||||
@@ -44,23 +44,29 @@ blueprint:
|
|||||||
text:
|
text:
|
||||||
|
|
||||||
mqtt_topic2:
|
mqtt_topic2:
|
||||||
name: MQTT Topic 2
|
name: MQTT Topic 2 (Optional)
|
||||||
description: The MQTT topic of the Zigbee device (e.g., zigbee2mqtt/my_controller_2)
|
description: >
|
||||||
default: 'fake'
|
Additional MQTT topic for a second controller.
|
||||||
|
Leave as default placeholder if not using.
|
||||||
|
default: "blueprint/disabled/mqtt_light_control_2"
|
||||||
selector:
|
selector:
|
||||||
text:
|
text:
|
||||||
|
|
||||||
mqtt_topic3:
|
mqtt_topic3:
|
||||||
name: MQTT Topic 3
|
name: MQTT Topic 3 (Optional)
|
||||||
description: The MQTT topic of the Zigbee device (e.g., zigbee2mqtt/my_controller_3)
|
description: >
|
||||||
default: 'fake'
|
Additional MQTT topic for a third controller.
|
||||||
|
Leave as default placeholder if not using.
|
||||||
|
default: "blueprint/disabled/mqtt_light_control_3"
|
||||||
selector:
|
selector:
|
||||||
text:
|
text:
|
||||||
|
|
||||||
mqtt_topic4:
|
mqtt_topic4:
|
||||||
name: MQTT Topic 4
|
name: MQTT Topic 4 (Optional)
|
||||||
description: The MQTT topic of the Zigbee device (e.g., zigbee2mqtt/my_controller_4)
|
description: >
|
||||||
default: 'fake'
|
Additional MQTT topic for a fourth controller.
|
||||||
|
Leave as default placeholder if not using.
|
||||||
|
default: "blueprint/disabled/mqtt_light_control_4"
|
||||||
selector:
|
selector:
|
||||||
text:
|
text:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user