Skip to content

Commit

Permalink
Added Condition Text sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
briis committed Feb 13, 2024
1 parent ae54ece commit df9d65a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions custom_components/meteobridge/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@ class MeteobridgeSQLEntityDescription(SensorEntityDescription):
name="Condition",
icon="mdi:simple-icons",
),
MeteobridgeSQLEntityDescription(
key="conditions",
name="Condition Text",
icon="mdi:simple-icons",
),
MeteobridgeSQLEntityDescription(
key="description",
name="Description",
Expand Down

0 comments on commit df9d65a

Please sign in to comment.