mirror of
https://github.com/elisspace/core.git
synced 2026-09-14 06:57:07 +00:00
* Add config entry for Sonos * Lint * Use add_job * Add Cast config entry * Lint * Rename DOMAIN import * Mock pychromecast in test
16 lines
346 B
JSON
16 lines
346 B
JSON
{
|
|
"config": {
|
|
"title": "Sonos",
|
|
"step": {
|
|
"confirm": {
|
|
"title": "Sonos",
|
|
"description": "Do you want to setup Sonos?"
|
|
}
|
|
},
|
|
"abort": {
|
|
"single_instance_allowed": "Only a single configuration of Sonos is necessary.",
|
|
"no_devices_found": "No Sonos devices found on the network."
|
|
}
|
|
}
|
|
}
|