|
137 | 137 | "btn_down": "Button down", |
138 | 138 | "btn_up": "Button up", |
139 | 139 | "double_push": "Double push", |
140 | | - "double": "Double push", |
| 140 | + "double": "[%key:component::shelly::entity::event::input::state_attributes::event_type::state::double_push%]", |
141 | 141 | "long_push": "Long push", |
142 | 142 | "long_single": "Long push and then short push", |
143 | | - "long": "Long push", |
| 143 | + "long": "[%key:component::shelly::entity::event::input::state_attributes::event_type::state::long_push%]", |
144 | 144 | "single_long": "Short push and then long push", |
145 | 145 | "single_push": "Single push", |
146 | | - "single": "Single push", |
| 146 | + "single": "[%key:component::shelly::entity::event::input::state_attributes::event_type::state::single_push%]", |
147 | 147 | "triple_push": "Triple push", |
148 | | - "triple": "Triple push" |
| 148 | + "triple": "[%key:component::shelly::entity::event::input::state_attributes::event_type::state::triple_push%]" |
149 | 149 | } |
150 | 150 | } |
151 | 151 | } |
|
276 | 276 | "fix_flow": { |
277 | 277 | "step": { |
278 | 278 | "confirm": { |
279 | | - "title": "{device_name} is running unsupported firmware", |
| 279 | + "title": "[%key:component::shelly::issues::ble_scanner_firmware_unsupported::title%]", |
280 | 280 | "description": "Your Shelly device {device_name} with IP address {ip_address} is running firmware {firmware} and acts as BLE scanner with active mode. This firmware version is not supported for BLE scanner active mode.\n\nSelect **Submit** button to start the OTA update to the latest stable firmware version." |
281 | 281 | } |
282 | 282 | }, |
|
303 | 303 | "fix_flow": { |
304 | 304 | "step": { |
305 | 305 | "confirm": { |
306 | | - "title": "Outbound WebSocket is enabled for {device_name}", |
| 306 | + "title": "[%key:component::shelly::issues::outbound_websocket_incorrectly_enabled::title%]", |
307 | 307 | "description": "Your Shelly device {device_name} with IP address {ip_address} is a non-sleeping device and Outbound WebSocket should be disabled in its configuration.\n\nSelect **Submit** button to disable Outbound WebSocket." |
308 | 308 | } |
309 | 309 | }, |
|
317 | 317 | "fix_flow": { |
318 | 318 | "step": { |
319 | 319 | "confirm": { |
320 | | - "title": "{device_name} is running outdated firmware", |
| 320 | + "title": "[%key:component::shelly::issues::deprecated_firmware::title%]", |
321 | 321 | "description": "Your Shelly device {device_name} with IP address {ip_address} is running firmware {firmware}. This firmware version will not be supported by Shelly integration starting from Home Assistant {ha_version}.\n\nSelect **Submit** button to start the OTA update to the latest stable firmware version." |
322 | 322 | } |
323 | 323 | }, |
|
0 commit comments