Skip to content

Commit

Permalink
Update rabbit-hutch.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
crjeder authored Oct 17, 2024
1 parent c96f322 commit 5f2e1e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rabbit-hutch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ number:
- platform: template
id: nr_inhabitants
initial_value: !lambda |-
return id(nr_rabbits).state;
return float(id(nr_rabbits).state);
min_value: -1.0
max_value: !lambda |-
return id(nr_rabbits).state + 1.0;
Expand Down

0 comments on commit 5f2e1e4

Please sign in to comment.