Skip to content

Commit

Permalink
Merge pull request #3 from shawngmc/develop
Browse files Browse the repository at this point in the history
0.0.3: Fixing packaging issue
  • Loading branch information
shawngmc authored Mar 2, 2024
2 parents d17b9cf + c43d849 commit b74c673
Show file tree
Hide file tree
Showing 33 changed files with 2,168 additions and 2,186 deletions.
36 changes: 9 additions & 27 deletions report.txt
Original file line number Diff line number Diff line change
@@ -1,27 +1,9 @@
Surveying devices...
Account: 10aeed66-0254-460f-8c63-0fde8fff240b
Home: Home (706a33e9-c35f-471e-b8db-4a64f0ee9c5e)
Room: Living Room (9d3918a7-8f7e-42bc-9e34-8f64ebb9ccff)
ComboDevice: LRFan (7f6e1b7f-9a9e-4878-8fe2-ad3bce6b09c7)
Device: CeilingFan (<class 'hubspaceng.models.devices.fan.FanDevice'>:9d189585-d434-4b09-8d3e-7d52310988b7)
Function: power:category:fan-power
Function: toggle:category:comfort-breeze
Function: fan-speed:category:fan-speed
Function: timer:numeric:fan-power
Device: CeilingLight (<class 'hubspaceng.models.devices.lights.tunable.TunableLightDevice'>:4cd166c8-54f7-4f84-b172-e67b2f455c4a)
Function: brightness:numeric:None
Function: color-temperature:category:None
Function: power:category:light-power
Device: LR Stair Lamp (<class 'hubspaceng.models.devices.lights.rgb.RGBLightDevice'>:a0ad21e2-65d3-4422-9c1f-df27513a63f9)
Function: color-sequence:category:custom
Function: color-sequence:category:preset
Function: speed:numeric:color-sequence
Function: color-temperature:numeric:None
Function: brightness:numeric:None
Function: restore-values:category:None
Function: color-mode:category:None
Function: power:category:None
Function: color-rgb:object:None
Device: Test Plug (<class 'hubspaceng.models.devices.plug.PlugDevice'>:bee38cb5-de5a-48b6-8ce9-888d6d9f1e59)
Function: timer:numeric:None
Function: power:category:None
Surveying devices...
Account: 10aeed66-0254-460f-8c63-0fde8fff240b
Home: Home (706a33e9-c35f-471e-b8db-4a64f0ee9c5e)
Room: Living Room (9d3918a7-8f7e-42bc-9e34-8f64ebb9ccff)
ComboDevice: LRFan (7f6e1b7f-9a9e-4878-8fe2-ad3bce6b09c7)
Device: CeilingFan (<class 'hubspaceng.models.devices.fan.FanDevice'>:9d189585-d434-4b09-8d3e-7d52310988b7)
Device: CeilingLight (<class 'hubspaceng.models.devices.lights.tunable.TunableLightDevice'>:4cd166c8-54f7-4f84-b172-e67b2f455c4a)
Device: LR Stair Lamp (<class 'hubspaceng.models.devices.lights.rgb.RGBLightDevice'>:a0ad21e2-65d3-4422-9c1f-df27513a63f9)
Device: Test Plug (<class 'hubspaceng.models.devices.plug.PlugDevice'>:bee38cb5-de5a-48b6-8ce9-888d6d9f1e59)
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ license_files=LICENSE

[options]
package_dir =
=hubspaceng
=src
packages = find_namespace:

[options.packages.find]
where = hubspaceng
where = src

[options.package_data]
* =
Expand Down
4 changes: 2 additions & 2 deletions hubspaceng/__init__.py → src/hubspaceng/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Define module-level imports."""
from .api import login # noqa
"""Define module-level imports."""
from .api import login # noqa
Loading

0 comments on commit b74c673

Please sign in to comment.