Skip to content

Commit

Permalink
Add model H388X
Browse files Browse the repository at this point in the history
  • Loading branch information
juacas authored Aug 9, 2023
1 parent 0ed7a0c commit d73a839
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/zte_tracker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from .const import DOMAIN, PLATFORMS

#Define models
ACCEPTED_MODELS=['F6640','H288A', 'H196A']
ACCEPTED_MODELS=['F6640','H288A', 'H196A', 'H388X']

CONFIG_SCHEMA = vol.Schema({
DOMAIN: vol.Schema({
Expand Down Expand Up @@ -76,4 +76,4 @@ def handle_pause(call):
)
)
# Return boolean to indicate that initialization was successfully.
return True
return True

0 comments on commit d73a839

Please sign in to comment.