mirror of
https://github.com/natekspencer/hacs-oasis_mini.git
synced 2025-11-08 05:03:52 -05:00
124 lines
2.8 KiB
JSON
Executable File
124 lines
2.8 KiB
JSON
Executable File
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]"
|
|
}
|
|
},
|
|
"reconfigure": {
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_host": "[%key:common::config_flow::error::invalid_host%]",
|
|
"timeout_connect": "[%key:common::config_flow::error::timeout_connect%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]"
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"description": "Add your cloud credentials to get additional information about your device",
|
|
"data": {
|
|
"email": "[%key:common::config_flow::data::email%]",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
|
|
}
|
|
},
|
|
"entity": {
|
|
"button": {
|
|
"random_track": {
|
|
"name": "Play random track"
|
|
},
|
|
"sleep": {
|
|
"name": "Sleep"
|
|
}
|
|
},
|
|
"binary_sensor": {
|
|
"busy": {
|
|
"name": "Busy"
|
|
},
|
|
"wifi_status": {
|
|
"name": "Wi-Fi status"
|
|
}
|
|
},
|
|
"light": {
|
|
"led": {
|
|
"name": "LED"
|
|
}
|
|
},
|
|
"number": {
|
|
"ball_speed": {
|
|
"name": "Ball speed"
|
|
},
|
|
"led_speed": {
|
|
"name": "LED speed"
|
|
}
|
|
},
|
|
"select": {
|
|
"autoplay": {
|
|
"name": "Autoplay"
|
|
},
|
|
"playlist": {
|
|
"name": "Playlist"
|
|
},
|
|
"queue": {
|
|
"name": "Queue"
|
|
}
|
|
},
|
|
"sensor": {
|
|
"download_progress": {
|
|
"name": "Download progress"
|
|
},
|
|
"drawing_progress": {
|
|
"name": "Drawing progress"
|
|
},
|
|
"error": {
|
|
"name": "Error"
|
|
},
|
|
"led_color_id": {
|
|
"name": "LED color ID"
|
|
},
|
|
"status": {
|
|
"name": "Status",
|
|
"state": {
|
|
"booting": "Booting",
|
|
"stopped": "Stopped",
|
|
"centering": "Centering",
|
|
"playing": "Playing",
|
|
"paused": "Paused",
|
|
"sleeping": "Sleeping",
|
|
"error": "Error",
|
|
"updating": "Updating",
|
|
"downloading": "Downloading",
|
|
"busy": "Busy",
|
|
"live": "Live drawing"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"device_busy": {
|
|
"message": "{name} is currently busy and cannot be modified"
|
|
},
|
|
"invalid_media": {
|
|
"message": "Invalid media: {media}"
|
|
},
|
|
"playlists_unsupported": {
|
|
"message": "Playlists are not currently supported"
|
|
}
|
|
}
|
|
}
|