mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Add additional status sensor state strings for Litter-Robot 4 (#78652)
This commit is contained in:
parent
8cae33a730
commit
943fe657c5
@ -4,6 +4,7 @@
|
||||
"br": "Bonnet Removed",
|
||||
"ccc": "Clean Cycle Complete",
|
||||
"ccp": "Clean Cycle In Progress",
|
||||
"cd": "Cat Detected",
|
||||
"csf": "Cat Sensor Fault",
|
||||
"csi": "Cat Sensor Interrupted",
|
||||
"cst": "Cat Sensor Timing",
|
||||
@ -19,6 +20,8 @@
|
||||
"otf": "Over Torque Fault",
|
||||
"p": "[%key:common::state::paused%]",
|
||||
"pd": "Pinch Detect",
|
||||
"pwrd": "Powering Down",
|
||||
"pwru": "Powering Up",
|
||||
"rdy": "Ready",
|
||||
"scf": "Cat Sensor Fault At Startup",
|
||||
"sdf": "Drawer Full At Startup",
|
||||
|
@ -4,6 +4,7 @@
|
||||
"br": "Bonnet Removed",
|
||||
"ccc": "Clean Cycle Complete",
|
||||
"ccp": "Clean Cycle In Progress",
|
||||
"cd": "Cat Detected",
|
||||
"csf": "Cat Sensor Fault",
|
||||
"csi": "Cat Sensor Interrupted",
|
||||
"cst": "Cat Sensor Timing",
|
||||
@ -19,6 +20,8 @@
|
||||
"otf": "Over Torque Fault",
|
||||
"p": "Paused",
|
||||
"pd": "Pinch Detect",
|
||||
"pwrd": "Powering Down",
|
||||
"pwru": "Powering Up",
|
||||
"rdy": "Ready",
|
||||
"scf": "Cat Sensor Fault At Startup",
|
||||
"sdf": "Drawer Full At Startup",
|
||||
|
Loading…
x
Reference in New Issue
Block a user