Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Home assistant #2378

    fib38EW
    Participant

    I have just swapped from using HomeBridge to Home Assistant, but can’t get HA to recognise my OpenGarage unit. I have read the documentation referred to above, but still can’t get it to work. My configuration.yaml is as follows …

    `

    cover:
      - platform: brunt
        username: !secret brunt_user
        password: !secret brunt_pw
        
      - platform: group
        name: Office Blinds
        entities:
          - cover.e
          - cover.n
          - cover.s
          
      - platform: opengarage
        garage:
          host: 192.168.2.80
          device_key: !secret opengarage
          name: Garage Door

    `

    I have tried all sorts of variations of indentations etc, but no luck. No Device and no Entity ever appears. Can anyone see where I have gone wrong?

    TIA

Viewing 1 post (of 1 total)