Skip to content

Commit

Permalink
Sync app is obsolete, refer to main app instead
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdwetering committed Aug 6, 2023
1 parent b7592a6 commit 2e47053
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ AIOHUESYNCBOX
=============

Asyncio package to communicate with Philips Hue Play HDMI Sync Box.
This package is aimed at basic control of the box. Initial setup and configuration is assumed to done with the official Hue Sync app.
This package is aimed at basic control of the box. Initial setup and configuration is assumed to done with the official Hue app.


Installation
Expand Down Expand Up @@ -49,7 +49,7 @@ Registration
from aiohuesyncbox import HueSyncBox, InvalidState
# host and id can be obtained through mDNS/zeroconf discovery
# (or for testing look them up in the official Hue Sync app)
# (or for testing look them up in the official Hue app)
# The ID is the number that looks like C43212345678
box = HueSyncBox(host, id)
Expand Down

0 comments on commit 2e47053

Please sign in to comment.