Skip to content

Commit

Permalink
fix button entity id
Browse files Browse the repository at this point in the history
  • Loading branch information
lluisd authored Nov 19, 2024
1 parent a7e3edc commit 374b31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/ha.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ async function hibernateTranscriberPC() {
const endpoint = endpointPrefix + 'services/button/press'

const body = {
"entity_id": "button.button.hp_z230_hibernate"
"entity_id": "button.hp_z230_hibernate"
}

const options = {
Expand Down

0 comments on commit 374b31f

Please sign in to comment.