Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- type: custom:button-card
- entity: sensor.pspower_evse_state
- show_icon: true
- show_name: true
- show_state: false
- show_last_changed: false
- name: Obsługa ładowarki
- styles:
- label:
- - color: gray
- - font-size: 12px
- - justify-self: center
- - padding: 0px 5px
- name:
- - font-size: 15px
- - justify-self: center
- - padding: 5px 0px
- state:
- - justify-self: center
- - font-size: 15px
- - padding: 0px 5px
- tap_action:
- action: call-service
- service: automation.trigger
- data: null
- target:
- entity_id: automation.pspower_start_stop_ladowania
- icon: mdi:restart
- size: 60%
- aspect_ratio: 2.8
- state:
- - value: 4
- icon: mdi:play
- name: Rozpocznij ładowanie
- color: rgb(0,200,0)
- - value: 5
- icon: mdi:pause
- name: Zatrzymaj ładowanie
- color: rgb(204, 171, 8)
- - value: 1
- icon: mdi:connection
- name: Podłącz pojazd
- color: rgb(90, 110, 210)
- - value: 0
- icon: mdi:information-variant-circle
- name: Ładowarka gotowa
- color: rgb(60, 60, 60)
- - value: 8
- icon: mdi:alert
- color: rgb(240,30, 0)
- name: Błąd ładowarki
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement