-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[homeassistant/homie] Standardize config URI #11021
Conversation
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
@@ -29,5 +29,5 @@ | |||
// List of all Thing Type UIDs | |||
public static final ThingTypeUID HOMEASSISTANT_MQTT_THING = new ThingTypeUID(BINDING_ID, "homeassistant"); | |||
|
|||
public static final String CONFIG_HA_CHANNEL = "mqtt:ha_channel"; | |||
public static final String CONFIG_HA_CHANNEL = "channel-type:homeassistant:mqtt-channel"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The binding here is MQTT, so shouldn't it be channel-type:mqtt:ha_channel
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, I changed in favor of channel-type:mqtt:ha-channel and channel-type:mqtt:homie-channel
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
* [homeassistant/homie] Standardize config URI Signed-off-by: Laurent Garnier <lg.hc@free.fr> Signed-off-by: dw-8 <davy.wong.on+github@gmail.com>
This reverts commit 58024c4.
* [homeassistant/homie] Standardize config URI Signed-off-by: Laurent Garnier <lg.hc@free.fr> Signed-off-by: dw-8 <davy.wong.on+github@gmail.com>
This reverts commit 58024c4. Signed-off-by: dw-8 <davy.wong.on+github@gmail.com>
* [homeassistant/homie] Standardize config URI Signed-off-by: Laurent Garnier <lg.hc@free.fr> Signed-off-by: dw-8 <davy.wong.on+github@gmail.com>
This reverts commit ebbc17d.
* [homeassistant/homie] Standardize config URI Signed-off-by: Laurent Garnier <lg.hc@free.fr> Signed-off-by: dw-8 <davy.wong.on+github@gmail.com>
This reverts commit ebbc17d. Signed-off-by: dw-8 <davy.wong.on+github@gmail.com>
* [homeassistant/homie] Standardize config URI Signed-off-by: Laurent Garnier <lg.hc@free.fr>
* [homeassistant/homie] Standardize config URI Signed-off-by: Laurent Garnier <lg.hc@free.fr>
* [homeassistant/homie] Standardize config URI Signed-off-by: Laurent Garnier <lg.hc@free.fr> Signed-off-by: Dave J Schoepel <dave@theschoepels.com>
* [homeassistant/homie] Standardize config URI Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Signed-off-by: Laurent Garnier lg.hc@free.fr