mine doesnt work like this
each sensor or group of sensors i want to send to loxone via mqtt has an entry in the configuration.yaml
eg
mqtt_statestream:
base_topic: homeassistant
publish_attributes: true
publish_timestamps: true
include:
entity_globs:
- cover.duncan_s_autodoor*
- sensor.duncan_s_auto_door_fault*
- cover.*
entities:
- binary_sensor.octopus_intelligent_slot
an entilty_glob sends all sub-components of the entity as separate mqtt entries
an entitiy sends the value of a specific entity as a single mqtt entry
for each of these you wish to send to loxone, you create a matching virtual input in loxone (thats assuming you are using a loxberry / mqtt)
so in the above example of cover.duncan_s_autodoor* i get 22 separate entries in mqtt and i create a virtual input in loxone for each one i wish to see updated in loxone
homeassistant_cover_duncan_s_autodoor_door_state is an example of one of the mqtt entries and i have a virtual input in loxone with the same name which is updated by the loxberry mqtt gateway