We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Heyo, first of all thanks for your great integration.
Currently I am using your event sensor for getting steps from my mi band
event_type: android.intent_received data: value: "10153" intent: com.mc.miband.stepsGot device_id: 1234 origin: REMOTE time_fired: "2022-08-30T20:10:01.180434+00:00" context: id: 1234 parent_id: null user_id: 1234
I set the value property up to be my state but it seems this state does not get parsed to a number. It just remains as a string.
value
I was wondering if it you could use your parse_numbers function to parse the state from event.data to a numeric value or make that an option.
parse_numbers
state
event.data
Thanks in advance
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Heyo, first of all thanks for your great integration.
Currently I am using your event sensor for getting steps from my mi band
I set the
value
property up to be my state but it seems this state does not get parsed to a number. It just remains as a string.I was wondering if it you could use your
parse_numbers
function to parse thestate
fromevent.data
to a numeric value or make that an option.Thanks in advance
The text was updated successfully, but these errors were encountered: