{plug.plug_type === 'mqtt' ? plug.mqtt_topic : plug.plug_type === 'homeassistant' ? plug.ha_entity_id : plug.plug_type === 'rest' ? (plug.rest_on_url || plug.rest_off_url) : plug.ip_address}
{Math.round(status.energy.power)}W
{t('smartPlugs.power')}
{status.energy.today.toFixed(3)}
{t('smartPlugs.kwhToday')}
{t('smartPlugs.showInSwitchbar')}
{t('smartPlugs.quickAccessSidebar')}
{t('smartPlugs.enabled')}
{t('smartPlugs.enableAutomation')}
{t('smartPlugs.autoOn')}
{t('smartPlugs.autoOnDescription')}
{t('smartPlugs.autoOff')}
{t('smartPlugs.autoOffDescription')}
{t('smartPlugs.autoOffPersistent')}
{t('smartPlugs.autoOffPersistentDescription')}
{t('smartPlugs.turnOffDelayMode')}
{t('smartPlugs.tempThresholdDescription')}
{t('smartPlugs.autoOffAfterDrying')}
{t('smartPlugs.autoOffAfterDryingDescription')}