Source: python-dynalite-devices
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
 Edward Betts <edward@4angle.com>,
Section: python
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 python3-pytest <!nocheck>,
 python3-pytest-asyncio <!nocheck>,
 python3-pytest-cov <!nocheck>,
Standards-Version: 4.7.4
Homepage: https://github.com/ziv1234/python-dynalite-devices
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-dynalite-devices
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-dynalite-devices.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-dynalite-devices
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: device model for Philips Dynalite DyNet networks
 This library provides objects for working with Philips Dynalite installations
 through a Dynalite gateway. It models the DyNet concepts used by these
 systems, including areas, channels, presets, and channel levels.
 .
 Dynalite areas commonly represent rooms or functions, while channels represent
 the controlled loads within an area. Presets describe area-wide states or
 scenes, such as on, off, dimmed levels, or other configured actions.
 .
 The library communicates with Philips Dynalite gateways, which connect an IP
 network to the DyNet network used by Dynalite panels, controllers, dimmers,
 relays, switches, and cover controllers. It can send commands to request area
 presets or channel levels and can process packets reported by the gateway.
