{busy ? 'Preparing to move' : 'Moving!'}
Controls are disabled while the lift is moving, otherwise its tiny brain would get confused.
{!busy && cooldownActive ? (About {cooldownSeconds}s remaining.
) : null}Move the lift up and down. Please don't break anything...
{!configured ? 'Set homeAssistant.lift.upSwitch and homeAssistant.lift.downSwitch in server config.' : !connected ? 'Home Assistant is offline.' : 'Waiting for required lift switch entities in Home Assistant.'}
) : null} {lift?.lastError ?Last error: {lift.lastError}
: null}