Skip to content

Commit

Permalink
Save updated fixture and test-json files
Browse files Browse the repository at this point in the history
  • Loading branch information
bouwew committed Dec 7, 2024
1 parent f0b0cf3 commit 161f5db
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions fixtures/adam_heatpump_cooling/all_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"0ca13e8176204ca7bf6f09de59f81c83": {
"available": true,
"binary_sensors": {
"cooling_enabled": true,
"cooling_state": false,
"dhw_state": true,
"flame_state": false,
Expand Down
1 change: 1 addition & 0 deletions fixtures/adam_onoff_cooling_fake_firmware/all_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"devices": {
"0ca13e8176204ca7bf6f09de59f81c83": {
"binary_sensors": {
"cooling_enabled": true,
"cooling_state": true,
"dhw_state": true,
"flame_state": false,
Expand Down
1 change: 1 addition & 0 deletions tests/data/adam/adam_heatpump_cooling.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"0ca13e8176204ca7bf6f09de59f81c83": {
"available": true,
"binary_sensors": {
"cooling_enabled": true,
"cooling_state": false,
"dhw_state": true,
"flame_state": false,
Expand Down
1 change: 1 addition & 0 deletions tests/data/adam/adam_onoff_cooling_fake_firmware.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"entities": {
"0ca13e8176204ca7bf6f09de59f81c83": {
"binary_sensors": {
"cooling_enabled": true,
"cooling_state": true,
"dhw_state": true,
"flame_state": false,
Expand Down

0 comments on commit 161f5db

Please sign in to comment.