Skip to content

Commit

Permalink
streamdeck-homeassistant-117 Streamdeck Plus
Browse files Browse the repository at this point in the history
  • Loading branch information
cgiesche committed Oct 16, 2023
1 parent c9b7444 commit 770eefb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/PiComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ import {Service} from "@/modules/pi/service";
import {computed, onMounted, ref} from "vue";
import ServiceCallConfiguration from "@/components/ServiceCallConfiguration.vue";
import {ObjectUtils} from "@/modules/common/utils";
import AccordeonComponent from "@/components/accordeon/Accordeon.vue";
import AccordeonItem from "@/components/accordeon/AccordeonItem.vue";
import AccordeonComponent from "@/components/accordeon/BootstrapAccordeon.vue";
import AccordeonItem from "@/components/accordeon/BootstrapAccordeonItem.vue";
let $HA = null;
let $SD = null;
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 770eefb

Please sign in to comment.