You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HASSIO implementation is creating for every object hist own topic and do not sort and put them together:
eg. devices are published like:
homeassistant/number/clevercoffee-HOSTNAME-brewSetpoint
homeassistant/number/clevercoffee-HOSTNAME-weightSetpoint
much nicer would be:
homeassistant/number/HOSTNAME/brewSetpoint
homeassistant/number/HOSTNAME/weightSetpoint
The text was updated successfully, but these errors were encountered:
HASSIO implementation is creating for every object hist own topic and do not sort and put them together:
eg. devices are published like:
homeassistant/number/clevercoffee-HOSTNAME-brewSetpoint
homeassistant/number/clevercoffee-HOSTNAME-weightSetpoint
much nicer would be:
homeassistant/number/HOSTNAME/brewSetpoint
homeassistant/number/HOSTNAME/weightSetpoint
The text was updated successfully, but these errors were encountered: