mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 03:35:09 +02:00
Make descriptions of data
fields in notify actions UI-friendly (#138431)
Also fixes a duplicated period at the end of the second string.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
},
|
||||
"data": {
|
||||
"name": "Data",
|
||||
"description": "Some integrations provide extended functionality. For information on how to use _data_, refer to the integration documentation."
|
||||
"description": "Some integrations provide extended functionality via this field. For more information, refer to the integration documentation."
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -56,7 +56,7 @@
|
||||
},
|
||||
"data": {
|
||||
"name": "Data",
|
||||
"description": "Some integrations provide extended functionality. For information on how to use _data_, refer to the integration documentation.."
|
||||
"description": "Some integrations provide extended functionality via this field. For more information, refer to the integration documentation."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user