tavicu / homebridge-samsung-tizen

Homebridge plugin for Samsung TV's with Tizen OS
MIT License
647 stars 88 forks source link

Config Field Labels/Titles missing on Hoobs v4.x #384

Closed scoutbeer closed 3 years ago

scoutbeer commented 3 years ago

Using a fresh Image of Hoobs v4 updated to latest (4.0.79). The Samsung Tizen certified plugin is not showing any field labels on the configuration page. The only way data will populate is if configured via Advanced and editing the JSON format and saving. Then data populate the fields but still not not show field labels/titles. See screenshot attached.

Expected behavior Plugin should show labels/titles/descriptions for each entry field

Plugin name http://hoobs.local/plugin/homebridge-samsung-tizen

Version Hoobs 4.0.79 (clean install from v4 image and then updated via UI

Did you upgrade Please let us know if you upgraded from a previous version.

Did you orginally upgrade to HOOBS 3 from HOOBS 2.1.1? Did you perform an upgrade from HOOBS 2.1.1? Some things are different.

What device are you using? Please let us know the device you are running HOOBS on.

Post your config

{
    "accessories": [],
    "platforms": [
        {
            "platform": "SamsungTizen",
            "devices": [
                {
                    "name": "Master Bedroom TV",
                    "ip": "x.x.x.x",
                    "mac": "54:AA:AA:AA:AA:AA",
                    "uuid": "A1",
                    "method": "frame"
                }
            ]
        }
    ]
}

Tizen Plugin

scoutbeer commented 3 years ago

Hoobs dev has reported as fixed