core/homeassistant/components/cups
Brett T. Warden 57b8d1889a Handle marker attrs that may not exist (#27519)
marker-high-levels and marker-low-levels may not exist in printer
attributes returned by CUPS, so we'll use .get() to avoid this and
default to None:
KeyError: 'marker-high-levels'

Fixes #27518
2019-10-15 15:23:13 +05:30
..
__init__.py Consolidate all platforms that have no tests (#22096) 2019-03-16 20:44:05 -07:00
manifest.json Update documentation link URL for integrations in all manifests (#27114) 2019-10-02 09:25:44 -07:00
sensor.py Handle marker attrs that may not exist (#27519) 2019-10-15 15:23:13 +05:30