chrisjshull / homebridge-nest

Nest plugin for HomeBridge
699 stars 112 forks source link

Optional Field not working #604

Closed xtinct101 closed 1 year ago

xtinct101 commented 1 year ago

Hi,

I'm trying to disable these fields but they keep showing up in homekit. What am I doing wrong?

            "name": "Nest",
            "googleAuth": {
                "issueToken": "xxx"
                "cookies": "xxx"
            },
            "options": [
                "\"Thermostat.Fan.Disable\"",
                "\"Thermostat.Eco.Disable\"",
                "\"HomeAway.Disable\""
            ],
            "_bridge": {
                "username": "xxx",
                "port": 48123
            },
            "platform": "Nest"
adriancable commented 1 year ago

\"

xtinct101 commented 1 year ago

are you saying to remove the leading \"? just as an FYI, I did not type any of these manually, this is all from the gui.

adriancable commented 1 year ago

I don't know why the \" is there. It shouldn't be. options is just an array of strings. Please read the README here for what it should look like.

Sorry, I have never even used the GUI so I am not the person to ask about GUI issues. If you have an issue with it, please post an issue in homebridge-config-ui-x.

xtinct101 commented 1 year ago

thanks