Skip to content

Commit

Permalink
Merge pull request #22 from IIIdefconIII/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Paul-dH authored May 6, 2019
2 parents 09e4d14 + d547f48 commit a05da65
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,65 +97,65 @@ cards:
- card:
columns: 5
entities:
- entity: sensor.tram_23
- entity: sensor.tram_23_templated
icon: 'mdi:tram'
- entity: sensor.tram_23_future_1
- entity: sensor.tram_23_future_1_templated
icon: 'mdi:x'
- entity: sensor.tram_23_future_2
- entity: sensor.tram_23_future_2_templated
icon: 'mdi:x'
- entity: sensor.tram_23_future_3
- entity: sensor.tram_23_future_3_templated
icon: 'mdi:x'
- entity: sensor.tram_23_future_4
- entity: sensor.tram_23_future_4_templated
icon: 'mdi:x'
show_header_toggle: false
show_name: false
title: Tram 23
type: glance
cards: null
style:
background-image: url(/local/tram.png?v=0.5)
background-image: url(/local/images/tram.png?v=0.6)
type: 'custom:card-modder'
- card:
columns: 5
entities:
- entity: sensor.bus_140
- entity: sensor.bus_140_templated
icon: 'mdi:bus'
- entity: sensor.bus_140_future_1
- entity: sensor.bus_140_future_1_templated
icon: 'mdi:x'
- entity: sensor.bus_140_future_2
- entity: sensor.bus_140_future_2_templated
icon: 'mdi:x'
- entity: sensor.bus_140_future_3
- entity: sensor.bus_140_future_3_templated
icon: 'mdi:x'
- entity: sensor.bus_140_future_4
- entity: sensor.bus_140_future_4_templated
icon: 'mdi:x'
show_header_toggle: false
show_name: false
title: Bus 140
type: glance
cards: null
style:
background-image: url(/local/bus1.png?v=0.2)
background-image: url(/local/images/bus1.png?v=0.3)
type: 'custom:card-modder'
- card:
columns: 5
entities:
- entity: sensor.bus_183
- entity: sensor.bus_183_templated
icon: 'mdi:bus'
- entity: sensor.bus_183_future_1
- entity: sensor.bus_183_future_1_templated
icon: 'mdi:x'
- entity: sensor.bus_183_future_2
- entity: sensor.bus_183_future_2_templated
icon: 'mdi:x'
- entity: sensor.bus_183_future_3
- entity: sensor.bus_183_future_3_templated
icon: 'mdi:x'
- entity: sensor.bus_183_future_4
- entity: sensor.bus_183_future_4_templated
icon: 'mdi:x'
show_header_toggle: false
show_name: false
title: Bus 183
title: Bus 83 / 183
type: glance
cards: null
style:
background-image: url(/local/bus2.png?v=0.3)
background-image: url(/local/images/bus2.png?v=0.1)
type: 'custom:card-modder'
type: vertical-stack
```
Expand All @@ -166,7 +166,7 @@ type: vertical-stack
- [Robban](https://github.com/Kane610) - A lot of basic help with the Python code.
- [Danito](https://github.com/danito/HA-Config/blob/master/custom_components/sensor/stib.py) - I started with his script, learned a lot of it)
- [pippyn](https://github.com/pippyn) - Huge contributions and a lot of bugfixes, thanks mate!
- rolfberkenbosch - For a start of the timing_point_code documentation.
- [rolfberkenbosch](https://github.com/rolfberkenbosch/) - For a start of the timing_point_code documentation.
- [IIIdefconIII](https://github.com/IIIdefconIII/) - Some minor contributions to add the custom updater and updating the readme.
### Custom updater:
Expand Down

0 comments on commit a05da65

Please sign in to comment.