Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide Moonlight tile #81

Closed
Trippersgarage opened this issue Sep 12, 2020 · 1 comment
Closed

Hide Moonlight tile #81

Trippersgarage opened this issue Sep 12, 2020 · 1 comment

Comments

@Trippersgarage
Copy link

Apologies if this has been posted somewhere, I've searched but I didn't see any actual instructions. Is it possible to hide the "moonlight mode" tile in the home app? Thank you!

@vieira
Copy link
Owner

vieira commented Aug 24, 2023

Hello, this should now be possible in 3.0.0-beta.0.

When homebridge starts you should see something like this in your logs:

Device color-5c4bc1 supports moonlight mode

Edit the config.json and add the following block (replace 5c4bc1 with the id of your device) and restart homebridge.

"platforms": [
  {
    "platform": "yeelight",
    "name": "Yeelight",
    "defaultValue": {
      "5c4bc1": {
        "blacklist": ["active_mode"]
      }
    }
  }
]

Note: It might happen that the device is already cached and this change does not reflect in the Home app. In that case set "blacklist": true and restart homebridge. The device should disappear from the Home app. After that repeat the steps above.

Let me know if it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants