# @version : 1.0 ,"Furnace", "temperature=payload.t", "pressure|STRING=payload.p", "humidity|BOOLEAN=payload.h" ## Entities ## # the sensor value references will be the same as what is defined in the entityType defnition. F1, "Furnace-1", , , # the sensor value references will be the same as what is defined in the entityType defnition for all except for # "pressure" sensor attribute. It will override the topic reference to the payload reference F2, "Furnace-2", , payload.press, , # the sensor value references will be the same as what is defined in the entityType defnition for all except for # "humidity" sensor attribute. It will override the topic path segment but will retain the orginal name ("h" in # this case) F3, "Furnace-3", , , sys_mqtt.5:hum *, "Wild-Furnace-", , ,