2020-08-24 10:43:31 +00:00
{
"config" : {
2020-10-21 13:05:06 +00:00
"flow_title" : "{name}" ,
2020-08-24 10:43:31 +00:00
"step" : {
"user" : {
2022-12-12 10:40:00 +00:00
"description" : "Before setup, battery-powered devices must be woken up, you can now wake the device up using a button on it." ,
2020-08-24 10:43:31 +00:00
"data" : {
"host" : "[%key:common::config_flow::data::host%]"
}
} ,
2020-09-01 12:08:37 +00:00
"credentials" : {
"data" : {
"username" : "[%key:common::config_flow::data::username%]" ,
"password" : "[%key:common::config_flow::data::password%]"
}
} ,
2022-09-25 02:01:49 +00:00
"reauth_confirm" : {
"data" : {
"username" : "[%key:common::config_flow::data::username%]" ,
"password" : "[%key:common::config_flow::data::password%]"
}
} ,
2020-08-24 10:43:31 +00:00
"confirm_discovery" : {
2021-02-09 08:28:40 +00:00
"description" : "Do you want to set up the {model} at {host}?\n\nBattery-powered devices that are password protected must be woken up before continuing with setting up.\nBattery-powered devices that are not password protected will be added when the device wakes up, you can now manually wake the device up using a button on it or wait for the next data update from the device."
2020-08-24 10:43:31 +00:00
}
} ,
"error" : {
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]" ,
2020-09-01 12:08:37 +00:00
"invalid_auth" : "[%key:common::config_flow::error::invalid_auth%]" ,
2022-05-18 17:29:02 +00:00
"unknown" : "[%key:common::config_flow::error::unknown%]" ,
"firmware_not_fully_provisioned" : "Device not fully provisioned. Please contact Shelly support"
2020-08-24 10:43:31 +00:00
} ,
"abort" : {
2020-09-26 20:39:02 +00:00
"already_configured" : "[%key:common::config_flow::abort::already_configured_device%]" ,
2022-09-25 02:01:49 +00:00
"unsupported_firmware" : "The device is using an unsupported firmware version." ,
"reauth_successful" : "[%key:common::config_flow::abort::reauth_successful%]" ,
"reauth_unsuccessful" : "Re-authentication was unsuccessful, please remove the integration and set it up again."
2020-08-24 10:43:31 +00:00
}
2021-01-04 22:10:42 +00:00
} ,
2022-03-30 08:35:30 +00:00
"device_automation" : {
"trigger_subtype" : {
"button" : "Button" ,
"button1" : "First button" ,
"button2" : "Second button" ,
"button3" : "Third button" ,
"button4" : "Fourth button"
} ,
"trigger_type" : {
"single" : "{subtype} single clicked" ,
"double" : "{subtype} double clicked" ,
"triple" : "{subtype} triple clicked" ,
"long" : "{subtype} long clicked" ,
"single_long" : "{subtype} single clicked and then long clicked" ,
"long_single" : "{subtype} long clicked and then single clicked" ,
"btn_down" : "{subtype} button down" ,
"btn_up" : "{subtype} button up" ,
"single_push" : "{subtype} single push" ,
"double_push" : "{subtype} double push" ,
2023-02-15 09:20:27 +00:00
"triple_push" : "{subtype} triple push" ,
2022-03-30 08:35:30 +00:00
"long_push" : "{subtype} long push"
}
2022-11-15 18:34:45 +00:00
} ,
"options" : {
"step" : {
"init" : {
"description" : "Bluetooth scanning can be active or passive. With active, the Shelly requests data from nearby devices; with passive, the Shelly receives unsolicited data from nearby devices." ,
"data" : {
"ble_scanner_mode" : "Bluetooth scanner mode"
}
}
} ,
"abort" : {
"ble_unsupported" : "Bluetooth support requires firmware version {ble_min_version} or newer."
}
2023-01-24 11:25:35 +00:00
} ,
"selector" : {
"ble_scanner_mode" : {
"options" : {
"disabled" : "Disabled" ,
"active" : "Active" ,
"passive" : "Passive"
}
}
2023-03-15 17:52:42 +00:00
} ,
"entity" : {
"binary_sensor" : {
"gas" : {
"state_attributes" : {
"detected" : {
"state" : {
"unknown" : "Unknown" ,
"none" : "None" ,
"mild" : "Mild" ,
"heavy" : "Heavy" ,
"test" : "Test"
}
}
}
}
} ,
"sensor" : {
"operation" : {
"state" : {
"unknown" : "Unknown" ,
"warmup" : "Warm-up" ,
2023-06-28 09:08:53 +00:00
"normal" : "Normal" ,
2023-03-15 17:52:42 +00:00
"fault" : "Fault"
} ,
"state_attributes" : {
"self_test" : {
"state" : {
"not_completed" : "Not completed" ,
"completed" : "Completed" ,
"running" : "Running" ,
"pending" : "Pending"
}
}
}
}
}
2020-08-24 10:43:31 +00:00
}
}