Skip to content

Commit

Permalink
Add Air Fryer CAF-LI401S
Browse files Browse the repository at this point in the history
  • Loading branch information
tv4you2016 committed Nov 19, 2023
1 parent 1e30c90 commit 531c80e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pyvesync/vesynckitchen.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
'CosoriCAF': {
'module': 'VeSyncAirFryerCAF',
'models': ['CAF-P583S-KUS', 'CAF-P583S-KEU'],
'models': ['CAF-P583S-KUS', 'CAF-P583S-KEU', 'CAF-LI401S'],
'features': [],
},
}
Expand All @@ -45,7 +45,7 @@ def model_features(dev_type: str) -> dict:
for dev_dict in kitchen_features.values():
if dev_type in dev_dict['models']:
return dev_dict
raise ValueError('Device not configured')
return {'module': '', 'models': [''], 'features': []}


kitchen_classes: Set[str] = {v['module'] for k, v in kitchen_features.items()}
Expand Down

0 comments on commit 531c80e

Please sign in to comment.