{ "config": { "step": { "confirm": { "description": "[%key:common::config_flow::description::confirm_setup%]" }, "credentials": { "description": "Found a Switcher device that requires a token\nEnter your username and token\nFor more information see https://www.home-assistant.io/integrations/switcher_kis/#prerequisites", "data": { "username": "[%key:common::config_flow::data::username%]", "token": "[%key:common::config_flow::data::access_token%]" } }, "reauth_confirm": { "description": "Found a Switcher device that requires a token\nEnter your username and token\nFor more information see https://www.home-assistant.io/integrations/switcher_kis/#prerequisites", "data": { "username": "[%key:common::config_flow::data::username%]", "token": "[%key:common::config_flow::data::access_token%]" } } }, "error": { "invalid_auth": "[%key:common::config_flow::error::invalid_auth%]" }, "abort": { "single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]", "no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]", "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]" } }, "entity": { "button": { "assume_on": { "name": "Assume on" }, "assume_off": { "name": "Assume off" }, "vertical_swing_on": { "name": "Vertical swing on" }, "vertical_swing_off": { "name": "Vertical swing off" } }, "sensor": { "remaining_time": { "name": "Remaining time" }, "auto_shutdown": { "name": "Auto shutdown" } } }, "services": { "set_auto_off": { "name": "Set auto off", "description": "Updates Switcher device auto off setting.", "fields": { "auto_off": { "name": "Auto off", "description": "Time period string containing hours and minutes." } } }, "turn_on_with_timer": { "name": "Turn on with timer", "description": "Turns on the Switcher device with timer.", "fields": { "timer_minutes": { "name": "Timer", "description": "Time to turn on." } } } } }