Skip to content

Commit

Permalink
Fix docs URL
Browse files Browse the repository at this point in the history
  • Loading branch information
marazmarci committed Oct 2, 2023
1 parent 585cadd commit 839bdd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class NfcSensorManager : SensorManager {
)
}

override fun docsLink() = "https://companion.home-assistant.io/docs/core/sensors#nfc-sensor"
override fun docsLink() = "https://companion.home-assistant.io/docs/core/sensors#nfc-state-sensor"
override val name = commonR.string.sensor_name_nfc_sensor

override suspend fun getAvailableSensors(context: Context) = listOf(nfcStateSensor)
Expand Down

0 comments on commit 839bdd3

Please sign in to comment.