Skip to content

Commit

Permalink
Fix broken docs link since companion site change (#2043)
Browse files Browse the repository at this point in the history
  • Loading branch information
dshokouhi authored Dec 21, 2021
1 parent 74f8d84 commit 5310fe3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import org.burnoutcrew.reorderable.rememberReorderState
import org.burnoutcrew.reorderable.reorderable
import io.homeassistant.companion.android.common.R as commonR

const val WEAR_DOCS_LINK = "https://companion.home-assistant.io/docs/wear-os/wear-os"
const val WEAR_DOCS_LINK = "https://companion.home-assistant.io/docs/wear-os/"
val supportedDomains = listOf(
"input_boolean", "light", "lock", "switch", "script", "scene"
)
Expand Down

0 comments on commit 5310fe3

Please sign in to comment.