Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New manufacturer : Yokis] Add support for several Yokis devices #8537

Merged
merged 9 commits into from
Jan 2, 2025
2 changes: 2 additions & 0 deletions src/devices/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ import xyzroe from './xyzroe';
import yale from './yale';
import yandex from './yandex';
import ynoa from './ynoa';
import yokis from './yokis';
import yookee from './yookee';
import ysrsai from './ysrsai';
import zemismart from './zemismart';
Expand Down Expand Up @@ -627,6 +628,7 @@ export default [
...yale,
...yandex,
...ynoa,
...yokis,
...yookee,
...ysrsai,
...zemismart,
Expand Down
Loading
Loading