Update sensor.py (#33788)
Add missing semi-colons to html entities on notification message
This commit is contained in:
parent
173c276c5c
commit
292dcb7e37
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ def setup_platform(hass, config, add_entities, discovery_info=None):
|
|||
"If you do not want to have your printer on <br />"
|
||||
" at all times, and you would like to monitor <br /> "
|
||||
"temperatures, please add <br />"
|
||||
"bed and/or number_of_tools to your configuration <br />"
|
||||
"bed and/or number_of_tools to your configuration <br />"
|
||||
"and restart.",
|
||||
title=NOTIFICATION_TITLE,
|
||||
notification_id=NOTIFICATION_ID,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue