Skip to content

Commit

Permalink
fix: remove devices.json loading
Browse files Browse the repository at this point in the history
  • Loading branch information
noahhusby committed Jul 22, 2024
1 parent 55b91a1 commit d7287d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions aiorussound/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,4 @@ class FeatureFlag(Enum):

for version, flags in FLAGS_BY_VERSION.items():
for flag in flags:
VERSIONS_BY_FLAGS[flag] = version

# Each controller is separated to support future differences in features
with open('aiorussound/devices.json') as json_file:
CONTROLLER_ATTR = json.load(json_file)
VERSIONS_BY_FLAGS[flag] = version
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='aiorussound',
version='2.0.0',
version='2.0.1',
packages=['aiorussound'],
license='MIT',
author='Noah Husby',
Expand Down

0 comments on commit d7287d5

Please sign in to comment.