Skip to content

Commit

Permalink
Bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jensrossbach committed Dec 7, 2024
1 parent 55d034d commit f89b000
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions example_config/ferraris_meter_analog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ esphome:
friendly_name: Stromzähler
project:
name: jensrossbach.ferraris_meter
version: 1.3.1
version: 1.4.0

# example ESP8266 firmware (can be replaced by appropriate configuration)
esp8266:
board: esp01_1m

# include Ferraris component (mandatory)
external_components:
- source: github://jensrossbach/esphome-ferraris-meter@v1.3.1
- source: github://jensrossbach/esphome-ferraris-meter@v1.4.0
components: [ferraris]

# enable logging (optional)
Expand Down
4 changes: 2 additions & 2 deletions example_config/ferraris_meter_digital.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ esphome:
friendly_name: Stromzähler
project:
name: jensrossbach.ferraris_meter
version: 1.3.1
version: 1.4.0

# example ESP8266 firmware (can be replaced by appropriate configuration)
esp8266:
board: esp01_1m

# include Ferraris component (mandatory)
external_components:
- source: github://jensrossbach/esphome-ferraris-meter@v1.3.1
- source: github://jensrossbach/esphome-ferraris-meter@v1.4.0
components: [ferraris]

# enable logging (optional)
Expand Down
4 changes: 2 additions & 2 deletions example_config/ferraris_meter_multi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ esphome:
friendly_name: Stromzähler
project:
name: jensrossbach.ferraris_meter
version: 1.3.1
version: 1.4.0

# example ESP8266 firmware (can be replaced by appropriate configuration)
esp8266:
board: esp01_1m

# include Ferraris component (mandatory)
external_components:
- source: github://jensrossbach/esphome-ferraris-meter@v1.3.1
- source: github://jensrossbach/esphome-ferraris-meter@v1.4.0
components: [ferraris]

# enable logging (optional)
Expand Down

0 comments on commit f89b000

Please sign in to comment.