mirror of
https://github.com/elisspace/core.git
synced 2026-09-23 19:17:06 +00:00
* WIP * Add VoIP entities to enable calls * Mark voip entities as config only * Remove commented code
25 lines
423 B
JSON
25 lines
423 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"ip_address": "IP Address"
|
|
}
|
|
}
|
|
},
|
|
"abort": {
|
|
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
|
|
},
|
|
"error": {
|
|
"invalid_ip_address": "Invalid IPv4 address."
|
|
}
|
|
},
|
|
"entity": {
|
|
"switch": {
|
|
"allow_call": {
|
|
"name": "Allow Calls"
|
|
}
|
|
}
|
|
}
|
|
}
|