mqtt2ha
    Preparing search index...

    Interface DiscoverableOptions

    Optional behavioural flags for a Discoverable entity.

    interface DiscoverableOptions {
        allowNoStateTopics?: boolean;
    }
    Index
    allowNoStateTopics?: boolean

    Permit an entity with no state topics (a command-only entity such as a button). By default at least one state topic is required.