{{#unless bridgeUsername}} {{#if bridgeIp}} {{#unless bridgeConnectError}} {{paper-progress-linear warn=true value=bridgeUserNamePingIntervalProgress}} {{/unless}} {{#if isAuthenticating}}

Your bridge IP is {{bridgeIp}}
Press the button on your bridge to authenticate Huegasm.

{{else}} {{#if bridgeConnectError}} {{bridgeConnectMessage}} {{else}}

You failed to press the button in time. RETRY

{{/if}} {{/if}} {{else}} {{#unless bridgeFindStatus}} {{paper-progress-circular diameter=100}}

Trying to find your bridge's IP.

{{/unless}} {{#if bridgeFindMultiple}}

Huegasm found multiple hue bridges.
Please select the one you want to use for Huegasm.

{{#each multipleBridgeIps as |bridge|}} {{paper-radio value=bridge label=bridge onChange=(action "chooseBridge")}} {{/each}}
{{else}} {{#if bridgeFindFail}}

A hue bridge could not be automatically found on your network.
Enter one manually?

(or type offline to look around)

{{paper-input label="Hue bridge IP address" value=manualBridgeIp onChange=(action (mut manualBridgeIp))}}
{{paper-button onClick=(action "findBridgeByIp") raised=true primary=true label="Find"}}
{{#if manualBridgeIpNotFound}}

Could not find a bridge with that IP address.

{{/if}} {{/if}} {{/if}} {{/if}} {{/unless}}