Skip to content

Commit

Permalink
zigbee: use uri for schema type
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k committed Feb 5, 2025
1 parent 1eb7347 commit 0db59ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ix-dev/community/zigbee2mqtt/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ sources:
- https://github.com/Koenkk/zigbee2mqtt
title: Zigbee2MQTT
train: community
version: 1.0.8
version: 1.0.9
6 changes: 4 additions & 2 deletions ix-dev/community/zigbee2mqtt/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@ questions:
required: true
- variable: server
label: Server
description: The MQTT server to use for Zigbee2MQTT.
description: |
The MQTT server to use for Zigbee2MQTT.</br>
Example: mqtt://server.ip:1883
schema:
type: string
type: uri
required: true
- variable: user
label: User
Expand Down

0 comments on commit 0db59ee

Please sign in to comment.