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

{{#if isAuthenticating}} Your bridge IP is {{bridgeIp}}
Press the button on your bridge to authenticate Huegasm. {{else}} You failed to press the button in time. RETRY {{/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}}