{ "config": { "step": { "user": { "data": { "host": "Host" } }, "reconfigure": { "data": { "host": "Host" } } }, "error": { "cannot_connect": "Failed to connect", "invalid_host": "Invalid hostname or IP address", "timeout_connect": "Timeout establishing connection", "unknown": "Unexpected error" }, "abort": { "already_configured": "Device is already configured", "reconfigure_successful": "Re-configuration was successful" } }, "options": { "step": { "init": { "description": "Add your cloud credentials to get additional information about your device", "data": { "email": "Email", "password": "Password" } } }, "error": { "invalid_auth": "Invalid authentication" } }, "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" } }, "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" } } }