50c55dcfd3
### Feature *Base station on added as binary sensor ### Fix * Bumping pyowletapi to 2024.3.2 * UI config now allows you to set interval to 5 seconds, previously the minimum was 10
121 lines
2.7 KiB
JSON
121 lines
2.7 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"region": "Region",
|
|
"username": "Email",
|
|
"password": "Password"
|
|
}
|
|
},
|
|
"reauth_confirm": {
|
|
"title": "Reauthentiaction required for Owlet",
|
|
"data": {
|
|
"password": "Password"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_email": "Entered email address is incorrect",
|
|
"invalid_password": "Entered password is incorrect",
|
|
"invalid_credentials": "Entered credentials are incorrect",
|
|
"unknown": "Unknown error occured"
|
|
},
|
|
"abort": {
|
|
"already_configured": "Device already configured",
|
|
"reauth_successful": "Reauthentication successful"
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"title": "Configure options for Owlet",
|
|
"data": {
|
|
"pollinterval": "Polling interval in seconds, min 10"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"binary_sensor": {
|
|
"charging": {
|
|
"name": "Charging"
|
|
},
|
|
"high_hr_alrt": {
|
|
"name": "High heart rate alert"
|
|
},
|
|
"low_hr_alrt": {
|
|
"name": "Low heart rate alert"
|
|
},
|
|
"high_ox_alrt": {
|
|
"name": "High oxygen alert"
|
|
},
|
|
"low_ox_alrt": {
|
|
"name": "Low oxygen alert"
|
|
},
|
|
"crit_ox_alrt": {
|
|
"name": "Critical oxygen alert"
|
|
},
|
|
"low_batt_alrt": {
|
|
"name": "Low battery alert"
|
|
},
|
|
"crit_batt_alrt": {
|
|
"name": "Critical battery alert"
|
|
},
|
|
"lost_pwr_alrt": {
|
|
"name": "Lost power alert"
|
|
},
|
|
"sock_discon_alrt": {
|
|
"name": "Sock disconnected alert"
|
|
},
|
|
"sock_off": {
|
|
"name": "Sock off"
|
|
},
|
|
"awake": {
|
|
"name": "Awake"
|
|
},
|
|
"base_on": {
|
|
"name": "Base station on"
|
|
}
|
|
},
|
|
"sensor": {
|
|
"batterypercent": {
|
|
"name": "Battery percentage"
|
|
},
|
|
"signalstrength": {
|
|
"name": "Signal strength"
|
|
},
|
|
"o2saturation": {
|
|
"name": "O2 saturation"
|
|
},
|
|
"o2saturation10a": {
|
|
"name": "O2 saturation 10 minute average"
|
|
},
|
|
"heartrate": {
|
|
"name": "Heart rate"
|
|
},
|
|
"batterymin": {
|
|
"name": "Battery remaining"
|
|
},
|
|
"skintemp": {
|
|
"name": "Skin temperature"
|
|
},
|
|
"sleepstate": {
|
|
"name": "Sleep state",
|
|
"state": {
|
|
"unknown": "Unknown",
|
|
"awake": "Awake",
|
|
"light_sleep": "Light sleep",
|
|
"deep_sleep": "Deep sleep"
|
|
}
|
|
},
|
|
"movement": {
|
|
"name": "Movement"
|
|
},
|
|
"movementbucket": {
|
|
"name": "Movement bucket"
|
|
}
|
|
}
|
|
}
|
|
} |