mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 10:47:10 +00: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:
parent
07c304125a
commit
0a9d134f49
@ -24,7 +24,7 @@
|
|||||||
},
|
},
|
||||||
"data": {
|
"data": {
|
||||||
"name": "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": {
|
"data": {
|
||||||
"name": "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."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user