Skip to content

Commit 375bd55

Browse files
authored
Update arcam to 1.8.3 (#167249)
1 parent fbd0cb8 commit 375bd55

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

homeassistant/components/arcam_fmj/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"integration_type": "device",
88
"iot_class": "local_polling",
99
"loggers": ["arcam"],
10-
"requirements": ["arcam-fmj==1.8.2"],
10+
"requirements": ["arcam-fmj==1.8.3"],
1111
"ssdp": [
1212
{
1313
"deviceType": "urn:schemas-upnp-org:device:MediaRenderer:1",

homeassistant/components/arcam_fmj/sensor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ class ArcamFmjSensorEntityDescription(SensorEntityDescription):
9191
value_fn=lambda state: (
9292
vp.colorspace.name.lower()
9393
if (vp := state.get_incoming_video_parameters()) is not None
94+
and vp.colorspace is not None
9495
else None
9596
),
9697
),

requirements_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements_test_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)