mqtt2ha
    Preparing search index...

    Interface OriginConfiguration

    Configuration for the origin of an entity.

    interface OriginConfiguration {
        name: string;
        support_url?: string;
        sw_version?: string;
    }
    Index

    Properties

    name: string

    The name of the application that is the origin of the discovered MQTT item.

    support_url?: string

    Support URL of the application that supplies the discovered MQTT item.

    sw_version?: string

    Software version of the application that supplies the discovered MQTT item.