Shay G

Results 4 comments of Shay G

> `"redirect_uris": ["urn:ietf:wg:oauth:2.0:oob", "http://localhost"]` I'm actually getting Error 400: invalid_request with this one. `If you’re the app developer, make sure that these request details comply with Google policies. redirect_uri: urn:ietf:wg:oauth:2.0:oob`

```type: custom:auto-entities filter: include: - domain: sensor entity_id: sensor.*_power state: '>10' options: type: gauge min: 0 max: 3600 exclude: - entity_id: sensor.total_power - name: '*EM3*' entities: - type: gauge entity:...

I've added unique: true, the result is still the same. ```card_param: cards unique: true sort: method: state numeric: true reverse: true ```

This works, thanks.