Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add NFC state sensor #3905

Merged
merged 10 commits into from
Oct 5, 2023
Prev Previous commit
Next Next commit
Change updateType to INTENT
  • Loading branch information
marazmarci committed Oct 3, 2023
commit dcc735d6a373f2ca8a2535ec462ac1f73ddb87a4
Original file line number Diff line number Diff line change
@@ -14,7 +14,8 @@ class NfcSensorManager : SensorManager {
commonR.string.sensor_name_nfc_sensor,
commonR.string.sensor_description_nfc_sensor,
"mdi:nfc",
jpelgrom marked this conversation as resolved.
Show resolved Hide resolved
entityCategory = SensorManager.ENTITY_CATEGORY_DIAGNOSTIC
entityCategory = SensorManager.ENTITY_CATEGORY_DIAGNOSTIC,
updateType = SensorManager.BasicSensor.UpdateType.INTENT
)
}