Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- type: grid
- cards:
- - type: custom:state-switch
- entity: sensor.recycle_restafval_dagen
- default: 0
- states:
- '1':
- type: markdown
- style: |
- ha-card {
- box-shadow: none;
- font-size: 18px;
- animation: blink 1s 4;
- text-align: center;
- padding: 10px}
- @keyframes blink {
- 50% {
- background-color:orange;
- }
- content: '# Morgen restafval !'
- - type: custom:state-switch
- entity: sensor.recycle_papier_dagen
- default: 0
- states:
- '1':
- type: markdown
- style: |
- ha-card {
- box-shadow: none;
- font-size: 18px;
- animation: blink 1s 4;
- text-align: center;
- padding: 10px}
- @keyframes blink {
- 50% {
- background-color:orange;
- }
- content: '# Morgen papier !'
- - type: custom:state-switch
- entity: sensor.recycle_glas_dagen
- default: 0
- states:
- '1':
- type: markdown
- style: |
- ha-card {
- box-shadow: none;
- font-size: 18px;
- animation: blink 1s 4;
- text-align: center;
- padding: 10px}
- @keyframes blink {
- 50% {
- background-color:orange;
- }
- content: '# Morgen glas !'
- - type: custom:state-switch
- entity: sensor.recycle_pmd_dagen
- default: 0
- states:
- '1':
- type: markdown
- style: |
- ha-card {
- box-shadow: none;
- font-size: 18px;
- animation: blink 1s 4;
- text-align: center;
- padding: 10px}
- @keyframes blink {
- 50% {
- background-color:orange;
- }
- content: '# Morgen pmd !'
- columns: 1
- square: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement