Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
fix model
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveicedgreentea committed Dec 24, 2022
1 parent 8770cec commit d123ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/jvc_projectors/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def __init__(
# otherwise JVC's server implementation will cancel the running command
# and just confuse everything, then cause HA to freak out
self.jvc_client = jvc_client
self._model_family = ""
self._model_family = self.jvc_client.model_family

@property
def should_poll(self):
Expand Down

0 comments on commit d123ff5

Please sign in to comment.