Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
golles committed Feb 24, 2024
1 parent 15c6b13 commit 2f32494
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion custom_components/knmi/binary_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
"description": coordinator.get_value(["liveweer", 0, "ltekst"]),
"code": coordinator.get_value(["liveweer", 0, "wrschklr"]),
"next_code": coordinator.get_value(["liveweer", 0, "wrsch_gc"]),
"timestamp": coordinator.get_value_datetime(["liveweer", 0, "wrsch_gts"], "-"),
"timestamp": coordinator.get_value_datetime(
["liveweer", 0, "wrsch_gts"], "-"
),
},
),
KnmiSensorDescription(
Expand Down

0 comments on commit 2f32494

Please sign in to comment.