Huegasm
{{#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 this application.

{{else}}

You failed to press the button. RETRY

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

Trying to find your bridge's IP.

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

Found multiple hue bridges.
Please select the one you want to use for this application.

{{#each multipleBridgeIps as |bridge|}} {{#paper-radio value=bridge selected=bridgeIp}}{{bridge}}{{/paper-radio}} {{/each}}
{{else}} {{#if bridgeFindFail}}

A hue bridge was not found on your network.
Enter one manually?

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

Could not find a bridge with that IP address.

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