diff --git a/config/lovelace/home_dashboard/00_home.yaml b/config/lovelace/home_dashboard/00_home.yaml index 3cb6fc3..771af4c 100644 --- a/config/lovelace/home_dashboard/00_home.yaml +++ b/config/lovelace/home_dashboard/00_home.yaml @@ -120,23 +120,3 @@ cards: details: true entity: weather.dark_sky forecast: true - - - type: "custom:aftership-card" - title: Packages - entity: sensor.aftership - show_add: false - style: | - ha-card { - padding-top: 1em; - padding-bottom: 1em; - } - paper-item-body:first-child { - width: 32px; - } - paper-item-body { - width: 45%; - white-space: normal !important; - } - ha-icon { - padding: 0; - } diff --git a/config/packages/sensors/aftership.yaml b/config/packages/sensors/aftership.yaml deleted file mode 100644 index 9fa9617..0000000 --- a/config/packages/sensors/aftership.yaml +++ /dev/null @@ -1,3 +0,0 @@ -sensor: - - platform: aftership - api_key: !secret aftership_key