* Add config flow + sensor unique_id & icon to local_ip * single_instance_allowed * Fix test * Martin's review * Name deprecated
16 lines
305 B
JSON
16 lines
305 B
JSON
{
|
|
"config": {
|
|
"title": "Local IP Address",
|
|
"step": {
|
|
"user": {
|
|
"title": "Local IP Address",
|
|
"data": {
|
|
"name": "Sensor Name"
|
|
}
|
|
}
|
|
},
|
|
"abort": {
|
|
"single_instance_allowed": "Only a single configuration of Local IP is allowed."
|
|
}
|
|
}
|
|
}
|