Update sensor.py (#33788)

Add missing semi-colons to html entities on notification message
This commit is contained in:
danbishop 2020-04-08 20:07:43 +01:00 committed by Paulus Schoutsen
parent ebac7b7aad
commit 49db0a3720

View File

@ -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&#95of&#95tools to your configuration <br />"
"bed and/or number&#95;of&#95;tools to your configuration <br />"
"and restart.",
title=NOTIFICATION_TITLE,
notification_id=NOTIFICATION_ID,