Skip to content

Commit

Permalink
Merge pull request #159 from cgiesche/streamdeck-homeassistant-145
Browse files Browse the repository at this point in the history
(Experimental) Removed checkmark after HA connected successfully.
  • Loading branch information
cgiesche committed Jun 22, 2023
2 parents a8e87f7 + 25b9c4d commit 6a5b2a3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/PluginComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export default {
const onHAConnected = () => {
this.$HA.getStates(entitiyStatesChanged)
this.$HA.subscribeEvents(entityStateChanged)
showOk()
}
const onHAError = (msg) => {
Expand All @@ -61,10 +60,6 @@ export default {
Object.keys(this.actionSettings).forEach(key => this.$SD.showAlert(key))
}
const showOk = () => {
Object.keys(this.actionSettings).forEach(key => this.$SD.showOk(key))
}
this.$SD.on("connected", () => {
this.$SD.requestGlobalSettings();
})
Expand Down

0 comments on commit 6a5b2a3

Please sign in to comment.