normen / homebridge-bravia

Homebridge plugin for Sony Bravia TVs (AndroidTV based ones and possibly others)
139 stars 26 forks source link

Apps with spaces in name not shown #108

Closed D1e4Jam1e closed 4 years ago

D1e4Jam1e commented 4 years ago

Hi, I've the problem that apps that have spaces in there name are not shown in home-app. Like 1&1 TV and Steam Link below.

                "applications": [
                    {
                        "title": "1&1 TV"
                    },
                    {
                        "title": "Netflix"
                    },
                    {
                        "title": "YouTube"
                    },
                    {
                        "title": "Disney+"
                    },
                    {
                        "title": "Lieferando.de"
                    },
                    {
                        "title": "Steam Link"
                    },
                    {
                        "title": "Twitch"
                    }
                ],
normen commented 4 years ago

Well with those names you don't need any really. Just use "steam" and "1&1". On Sat Jun 6, 2020 at 3:06 AM CEST, D1e4Jam1e wrote:

Hi, I've the problem that apps that have spaces in there name are not shown in home-app. Like 1&1 TV and Steam Link below.

                "applications": [
                    {
                        "title": "1&1 TV"
                    },
                    {
                        "title": "Netflix"
                    },
                    {
                        "title": "YouTube"
                    },
                    {
                        "title": "Disney+"
                    },
                    {
                        "title": "Lieferando.de"
                    },
                    {
                        "title": "Steam Link"
                    },
                    {
                        "title": "Twitch"
                    }
                ],

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/normen/homebridge-bravia/issues/108

D1e4Jam1e commented 4 years ago

Doesn't work. Twitch is also not avaible btw.

normen commented 4 years ago

so then "twitch" isn't part of the actual name the TV uses

normen commented 4 years ago

Just start with an empty app list and you will see the available apps names in HomeKit.

D1e4Jam1e commented 4 years ago

Just start with an empty app list and you will see the available apps names in HomeKit.

You mean "applications": [] ?