zachcheatham / ha-omada

Home Assistant TP-Link Omada Integration
189 stars 26 forks source link

Since version 0.31 the devices in my omada controller are not working in home assistant #42

Closed MiguelTVMS closed 1 year ago

MiguelTVMS commented 2 years ago

Hello, Until version 0.30 any device that appears in my devices page in Omada controller appeared as a device in my home assistant. When I installed the new version those devices stopped working. I removed the integration and added it again and the page asking me to set a location for each device is not appearing any more.

I used those devices generate a uptime dashboard. Here is the example of the dashboard yaml I have.

type: vertical-stack
title: Devices
cards:
  - type: custom:uptime-card
    entity: device_tracker.maia_closet_gateway
    title_template: Gateway
    icon: mdi:wan
    ok: home
    ko: away
    alias:
      ok: Connected
      ko: Disconected
image