Configuration
This section describes the available configuration options for Septic Card.
The card is configured using YAML and relies on Home Assistant entities to display parameters of the septic tank monitoring system. New parameters may be added in future versions.
Entities
Each entity represents a specific system parameter and may define a custom icon.
| Key | Entity example | Icon | Description |
|---|---|---|---|
|
|
|
Current septic tank fill level |
|
|
|
Septic tank temperature |
|
|
|
Internal pressure |
|
|
|
Critical level threshold |
|
|
|
Indicates critical level exceeded |
|
|
|
Error state or error description |
Display options
Display options control the visual appearance of the card.
| Parameter | Type | Default | Description |
|---|---|---|---|
|
boolean |
|
Show or hide the card title |
Example configuration
Example of a full card configuration with entities and custom icons:
type: custom:septic-cistern-card
show_title: true
entities:
level:
entity: sensor.uroven_zhidkosti_septika
icon: mdi:water-percent
temp:
entity: sensor.temperatura_septika
icon: mdi:thermometer
pressure:
entity: sensor.davlenie_septika
icon: mdi:gauge
x_level:
entity: sensor.kriticheskii_uroven_septika
icon: mdi:water-alert
exceeds_x_level:
entity: sensor.prevyshen_kriticheskii_uroven_septika
icon: mdi:alert-octagon-outline
error_name:
entity: sensor.oshibka_septika
icon: mdi:alert-circle-outline